Hi, I am trying to convert my ONNX model, but I am encountering an error. My model is not from the model zoo. Most of the components of this model are taken from accelerated_features, but I have customized it a bit.
The model has two inputs:
image
with shape(B, 1, H, W)
keypoint
with shape(B, N, 2)
(whereN
can be any value greater than 0).
Below is the ONNX model graph:
The error: