GithubHelp home page GithubHelp logo

face-recognition's Introduction

Face Recognition with Python

This is a project using python packages, OpenCV and face_recognition, to identify double eyelid and calculate the vertical ratio of subunit below eyelid fold peak to eyebrow-eye unit.

  • OpenCV:Use Haar Feature-based Cascade Classifier to classify different parts of face
  • face_recognition:Based on CNN model to recognize different parts of face

Implementation

Environment:Mac OSX 10.13.2

Editor:Ananconda Jupyter Notebook

Python Packages

  • pillow:python image library
  • matplotlib:data visualiztion library
  • opencv
  • face_recogniton
pip install Pillow
pip install matplotlib
pip install opencv-python
pip install face_recognition

Errors that Might be Encountered

Before installing face_recognition, installing certain packages is needed.

  • cmake (need to add into environment)

    My Solved Case:

    1. Visit cmake official website and download cmake software
    2. Open cmake software. Find "Tools", and click "How To Install For Command Line Use"
    3. Choose one of the solutions (I chose the second one)
  • dlib

How To Practice My Ideas ?

  1. Recognize the coordinate of eyebrow and eye from images.
  2. Calculate y-axis of lower margin of eyebrow , y-axis of peak of upper eyelid margin, and y-axis of lower eyelid margin.
  3. In step 2, if there is double eyelid in the figure, double eyelid fold needs to be included while calculating y-axis of peak of upper eyelid margin.
  4. Calculate ratio of subunit below eyelid fold peak to eyebrow-eye unit

Hassles

  1. Not able to recognize double eyelids by recent tools

face-recognition's People

Contributors

music1353 avatar

Stargazers

An Haru avatar J. J. Hwang avatar Kwanjai avatar  avatar Rock avatar

Watchers

James Cloos avatar  avatar Rock avatar  avatar

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.