Giter VIP home page Giter VIP logo

face-spinner's Introduction

Face Spinner

Description

Face Spinner is an application for mitigating face orientation problems in image processing.

Setup

Install dependencies

# For the current version, please execute this first
export PIP_FIND_LINKS=https://download.pytorch.org/whl/torch_stable.html

# If pipenv is installed
pipenv sync

# If virtualenv or pip is preferred
pip install -r requirements.txt

Example

Run example face aligner

python -m example.basic /path/to/your/image.jpg # Result saved to output.jpg

Run Flask application

python application.py # Run on localhost:5000
# Check usage using `curl localhost:5000`
# Test making a request to align an image. Result will be outputted to output.jpg
curl -X POST -F "image=@tests/img/face-270.jpg" --output output.jpg localhost:5000/align

Build & Run in Docker container

docker build -t face-spinner .
docker run -p 5000:5000 face-spinner # Run on localhost:5000
# Check usage using `curl localhost:5000`
# Test making a request to align an image. Result will be outputted to output.jpg
curl -X POST -F "image=@tests/img/face-270.jpg" --output output.jpg localhost:5000/align

Citing & Thanks

  1. Pytorch implementation of PCN by siriusdemon
  2. Real-Time Rotation-Invariant Face Detection with Progressive Calibration Networks
@inproceedings{shiCVPR18pcn,
    Author = {Xuepeng Shi and Shiguang Shan and Meina Kan and Shuzhe Wu and Xilin Chen},
    Title = {Real-Time Rotation-Invariant Face Detection with Progressive Calibration Networks},
    Booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
    Year = {2018}
}

face-spinner's People

Contributors

sathachao avatar

Stargazers

wicked hacker avatar

Watchers

James Cloos avatar  avatar

Forkers

wkdhkr

face-spinner's Issues

Minumum resolution face

hello, i try to detect image on National ID Card, but can't detect the face, can you tell me minimum resolution of face ? Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.