NovatecConsulting / FaceRecognition-in-ARKit

Detects faces using the Vision-API and runs the extracted face through a CoreML-model to identiy the specific persons.
MIT License
832 stars 114 forks source link

Do you know how to convert dlib_face_recognition_resnet_model_v1 to coreml? #4

Closed moniquelive closed 3 years ago

moniquelive commented 6 years ago

Sorry for the super newbie question but this model generates "face features" that can be stored and compared later on.

The thing is I don't know what format it is so I can use the conversion tools provided by Apple to convert it to CoreML format.

TIA and thanks for sharing such a clean minimalistic code! ❤️