blakeblackshear.frigate/frigate/test
Nicolas Mowen 91f7d67c5e
Smarter Regions (#8194)
* Smarter Regions

* Formatting

* Cleanup

* Fix motion region checking logic

* Add database table and migration for regions

* Update region grid on startup

* Revert init delay change

* Fix mypy

* Move object related functions to util

* Remove unused

* Fix tests

* Remove log

* Update the region daily at 2

* Fix logic

* Formatting

* Initialize grid before starting processing frames

* Move back to creating grid in main process

* Formatting

* Fixes

* Formating

* Fix region check

* Accept all but true

* Use regions grid for startup scan

* Add clarifying comment

* Fix new grid requests

* Add tests

* Delete stale region grids from DB
2023-10-18 18:21:52 -05:00
..
__init__.py app container and config schema 2021-01-26 21:40:33 -06:00
const.py
test_birdseye.py Force birdseye to standard aspect ratio (#7994) 2023-09-29 17:53:45 -05:00
test_camera_pw.py Cleanup and organize utils (#7033) 2023-07-06 09:28:50 -05:00
test_config.py Don't zero out motion during calibration (#8163) 2023-10-14 08:05:44 -04:00
test_copy_yuv_to_position.py Cleanup and organize utils (#7033) 2023-07-06 09:28:50 -05:00
test_ffmpeg_presets.py
test_gpu_stats.py
test_http.py Refactor time filter (#7962) 2023-09-27 06:09:38 -05:00
test_object_detector.py Fix max_frames, improve stationary objects in masked areas (#6815) 2023-06-16 07:32:43 -05:00
test_record_retention.py Add tests for recordings retention and fix bug (#7183) 2023-07-16 13:07:15 -05:00
test_reduce_boxes.py Smarter Regions (#8194) 2023-10-18 18:21:52 -05:00
test_storage.py
test_video.py Smarter Regions (#8194) 2023-10-18 18:21:52 -05:00
test_yuv_region_2_rgb.py