Skip to content
forked from xuzhenqi/gardenia

Gardenia is a face alignment project using Convolutional Neural Network.

License

Notifications You must be signed in to change notification settings

bupt-cv/gardenia

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gardenia

Gardenia is a face alignment project using Convolutional Neural Network. The project illstrate the training and testing process on 300W dataset.

Installation

Tutorial

We need first to prepare the data, suppose the original data root path are data/. Run

scripts/prepare.sh

To crop the testset and augment the trainset, and we will get the data/augment/train.txt, data/train_mean.blob and data/crop/test.txt. After preparing the data, we can run

scripts/train.sh

to train our model. The prototxt are set done on proto folder.

After training a model, suppose the model path to be $MODEL, run

scripts/inference.sh # You may need to set some options in inference.sh to predict labels 
scripts/evalution.sh # report mean err on 300W dataset and CED curve.

The inference.sh will use trainded model to predict shapes, the pretrainded can be downloaded from [here] (http://pan.baidu.com/s/1cBOph8). Feel free to put an issue if you encounter problems.

About

Gardenia is a face alignment project using Convolutional Neural Network.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 70.6%
  • MATLAB 22.7%
  • Shell 6.7%