takuya-takeuchi / FaceRecognitionDotNet

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

FaceRecognition.CompareFace #87

Closed khinklenj closed 4 years ago

khinklenj commented 4 years ago

During FaceRecognition.CompareFace how many points does it compare

How do I get the Accuracy number from FaceRecognition.CompareFace.

How can I improve FaceRecognition.CompareFace.

takuya-takeuchi commented 4 years ago

face encoding has 128 x 1 vector. FaceRecignitionDotNet dies not take care of content of this vector. because this comparison us executed in dlib.

and this comparison is very fast. I think we need not to work on improvement.

takuya-takeuchi commented 4 years ago

No Response