[Config Support]: Trying to get 0.16 working with NVIDIA #19673
Replies: 2 comments 2 replies
-
The yolov7.onnx models are not optimized so they run slowly anyway. I would recommend trying to run YOLOx and see if that works |
Beta Was this translation helpful? Give feedback.
-
I ran into the same issue. 0.15.2 works well, but 0.16.0 doesn't start up. My server has the latest Nvidia drivers and I'm passing through a 750ti to the container. I followed the new onnx documentation for the config and tried a few different models (yolox_.onnx, yolox_m.onnx, yolov9-s.onnx) but always get a similar error log. If these older GPUs are no longer supported, it would be helpful to have that documented somewhere. [E:onnxruntime:, sequential_executor.cc:516 ExecuteKernel] Non-zero status code returned while running Slice node. Name:'Slice_34' Status Message: CUDA error cudaErrorNoKernelImageForDevice:no kernel image is available for execution on the device |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the problem you are having
I Have a GTX 750 that has successfully run Frigate Tensorrt for a while now. I upgraded to 0.16 and am now trying to get the ONNX detector working. I followed the directions to create the yolov7-320 model, and it created properly, but when I start Frigate I get an error:
Unsupported model IR version: 11, max supported IR version: 10
There doesn't seem to be an option in the python converter to specify this, and honestly I'm not sure if it's inherent in the yolo download or in the conversion. Any help would be appreciated as my Frigate will currently not start. I can roll it back but after spending the better part of half a day on this I'd just like to get it working.
Version
0.16
Frigate config file
Relevant Frigate log output
Relevant go2rtc log output
Frigate stats
No response
Operating system
Other
Install method
Docker Compose
docker-compose file or Docker CLI command
Object Detector
Other
Screenshots of the Frigate UI's System metrics pages
GTX 750
Any other information that may be helpful
Running on TrueNas Scale, latest version. Stopped working only upon upgrade to Frigate 0.16
Beta Was this translation helpful? Give feedback.
All reactions