Closed RafaelFerraria closed 1 year ago
Use facenet & mtcnn pair.
Retinaface offers better accuracy but it is very slow. Opencv is yhe fastest but its accuracy is the lowest. Mtcnn offers both fast and accurate results.
Distance metrics offer same results but my favorite is euclidean.
I don't know if this is a good place to ask this question. Can anyone tell me/list which is the best model and which is the best detector both in terms of time and accuracy? It's just that when I look and do a search on each of these detectors I get quite confused (opencv, retinaface, mtcnn, ssd,dlib or mediapipe) and then when I go to the models there I am completely lost (VGG-Face, Facenet, Facenet512, OpenFace, DeepFace, DeepID, Dlib,ArcFace, SFace). One more question which metric should I use and what distinguishes them from each other (metrics = ["cosine", "euclidean", "euclidean_l2"])?