Compare commits

...

4 Commits

Author SHA1 Message Date
Josh Hawkins
887488fe87 clarify 2025-05-11 07:20:58 -05:00
Josh Hawkins
394f2dcf72 face docs 2025-05-11 07:11:04 -05:00
Nicolas Mowen
75488f3991 Clarify 2025-05-11 06:10:03 -06:00
Josh Hawkins
c9f06d8f5b face rec overfitting instructions 2025-05-11 07:01:43 -05:00

View File

@ -137,6 +137,13 @@ This can happen for a few different reasons, but this is usually an indicator th
- When you provide images with different poses, lighting, and expressions, the algorithm extracts features that are consistent across those variations.
- By training on a diverse set of images, the algorithm becomes less sensitive to minor variations and noise in the input image.
Go back through the face collections and remove most unclear images. Then, reprocess your face attempts with the Reprocess button on each face in the Train tab to see how it affects the score.
### Frigate misidentified a face. Can I tell it that a face is "not" a specific person?
No, face recognition does not support negative training (i.e., explicitly telling it who someone is _not_). Instead, the best approach is to improve the training data by using a more diverse and representative set of images for each person.
For more guidance, refer to the section above on improving recognition accuracy.
### I see scores above the threshold in the train tab, but a sub label wasn't assigned?
The Frigate considers the recognition scores across all recognition attempts for each person object. The scores are continually weighted based on the area of the face, and a sub label will only be assigned to person if a person is confidently recognized consistently. This avoids cases where a single high confidence recognition would throw off the results.