qiexing / face-landmark-localization

cnn network predict face landmarks (68 points) and head pose (3d pose, yaw,roll,pitch).
410 stars 184 forks source link

Request train dataset #41

Closed zhoupan9109 closed 5 years ago

zhoupan9109 commented 5 years ago

Thanks for author excellent work!

In my research, I need train the other net of face landmark detection. However, only training the single label dataset, I don't know how augment the landmark label data to the format requested by caffe. Can anyone provide the asked dataset , only need little data, to help me learn how to augment multi labels data for caffe.

Thank you very much!

qiexing commented 5 years ago

@zhoupan9109 You can refer this project: https://github.com/qiexing/caffe-regression. It has the train dataset and illustrates how to make the data for caffe.

zhoupan9109 commented 5 years ago

@qiexing Thank you very much!