onnx / onnx-tensorflow

Tensorflow Backend for ONNX
Other
1.28k stars 296 forks source link

Cannot convert mask rcnn from onnx to tf #483

Open WonderAndMaps opened 5 years ago

WonderAndMaps commented 5 years ago

Describe the bug

NotImplementedError: MaxPool version 10 is not implemented

To Reproduce

https://github.com/onnx/onnx-tensorflow/blob/master/example/onnx_to_tf.py

Model is from

https://github.com/onnx/models/tree/master/vision/object_detection_segmentation/mask-rcnn

Python, ONNX, ONNX-TF, Tensorflow version

This section can be obtained by running get_version.py from util folder.

Additional context

Trying to convert mask rcnn model from onnx to tf but failed. Wanna ask if I was doing it correctly or the op is not implemented.

WonderAndMaps commented 5 years ago

Anyone has any ideas?

chinhuang007 commented 5 years ago

The MaxPool version 10 is being worked on. The operator changes for opset 10 are tracked here, https://github.com/onnx/onnx-tensorflow/issues/418. We will update it as soon as progress is made.

WonderAndMaps commented 5 years ago

Thanks for the update. Is there an ETA? @chinhuang007