Open ayush1999 opened 6 years ago
Hey there, is the issue solved? I am running into the same issue for a Faster-RCNN model
ONNX does not have the corresponding ops yet. https://github.com/onnx/onnx/pull/1010
@ram1897 Have you successfully exported an onnx model of faster rcnn in Caffe2 by now?
+1. Have anyone successfully run it?
@ram1897 @arenchdlaam @ayush1999 Hi guys, have you figured it out yet? I had problem in converting detectron caffe2 model (model.pb, model_int.pb, model.pbtxt) into onnx one. Thank you!
any one solve it?
I followed the steps mentioned in the tutorial to convert the a detectron pretrained caffe2 model into ONNX model. Here's the stacktrace of my error:
Any idea what could be going wrong here?