mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-09 21:41:15 +03:00
clarify
This commit is contained in:
parent
9289253ba8
commit
8edcbf1907
@ -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
|
### 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:
|
This has a few practical consequences:
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user