From 8edcbf1907b328aa01db6e262a7406fc20ac8502 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Wed, 8 Jul 2026 16:15:46 -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 b22d8c367..34a12dbcc 100644 --- a/docs/docs/configuration/face_recognition.md +++ b/docs/docs/configuration/face_recognition.md @@ -195,7 +195,7 @@ While each image can be used to train the system for a specific person, not all ### How Frigate Decides Who a Person Is -Recognition does not happen one frame at a time. While a `person` is in view, Frigate runs face recognition on many frames and collects every attempt. The final `sub_label` is decided from all of those attempts together, weighted by the area of each face (larger, closer faces count more), not from any single frame. +Recognition does not happen one frame at a time. While a `person` is in view, Frigate runs face recognition on many frames, not just a single frame. The final `sub_label` is decided from all of those attempts together, weighted by the area of each face (larger, closer faces count more), not from any single frame. This has a few practical consequences: