blakeblackshear.frigate/frigate/detectors/plugins
Dan Brown 9ab78f496c
Adds support for YOLO v9 models running on Google Coral (#21124)
* Adds support for YOLO v9 models running on Google Coral

* fix format by using ruff instead of black

* Remove comment

Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>

* Remove log message

Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>

* revert to hard-coded settings. use ModelTypeEnum directly

* remove log messages. detect invalid output tensor count

* remove 1-tensor processing. add pre_process() function

* check for valid model type

* fix formatting

* remove unused import and variable

* remove tip that indicates other YOLO models may be supported.

---------

Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
2025-12-02 13:26:57 -07:00
..
__init__.py
cpu_tfl.py Improve logging (#18867) 2025-08-16 10:20:33 -05:00
deepstack.py fix: use requests.Session() for DeepStack API (#15505) 2024-12-14 07:54:13 -07:00
degirum.py Only import degirum module if using degirum detector (#19802) 2025-08-27 08:31:01 -06:00
edgetpu_tfl.py Adds support for YOLO v9 models running on Google Coral (#21124) 2025-12-02 13:26:57 -07:00
hailo8l.py Improve 640x640 model detection of small objects (#20190) 2025-09-23 15:49:54 -05:00
memryx.py [MemryX] Clean shutdown of detector process (#21035) 2025-11-25 10:25:07 -07:00
onnx.py Cleanup onnx detector (#20128) 2025-09-18 15:12:09 -06:00
openvino.py Cleanup onnx detector (#20128) 2025-09-18 15:12:09 -06:00
rknn.py RKNN Fixes (#20380) 2025-10-07 14:45:03 -05:00
synaptics.py Fixes (#20254) 2025-09-28 07:08:52 -06:00
teflon_tfl.py Add Mesa Teflon as a TFLite detector (#18310) 2025-08-16 10:20:33 -05:00
tensorrt.py Move trt error (#19031) 2025-07-07 17:57:37 -06:00
zmq_ipc.py Add ability to transfer model via ZMQ Detector (#20161) 2025-09-22 07:02:55 -05:00