Skip to content

A TensorFlow implementation of the paper: HyperFace: A Deep Multi-task Learning Framework for Face Detection, Landmark Localization, Pose Estimation, and Gender Recognition

weihongli/HyperFace

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HyperFace

A TensorFlow implementation of the following paper by Rajeev Ranjan, Vishal M. Patel and Rama Chellappa published in TPAMI:
HyperFace: A Deep Multi-task Learning Framework for Face Detection, Landmark Localization, Pose Estimation, and Gender Recognition

Dependencies:

  • Tensorflow
  • dlib
  • scikit-learn
  • OpenCV

Steps to install dependencies:

sudo apt-get install build-essential cmake
sudo apt-get install libgtk-3-dev
sudo apt-get install libboost-all-dev
pip install -r requirements.txt

Data:

Download the sample data and save it at data/hyf_data.npy

Execution:

  1. cd src
  2. python train.py

About

A TensorFlow implementation of the paper: HyperFace: A Deep Multi-task Learning Framework for Face Detection, Landmark Localization, Pose Estimation, and Gender Recognition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%