You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I use the mmdeploy framework to convert the Cascade Mask R-CNN (FPN) model to an ONNX model. After optimization with onnxsim, I perform inference using onnxruntime,then the error occured(the original ONNX model can perform inference normally):
Fail: [ONNXRuntimeError] : 1 : FAIL : Load model from ../../model_zoo_common/disease_fp32_1.0.0.1_sim.onnx failed:Node (Reshape_2173) Op (Reshape) [ShapeInferenceError] Dimension could not be inferred: incompatible shapes
the Node Reshape_2173:
The text was updated successfully, but these errors were encountered:
Describe the bug
I use the mmdeploy framework to convert the Cascade Mask R-CNN (FPN) model to an ONNX model. After optimization with onnxsim, I perform inference using onnxruntime,then the error occured(the original ONNX model can perform inference normally):
the Node Reshape_2173:
The text was updated successfully, but these errors were encountered: