onnx / models

A collection of pre-trained, state-of-the-art models in the ONNX format
http://onnx.ai/models/
Apache License 2.0
7.73k stars 1.38k forks source link

Pad is not registered for mask_rcnn_keras from opset10 #359

Open mohdansx opened 4 years ago

mohdansx commented 4 years ago

Which model does this pertain to?

mask_rcnn_keras

Describe the bug

Fatal error: Pad is not a registered function/op;

Reproduction instructions

Run the model on Default CPU ONNX Runtime Repository Used: onnxruntime Branch: master

Build Command :

Test Command : ./onnxruntime_perf_test -e cpu -m times -r 10 PATH/TO/mask_rcnn_keras/mask_rcnn_keras.onnx

System Information
Linux Ubuntu 18.04: Onnxruntime.

faxu commented 4 years ago

which version of ORT are you using?

askhade commented 4 years ago

@mohdansx : Do you see the same issue when running with just the CPU Execution Provider?

mohdansx commented 4 years ago

@mohdansx : Do you see the same issue when running with just the CPU Execution Provider?

Yes @askhade

mohdansx commented 4 years ago

which version of ORT are you using?

We are building ORT from master branch.