Increase stationary threshold as well

This commit is contained in:
Nicolas Mowen 2024-05-03 07:26:46 -06:00
parent de85c2db1f
commit 0985504c29

View File

@ -23,7 +23,7 @@ logger = logging.getLogger(__name__)
THRESHOLD_ACTIVE_IOU = 0.35 THRESHOLD_ACTIVE_IOU = 0.35
THRESHOLD_STATIONARY_IOU = 0.6 THRESHOLD_STATIONARY_IOU = 0.7
MAX_STATIONARY_HISTORY = 10 MAX_STATIONARY_HISTORY = 10