[Config Support]: converting from edgetpu to Intel #20151
Replies: 1 comment 11 replies
-
|
Your config for switching from Coral (edgetpu) to Intel with OpenVINO and Frigate+ YOLOv9 is on the right track. For Frigate+ models, when using YOLOv9 with OpenVINO, you should only specify the model path (the plus://... URL) in the model section—other model parameters (like width, height, etc.) should not be set, as the Frigate+ integration handles those automatically(1)(2). For example: detectors:
ov:
type: openvino
device: GPU
model:
path: plus://xxxxxxxxxxxxxxYou do not need to add additional parameters for width, height, or model_type when using a Frigate+ YOLOv9 model—just the path is required(1)(2). To choose between s and t sizes:
You do not need to change anything else in your config for Frigate+ YOLOv9 support with OpenVINO on Intel when using the plus:// path(1)(2). 📚 Sources: Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the problem you are having
My coral card died so I need to switch. I'm using custom models from frigate + and wanted to validate this is the correct config to utilize YOLOv9 with my intel accelerated video card? Is there anything else I should need in my confiig? How do I decide between s and t sizes? I'm currently using small.
Relevant Config file below
Version
0.16.1-e664cb2
Frigate config file
Relevant Frigate log output
Relevant go2rtc log output
Frigate stats
No response
Operating system
Home Assistant OS
Install method
Home Assistant Add-on
docker-compose file or Docker CLI command
N/AObject Detector
OpenVino
Screenshots of the Frigate UI's System metrics pages
No response
Any other information that may be helpful
No response
Beta Was this translation helpful? Give feedback.
All reactions