Hi memryX-Team,
I want to use the Yolo-v11-nano-pose on the MX3. When converting the model I’m getting the error:
Converting Model : (Done)
memryx.errors.OperatorError: Matmul (‘/model.10/m/m.0/attn/MatMul’) with axes=[3, 2] is not supported. Using autocrop (–autocrop) might help.
Activating autocrop results in the same error.
I tried simplify=True when exporting to onnx from pytorch, without any success.
I exported the Yolo model to onnx using Ultrylytics 8.3.225, i’m using compiler version 2.1.0.
Additionally I am facing a similar error when converting the classification model, which is listed as supported in the model explorer.
Could you provide me guidance on how to resolve these issues (should i use a specific version?) and are there any plans in adding support for the Yolo-v11-nano-pose model?