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