Failing to export a mask rcnn model to .onnx format #4562
Unanswered
Kodemannen
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a trained Mask R-CNN model that I am trying to export to .onnx format, but I am having some trouble with it.
One loose guess I have is that the error stems from the model expecting dictionaries as input, which
torch.onnx.export()
may not like, but I don't really know.The code is as follows:
The error I get is this:
Edit: Issue #3224 seems to be about the same error. Should I have made this post as a comment in that thread instead?
Beta Was this translation helpful? Give feedback.
All reactions