-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
Dealing with misidentified faces #229
Comments
Hi @snakyjake1 You must tune the values of Minimum confidence, and Sensitivity MMm.. I use 0.99 of minimum confidence and 0.4 of sensitivity.. |
This is discussed in other issues, try to look for references. 😉
This I do not understand what you expect, but if you expect that when you click on the person, highlight the face on the Viewer app this does not depend on us .. There is no api for it .. 😞 |
We discussed what you are asking long time ago, and we refer to this as "2nd layer", above "automation layer". More details can be found in #168, #134 and #157. Novelty that you mentioned here is second point, which is basically "labeling" step - pick a detected face and "choose" person. I think this is sound idea, but I also think these are all "layer 2" features, and maybe we can just mention this in #168 and close this? |
Situation: Lots of photos are misidentified, which is expected, but want a method to handle them better by the user.
Want to quickly mark identified faces as ignore/exclude.
Want a feature to manually identify the face. For example, there are two different faces in the photo, Facerecogniztion identifies two faces, unfortunately FaceRrecognition thinks they are the same face (and the same face shows up twice in the UI).
The way camera UI deal with face detection is nice to have. I like that a box is created around the face.
Thanks.
The text was updated successfully, but these errors were encountered: