blakeblackshear.frigate/frigate/detectors/plugins
Josh Hawkins 2c9bfaa49c
Fixes (#18176)
* Add camera name tooltip to previews in recording view

* Apply face area check to cv2 face detection

* Delete review thumbnails

* Don't import hailo until it is used

* Add comment

* Clean up camera name

* Filter out empty keys when updating yaml config

HA ingress seems to randomly add an equal sign to the PUT urls for updating the config from the UI. This fix prevents empty keys from being processed, but still allows empty values.

---------

Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
2025-05-13 08:27:07 -06:00
..
__init__.py Convert detectors to factory pattern, ability to set different model for each detector (#4635) 2022-12-15 07:12:52 -06:00
cpu_tfl.py Add isort and ruff linter (#6575) 2023-05-29 05:31:17 -05:00
deepstack.py fix: use requests.Session() for DeepStack API (#15505) 2024-12-14 07:54:13 -07:00
edgetpu_tfl.py Fix model errors (#17171) 2025-03-16 06:01:15 -05:00
hailo8l.py Fixes (#18176) 2025-05-13 08:27:07 -06:00
onnx.py Cleanup detection (#17785) 2025-04-18 10:26:34 -06:00
openvino.py Cleanup detection (#17785) 2025-04-18 10:26:34 -06:00
rknn.py implement RKNN downloads for yolov9 and yolox models (#17875) 2025-04-23 12:22:23 -05:00
tensorrt.py Simplify plus submit (#15941) 2025-01-11 07:04:11 -07:00