Face Recognition: VBR vs CBR (examples) #20251
Replies: 3 comments
-
|
The provided documentation doesn't specifically discuss the impact of VBR (Variable Bit Rate) vs CBR (Constant Bit Rate) on face recognition performance. However, I can see from your examples that CBR provides significantly clearer face images compared to VBR, which would directly impact Frigate's face recognition accuracy. For face recognition configuration in Frigate, you can adjust several parameters that may help optimize performance with different encoding types (1): face_recognition:
enabled: True
min_area: 500
detection_threshold: 0.7
recognition_threshold: 0.9
blur_confidence_filter: TrueThe Your minimum face size of 2000px is much higher than the default For more specific guidance on optimizing camera encoding settings for face recognition, you might want to check out these resources: Would you like a general answer about video encoding impacts on computer vision tasks? 📚 Sources: Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks! I'll look at including this in the docs now specifically |
Beta Was this translation helpful? Give feedback.
-
|
Now I know why face recognition never worked properly here, I feel like throwing my Tapo cameras in the trash but at least I know what to look for in the future. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
CBR:

vs
VBR

Thought it might be useful, the difference is staggering. This is with 2688×1520 res cameras, min facesize 2000px. The system is working brilliantly with Frigate+ yolov9s model.
Beta Was this translation helpful? Give feedback.
All reactions