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

SEHException: External component has thrown an exception. #26

Closed Seth-Julien-de-Lampon closed 5 years ago

Seth-Julien-de-Lampon commented 5 years ago

I get same error When I use:

var directory = Path.GetFullPath("models"); FaceRecognition.Create(directory);

I downloaded the .dat files again, but same error occurs. Anyone any idea what I can try next?

Originally posted by @MitchVonk in https://github.com/takuya-takeuchi/FaceRecognitionDotNet/issues/5#issuecomment-465065515