Replies: 5 comments 13 replies
-
|
I was able to compile and download the model using ultralytics collab notebooks appearing in their doc. Unfortunately in my case it isn't working in Frigate, model it isn't reporting any detection, it doesn't matter if I export it as onnx or openvino and the latency it's basically double of what I have with yolov11m in Frigate, moving from 20ms to 40ms with yolo26m (Intel igpu xe 1135g7) |
Beta Was this translation helpful? Give feedback.
-
How did you get yolo26 working? Did you ever have any errors when first creating it? Or do you mind sharing your model? I was getting errors when I made a yolo26 export in the same way I did for yolo11 |
Beta Was this translation helpful? Give feedback.
-
|
Frigate is not not able to officially support Ultralytics models at this time, see #10717 for more context. |
Beta Was this translation helpful? Give feedback.
-
|
I think the output format of openvino detection has change. Inference with my custom model is working fine using ultralytics api but openvino results in frigate are crazy (i.e. 10000% of confidence for a bike in the sky) |
Beta Was this translation helpful? Give feedback.
-
|
built Yolo26 fp16 to test with iGPU openvino but got higher inferences times ont my i5-9500T han with yolo11s (~10ms)
|
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Would like to see the YOLO26 models, I have my own tuned model for YOLO26 and it performs better in my tests than yolo v9.
Beta Was this translation helpful? Give feedback.
All reactions