forked from Github/frigate
Event cleanup (#11225)
* remove duplicate event purging * Slightly increase stationary object sensitivity * Add toast for export starting * Increase stationary threshold as well * Update message * Make text consistent * Update message
This commit is contained in:
@@ -22,8 +22,8 @@ from frigate.util.object import average_boxes, median_of_boxes
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
THRESHOLD_ACTIVE_IOU = 0.2
|
||||
THRESHOLD_STATIONARY_IOU = 0.6
|
||||
THRESHOLD_ACTIVE_IOU = 0.35
|
||||
THRESHOLD_STATIONARY_IOU = 0.7
|
||||
MAX_STATIONARY_HISTORY = 10
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user