Slightly increase stationary object sensitivity

This commit is contained in:
Nicolas Mowen 2024-05-03 06:20:21 -06:00
parent 7e5d2622e4
commit faccbec59a

View File

@ -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