-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
two questions,thanx #58
Comments
for question1,face_embedding.py,"ret" is None,then returned ret = self.detector.detect_face_limited(face_img, det_type = self.args.det) |
MTCNN failed, I think. You may need to change the parameters of MTCNN or use stronger facial landmarks detector to deal with it. Cosine threshold may differ in different environments. To find a optimal value by cross validation. |
thank u @nttstar |
sorry, |
thresholds, min-size, etc... Read the source code. |
I also meet the same problem,I do it in insight_pytorch get the face_bbox(ret not none), but this code is always return None. And I change the ret to 2 or some other interger, face_bbox performence not well |
1.test.py,some of my jpgs can not detect feature,most is side face pics,but other algorithm works well,
2.what is the similarity value for face recognition as one person,0.6? 0.7?0.8?
The text was updated successfully, but these errors were encountered: