Closed atabora1 closed 4 years ago
latest nuget package 1.2.3.14 contains these library. extract these from it. Or you can build it from source code.
https://github.com/takuya-takeuchi/FaceRecognitionDotNet/tree/master/src/DlibDotNet.Native.Dnn.AgeClassification https://github.com/takuya-takeuchi/FaceRecognitionDotNet/tree/master/src/DlibDotNet.Native.Dnn.GenderClassification
I was able to get DlibDotNetNative.dll and DlibDotNetNativeDnn.dll from nuget however DlibDotNetNativeDnnGenderClassification.dll wasn't present in nuget. I also attempted to build it following the instructions on this page however that was unsuccessful. Screenshots attached.
The only odd thing was that CMAKE thought my processor was AMD. I have an Intel processor. !
no. latest package is FaceRecognitionDotNet.
No Response
I ran into the same problem, just wanted to point out, these are in your local .nuget directory normally C:\User\Username\.nuget
and then in the path \packages\facerecognitiondotnet\1.3.0.2\runtimes\win-x64\native
.
Hi @takuya-takeuchi I’m attempting to run the Gender Training example. When I build the project, I’m missing the files referenced. DlibDotNetNative.dll, DlibDotNetNativeDnn.dll and DlibDotNetNativeDnnGenderClassification.dll* Any suggestions? The build works fine without errors. Thanks,
https://github.com/takuya-takeuchi/FaceRecognitionDotNet/tree/master/examples/GenderTraining