mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-11 05:35:25 +03:00
Slightly increase stationary object sensitivity
This commit is contained in:
parent
7e5d2622e4
commit
faccbec59a
@ -22,7 +22,7 @@ from frigate.util.object import average_boxes, median_of_boxes
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
THRESHOLD_ACTIVE_IOU = 0.2
|
||||
THRESHOLD_ACTIVE_IOU = 0.35
|
||||
THRESHOLD_STATIONARY_IOU = 0.6
|
||||
MAX_STATIONARY_HISTORY = 10
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user