Error on loading onnx model #187
jducnuigeen
started this conversation in
General
Replies: 1 comment 6 replies
-
Could you share a screenshot of your Deepness configuration and the model fine in this thread or send me by mail available in my profile? I'll check it tomorrow |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've managed to get all the way to training on my own imagery and creating my first instance seg model and converted to onnx and added metadata using your add_model_metadata.py script.
I used Ultralytics yolov8 for training. I assume this is ok since your documentation said
Currently plugin supports YOLOv5, YOLOv6, YOLOv7, YOLOv9 and ULTRALYTICS output types. Detection model also supports the instance segmentation output type from ULTRALYTICS.
I assume this is ok even because the output was produced by Ultralytics as in
Or is this not correct, and I'd have to use ultralytics yolov9?
This is the error I get when I try to load my onnx into deepness:
I can send a link to the onnx model if that helps.
Beta Was this translation helpful? Give feedback.
All reactions