The Wayback Machine - https://web.archive.org/web/20200929203908/https://github.com/junhwanjang/face_landmark_dnn
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

facial-landmark-dnn

Facial landmark detection using Convolutional Neural Networks for Mobile Device

[ Requirements ]

  • tensorflow==1.5.0
  • Keras==2.1.3
  • coremltools==0.8

[ Data Preprocessing ]

# Example: Load Dataset
X = np.load(PATH + "basic_dataset_img.npz")
y = np.load(PATH + "basic_dataset_pts.npz")
X = X['arr_0']
y = y['arr_0'].reshape(-1, 136)

[ Modeling ]

[ Result ]

Youtube Video 1 Youtube Video 2

[ Converter for Mobile ]

[ Reference ]

About

Face Landmark Detector based on Mobilenet V1

Topics

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.