blakeblackshear.frigate/frigate/track
Nicolas Mowen 2f209b2cf4
Implement stationary car classifier to improve parked car management (#20206)
* Implement stationary car classifier to base stationary state on visual changes and not just bounding box stability

* Cleanup

* Fix mypy

* Move to new file and add config to disable if needed

* Cleanup

* Undo
2025-09-25 10:18:45 -05:00
..
__init__.py Enable mypy for track and fix typing errors (#19529) 2025-08-17 12:27:42 -05:00
centroid_tracker.py Enable mypy for track and fix typing errors (#19529) 2025-08-17 12:27:42 -05:00
norfair_tracker.py Implement stationary car classifier to improve parked car management (#20206) 2025-09-25 10:18:45 -05:00
object_processing.py Enable mypy for track and fix typing errors (#19529) 2025-08-17 12:27:42 -05:00
stationary_classifier.py Implement stationary car classifier to improve parked car management (#20206) 2025-09-25 10:18:45 -05:00
tracked_object.py Enable mypy for track and fix typing errors (#19529) 2025-08-17 12:27:42 -05:00