takuya-takeuchi / FaceRecognitionDotNet

The world's simplest facial recognition api for .NET on Windows, MacOS and Linux
MIT License
1.26k stars 307 forks source link

How to specify helen shape predictor? #66

Closed Hershef closed 4 years ago

Hershef commented 5 years ago

How to specify helen shape predictor (implying i have helen-dataset.dat) when using FaceEncodings?

Currently it's hard coded to use predictor small, https://github.com/takuya-takeuchi/FaceRecognitionDotNet/blob/23c8d57c61fc74749fec1e6509f44f3af48d9a5b/src/FaceRecognitionDotNet/FaceRecognition.cs#L262

takuya-takeuchi commented 5 years ago

@Hershef No. You should use FaceLandmark method rather than RawFaceLandmarks

takuya-takeuchi commented 4 years ago

No Response