mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-27 17:17:40 +03:00
Slight adjustment
This commit is contained in:
parent
3857972d20
commit
77e3e5d6f2
@ -122,6 +122,8 @@ class FaceRecognizer(ABC):
|
||||
return 0.04
|
||||
elif variance < 200: # image is slightly blurry
|
||||
return 0.02
|
||||
elif variance < 250: # image is mostly clear
|
||||
return 0.01
|
||||
else:
|
||||
return 0.0
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user