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

Models not found in repository #136

Closed eyanson closed 3 years ago

eyanson commented 4 years ago

Hello. When execute this: _FaceRecognition = FaceRecognition.Create(directory)

I take this error: System.IO.FileNotFoundException: 'C:\Users\xxx\source\repos\TestFaceRecognition\TestFaceRecognition\bin\x64\Debug\Models\shape_predictor_68_face_landmarks.dat'

In "Models" folder on your repository there is not model files. Where I found those files? Thanks.

cinek1 commented 4 years ago

You can download this file from here https://github.com/AKSHAYUBHAT/TensorFace/tree/master/openface/models/dlib or here https://github.com/davisking/dlib-models

subha219 commented 4 years ago

HOW TO TEST IT ?