Skip to content

Commit

Permalink
Slightly increase stationary object sensitivity
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 committed May 3, 2024
1 parent 925c3c6 commit 3de0991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frigate/track/norfair_tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
logger = logging.getLogger(__name__)


THRESHOLD_ACTIVE_IOU = 0.2
THRESHOLD_ACTIVE_IOU = 0.35
THRESHOLD_STATIONARY_IOU = 0.6
MAX_STATIONARY_HISTORY = 10

Expand Down

0 comments on commit 3de0991

Please sign in to comment.