Add note about other models

This commit is contained in:
Nicolas Mowen 2025-02-10 13:40:32 -07:00
parent 4685ffb41b
commit e18a36df7d
2 changed files with 7 additions and 1 deletions

View File

@ -521,6 +521,12 @@ model:
[YOLOv9](https://github.com/MultimediaTechLab/YOLO) models are supported, but not included by default.
:::tip
The YOLOv9 detector has been designed to support YOLOv9 models, but may support other YOLO model architectures as well.
:::
After placing the downloaded onnx model in your config folder, you can use the following configuration:
```yaml

View File

@ -481,7 +481,7 @@ def detect(
detect_config: DetectConfig,
object_detector,
frame,
model_config,
model_config: ModelConfig,
region,
objects_to_track,
object_filters,