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:
Nicolas Mowen
2024-05-03 08:03:41 -06:00
committed by GitHub
parent e7950abec3
commit 216e44bc34
4 changed files with 32 additions and 46 deletions

View File

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