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.
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.