Skip to content
Discussion options

You must be logged in to vote

Hi,
Adding a new model for face detection is simple. You should put your model to Google Drive, then copy the last part of the link (should look like this: 1mh0QHmjKor_H0WLJdFDeGfzG-zNIHAyd).
In CompreFace code, go to the embedding-calculator/src/services/facescan/plugins/insightface/insightface.py, find FaceDetector class and add your name (can be any) and the link to the model that you just copied to the beginning of the ml_models tuple.
Now this model should be used by default and you can build CompreFace the same way as you built it before.

Face recognition output will not change if detector return bboxes of the same size and location. You can check it by running two models on the sam…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mnts-i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants