compute graph nodes have not been partitioned to the CUDAExecutionProvider #23546
Replies: 1 comment 4 replies
-
|
The error indicates that the YOLOv9 model cannot be fully partitioned to the CUDA execution provider, which prevents CUDA graph capture from working. (1) Your configuration has a few issues:
detectors:
onnx:
type: onnx
model:
model_type: yolo-generic
width: 640
height: 640
input_tensor: nchw
input_dtype: float
path: /config/model_cache/yolov9-s.onnx
labelmap_path: /labelmap/coco-80.txt
The YOLOv9 model supports CUDA Graphs for optimal Nvidia performance when properly configured. (1) With the If you continue to have issues, verify that your YOLOv9 model was exported correctly following the export instructions, and ensure your Nvidia driver version is 📚 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.
-
Describe the problem you are having
the cameras stream works fine. but the AI detetction does not work. i tried the CPu one, the onvx one, the tensor one. but all show error. i followed the guide but still stuck with it. and it continiously restarts so i cant take ss of the metrcis as well
Version
0.17.1-416a9b7
Frigate config file
docker-compose file or Docker CLI command
Relevant Frigate log output
Install method
Docker Compose
Object Detector
TensorRT
Screenshots of the Frigate UI's System metrics pages
it wont load properly, only blank boxes and i try to switch the tabs to sorage and network. the whole page goes blank
Any other information that may be helpful
No response
Beta Was this translation helpful? Give feedback.
All reactions