blakeblackshear.frigate/frigate/detectors
Nicolas Mowen 198d067e25
Implement support for YOLOv9 via ONNX (#16459)
* WIP yolov9

* Implement post processing for yolov9

* Cleanup detection

* Update docs to make note of supported yolov9

* Move post processing to separate utility

* Add note about other models
2025-02-10 15:00:12 -06:00
..
plugins Implement support for YOLOv9 via ONNX (#16459) 2025-02-10 15:00:12 -06:00
__init__.py
detection_api.py
detector_config.py Implement support for YOLOv9 via ONNX (#16459) 2025-02-10 15:00:12 -06:00
detector_types.py