faster-rcnn.pytorch icon indicating copy to clipboard operation
faster-rcnn.pytorch copied to clipboard

How to translate the model to onnx format?

Open GuohongLi opened this issue 6 years ago • 5 comments

hi,jwyang. Have u ever translate ur model to onnx format?

GuohongLi avatar Dec 05 '18 04:12 GuohongLi

@GuohongLi Hi, I did not try that, what's your idea?

jwyang avatar Dec 18 '18 09:12 jwyang

@jwyang For some reason, I need to trans model to onnx format to fit different inference framework, such as tf, caffe, paddlepaddle, tensorrt. So it will be a better job to support transfering to onnx.

GuohongLi avatar Jan 04 '19 03:01 GuohongLi

Did you finish the onnx conversion ? @GuohongLi

devendraswamy avatar Apr 27 '22 06:04 devendraswamy

Did you finish the onnx conversion ? @GuohongLi

I want to try, but it has error: RuntimeError: ONNX export failed: Couldn't export Python operator _ROIAlign Did you succeeded?

velonica0 avatar Jun 02 '22 09:06 velonica0