blakeblackshear.frigate/frigate/test
Blake Blackshear d81dd60fef
Improve motion detection and region selection (#6741)
* refactor existing motion detector

* implement and use cnt bgsub

* pass fps to motion detector

* create a simplified motion detector

* lightning detection

* update default motion config

* lint imports

* use estimated boxes for regions

* use improved motion detector

* update test

* use a different strategy for clustering motion and object boxes

* increase alpha during calibration

* simplify object consolidation

* add some reasonable constraints to the estimated box

* adjust cluster boundary to 10%

* refactor

* add disabled debug code

* fix variable scope
2023-06-11 08:45:11 -05:00
..
__init__.py
const.py
test_camera_pw.py
test_config.py Improve motion detection and region selection (#6741) 2023-06-11 08:45:11 -05:00
test_copy_yuv_to_position.py
test_ffmpeg_presets.py Add isort and ruff linter (#6575) 2023-05-29 05:31:17 -05:00
test_gpu_stats.py
test_http.py
test_object_detector.py
test_reduce_boxes.py Add isort and ruff linter (#6575) 2023-05-29 05:31:17 -05:00
test_storage.py
test_video.py Improve motion detection and region selection (#6741) 2023-06-11 08:45:11 -05:00
test_yuv_region_2_rgb.py