Error in converting a model, in particular. I need to “translate_onnx_model” as first step , to convert in hef. The model is RTMPose with 26 keypoints for hailo8. In particular I am trying this model: RTMPose-m*.
What I get is :
ParsingWithRecommendationException: Parsing failed. The errors found in the graph are:
UnsupportedModelError in op Mul_235: In vertex Mul_235_input the constant value shape (2, 128, 1) must be broadcastable to the output shape [1, 128, 52]
UnsupportedModelError in op Add_236: In vertex Add_236_input the constant value shape (2, 128, 1) must be broadcastable to the output shape [1, 128, 52]
UnexpectedNodeError in op Squeeze_238: Unexpected node Squeeze_238 (Squeeze)
UnexpectedNodeError in op Squeeze_239: Unexpected node Squeeze_239 (Squeeze)
Please try to parse the model again, using these end node names: Mul_232, Mul_249 ( TRIED )
How to solve this incompatibility? Can Hailo solve this?