From 887488fe87ae74146c76b17ebc76ef58984db490 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Sun, 11 May 2025 07:20:58 -0500 Subject: [PATCH] clarify --- docs/docs/configuration/face_recognition.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/face_recognition.md b/docs/docs/configuration/face_recognition.md index 7049e5f21..a3266eb53 100644 --- a/docs/docs/configuration/face_recognition.md +++ b/docs/docs/configuration/face_recognition.md @@ -141,7 +141,7 @@ Go back through the face collections and remove most unclear images. Then, repro ### Frigate misidentified a face. Can I tell it that a face is "not" a specific person? -No, Frigate 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. +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?