davisking / dlib-models

Trained model files for dlib example programs.
Creative Commons Zero v1.0 Universal
1.48k stars 377 forks source link

dlib fails to load the models #59

Open fenix272 opened 2 months ago

fenix272 commented 2 months ago

I tried to use some of your models with dlib and none of them work. I tried the taguchi one which in the readme file it is said that it can be simply swapped with the dlib one but no way, it doesn't work. I always get a deserialization error.

TaguchiModels commented 2 months ago

Taguchi model can be used in the following part of "dnn_face_recognition_ex.cpp" in the dlib example. "deserialize("dlib_face_recognition_resnet_model_v1.dat") >> net;"

It seems to have been tested without any problems on Nextcloud. https://github.com/matiasdelellis/facerecognition/pull/750