Open fenix272 opened 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
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.