We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I see that MTCNN detect_faces prediction is an integer. Is there a way to get higher precision on its predictions?
[{'box': [33, 137, 443, 580], 'confidence': 0.9859113693237305, 'keypoints': {'left_eye': (169, 330), 'right_eye': (380, 335), 'nose': (276, 440), 'mouth_left': (162, 551), 'mouth_right': (369, 554)}}]
I would like to see 'left_eye': (169.xx, 330.yy) instead of just 'left_eye': (169, 330)
S
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I see that MTCNN detect_faces prediction is an integer.
Is there a way to get higher precision on its predictions?
[{'box': [33, 137, 443, 580], 'confidence': 0.9859113693237305, 'keypoints': {'left_eye': (169, 330), 'right_eye': (380, 335), 'nose': (276, 440), 'mouth_left': (162, 551), 'mouth_right': (369, 554)}}]
I would like to see 'left_eye': (169.xx, 330.yy) instead of just 'left_eye': (169, 330)
S
The text was updated successfully, but these errors were encountered: