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

Loading svm file #3

Closed apapaxiong closed 6 years ago

apapaxiong commented 6 years ago

Is there a way to load .svm file generated by Dlib?

EnoxSoftware commented 6 years ago

Please set your .svm file to objectDetectorFilePath.

http://enoxsoftware.github.io/DlibFaceLandmarkDetector/doc/html/class_dlib_face_landmark_detector_1_1_face_landmark_detector.html#af719ebca6f440b5c3d091095aa3adae3 DlibFaceLandmarkDetector.FaceLandmarkDetector.FaceLandmarkDetector ( string objectDetectorFilePath, string shapePredictorFilePath )