faster-rcnn.pytorch
faster-rcnn.pytorch copied to clipboard
How to translate the model to onnx format?
hi,jwyang. Have u ever translate ur model to onnx format?
@GuohongLi Hi, I did not try that, what's your idea?
@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.
Did you finish the onnx conversion ? @GuohongLi
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?