Modifications to the YOLOv9 object detection model:

The model is now dynamically downloaded to the cache directory.
Post-processing is now done using Frigate's built-in `post_process_yolo`.
Configuration in the relevant documentation has been updated.
This commit is contained in:
shizhicheng
2025-11-11 04:40:27 +00:00
parent 91e17e12b7
commit 1dee548dbc
4 changed files with 49 additions and 92 deletions

View File

@@ -1131,7 +1131,8 @@ detectors: # required
type: axengine # required
model: # required
path: yolov9_320 # required
path: frigate-yolov9-tiny # required
model_type: yolo-generic # required
width: 320 # required
height: 320 # required
tensor_format: bgr # required

View File

@@ -116,7 +116,7 @@ Frigate supports multiple different detectors that work on different types of ha
| Name | AXERA AX650N/AX8850N Inference Time |
| ---------------- | ----------------------------------- |
| yolov9 | ~ 1.012 ms |
| yolov9-tiny | ~ 1.012 ms |
### Hailo-8