项目作者: FaceGg

项目描述 :
training code of face alignment with 68 points using caffe
高级语言: Python
项目地址: git://github.com/FaceGg/face-alignment-with-68-point.git
创建时间: 2019-08-08T07:12:53Z
项目社区:https://github.com/FaceGg/face-alignment-with-68-point

开源协议:

下载


face-alignment-with-68-point

Requirement

caffe & python2

how to run ?

1.Download the 300W dataset and run create_raw_300W_equal_bbox_train.py to obtain the annotation.

2.Prepare the dataset using generate_h5_300w_scale_V4.py ; This performs data augmentation and generates the input for the Caffe.

3.cd train_300w_68_vanilla and Run train.sh

DataSet

you can download the 300W from here: https://github.com/FaceGg/DataSets

References

Thanks for https://github.com/cunjian/face_alignment