[Feature] Re-match unlabeled faces #5507
Replies: 3 comments
-
I read in a previous post on how face recognition works. It uses one picture to gets it algorithm for the face, and then uses that against other detected faces. Having more pictures for a single person does not improve the detection. Even though I can play around in postgres and reassign pictures manually, I'm waiting desperately for 3812! |
Beta Was this translation helpful? Give feedback.
-
If I read correctly on the wiki, all points in a cluster that are close enough ( < defined distance, default .5) to enough neighbours are considered a core point. |
Beta Was this translation helpful? Give feedback.
-
Isn't that what a "Missing" job for "Facial recognition" does? I guess this is already implemented? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The feature
Coming from #3812 and with the upcoming feature to unassign faces, I think it would be cool if there was a way to re-match any unassigned faces in case more data is available.
For example, I upload 100 photos of the same person. 80 of them have 4 new faces created for them (20 each). I merge those 80 into one person. The other 20 got incorrectly assigned to another existing person. I then unassign them, and instead of manually merging them into the correct person, I run a rescan of unassigned faces. Hopefully the model is updated enough to assign them to the correct person this time.
Platform
Beta Was this translation helpful? Give feedback.
All reactions