updates for yolov9 coral support (#22136)

This commit is contained in:
Blake Blackshear
2026-02-26 20:36:26 -06:00
committed by GitHub
parent a0d6cb5c15
commit 7df3622243
4 changed files with 27 additions and 15 deletions
+2
View File
@@ -54,6 +54,8 @@ Once you have [requested your first model](../plus/first_model.md) and gotten yo
You can either choose the new model from the Frigate+ pane in the Settings page of the Frigate UI, or manually set the model at the root level in your config:
```yaml
detectors: ...
model:
path: plus://<your_model_id>
```