ID: 5d8bc6dbef1a6d55dbca34c2

Facial landmark detection

by SHIVAM GARG

Facial landmark detection using OpenFace Implementation


License: MIT license

Tags: Computer vison Openface facial landmark detection Tensorflow

 Model stats and performance
Framework Tensorflow
OS Used Linux
Publication View
Inference time in seconds per sample.

Screenshots


Facial Landmark Detection

WHAT IS IT?

Detection of important landmarks on the face area. It is done using OpenFace Implementation and performed in 2 stages, first the face is detected second the detected face is passed through a model to detect the landmarks.The face detection portion returns a list of bounding boxes around the faces in an image and can be under different pose and illumination conditions. A potential issue with using the bounding boxes directly as an input into the neural network is that faces could be looking in different directions or under different illumination conditions. OpenFace uses a simple 2D affine transformation to make the eyes and nose appear in similar locations for the neural network input.

HOW TO USE?

To run the inference script run the command python run.py -input test.jpg -gpu_frac 1 To get the other optional Options and help options run python run.py -h

optional arguments -h, --help show this help message and exit -input     INPUT       mention input image -gpu_frac  GPU_FRAC   mention gpu fraction to use

WHAT ARE THE REQUIREMENTS?

To get all the requirements and dependencies installed run the command For GPU - pip install -r gpu_requirements.txt For CPU - pip install -r cpu_requirements.txt

Author View Profile

SHIVAM GARG
New Delhi, India
Pro
41
LEVEL

25750 Profile
Views

A philosophy student cleverly disguised as a Coax Deep Learning engineer spending whole day, practically every day, experimenting with TensorFlow,Pytorch, and Caffe; dabbling with Python and C++; and drinking a wide variety of Coffee everyday.

User Reviews



0 total ratings

Model has not been reviewed yet.

More by this user | Show All



Also checkout...