EnoxSoftware / DlibFaceLandmarkDetector

FaceLandmark Detector using Dlib (Unity Asset Plugin)
https://assetstore.unity.com/packages/tools/integration/dlib-facelandmark-detector-64314
95 stars 31 forks source link

What is the tree_depth and cascade_depth of sp_human_face_17_for_mobile.dat? #11

Closed Abdul-Mukit closed 3 years ago

Abdul-Mukit commented 3 years ago

I need to train a custom shape predictor model like "sp_human_face_17_for_mobile.dat". I need to know the training parameters used for training the model so that I can achieve similar performance on the Hololens. Especially I need to know the tree depth and cascade_depth. Any comment would be very helpful.

EnoxSoftware commented 3 years ago

For details of the training data set, please refer to "DlibFaceLandmarkDetector/DlibFaceLandmarkDetectorTrainingDataset.txt".

Abdul-Mukit commented 3 years ago

Got it, thank you.