multimodallearning / pytorch-mask-rcnn

Other
2.01k stars 557 forks source link

Trying to Export to ONNX #32

Open rafisef opened 6 years ago

rafisef commented 6 years ago

Hey guys,

I was wondering if anyone has tried converting this Pytorch implementation of Mask RCNN in the ONNX format. I've been attempting to do it but keep running into errors.

erelin6613 commented 1 year ago

I have the same issue. It is exporting a model with countless warning, and afterwards is essentially useless and only errors while using onnxruntime. If anyone done it before, please let me know too.