2022-10-10 12:57 AM
I trained a yolov5 model and export it to .onnx model. Then use xcubeai to analyse it. But I get an error 'list index out of range'. What should I do?
2022-10-10 12:58 AM
The model is from https://github.com/ultralytics/yolov5
2022-10-10 02:48 AM
can you share the onnx model please so we can see if the problem still exists with the latest version and with your file.
Thanks in advance
2022-10-11 08:09 AM
2022-11-14 07:50 PM
Have you solved the problem?
2022-11-15 12:25 AM
The problem still exist with X-Cube-AI 7.3, we are still investigating.
Regards
2022-11-16 05:03 AM
We have identified the root cause of the issue, the model contains a 5D initializer that is not fully supported by our importer yet.
Regards