I have a yolo ONNX model which I have downloaded from here.
I have created Conda environment and everything as per steps mentioned in the documentation of tao_byom here. While trying to convert the model, it is throwing me error google.protobuf.message.DecodeError: Error parsing message with type 'onnx.ModelProto'
Please help understand/resolve this issue
• Hardware: X86 (RTX 3090 and AMD Threaripper)
• Network Type (Yolo_v3)
• How to reproduce the issue ? Just Download the any ONNX model from the link above and try to convert it using tao_byom. The issue will get reproduced
So, if I understand correctly, we cannot directly convert any object detection model using tao byom and if I have any other format you guys are forcing the user to run the tao_converter on the same system where user want to deploy the model (source)
I have an ONNX model which I want to convert to an .plan file to deploy using ROS. If I use tao-converter it won’t let me convert as I have to provide an encoding key to convert. Which, I don’t have for this ONNX model.
How do you convert the model than ? I am confused.