Results 217 comments of Manu Mathew

Hi Can you try removing your onnx package and install the version 1.8.1. Then export the onnx model once again and try. The reason why I am asking is because...

Can you try to use a lower Python version (You can create and environment in miniconda). Try Python3.6

This is good progress. We need to specify Python and onnx versions in our requirements. CC: @debapriyamaji RuntimeError: Unknown Provider Type: TIDLExecutionProvider The error may mean that the correct onnxruntime...

Yolov5 support has been now added in edgeai-modelmaker: https://github.com/TexasInstruments/edgeai-modelmaker You can change the model to be trained in the comfig file: https://github.com/TexasInstruments/edgeai-modelmaker/blob/master/config_detection.yaml#L44 We still need to enhance the yolov5 support...

If you have multiple CUDA versions (for example both CUDA 11.3 and CUDA 11.7) installed, then it is possible that the setup of edgeai-torchvision can take the wrong CUDA version....

Also, we have been using a gcc version of 7.x (specifically 7.5). We have noticed issues when installing edgeai-torchvision when gcc version is 5.x. You are using Ubuntu 22.04, which...

If you still have issues, you can use the docker build scripts that we have given here (https://github.com/TexasInstruments/edgeai-modelmaker) to bring up a docker container and use modelmaker inside the container.

>>>HTTP Error 403: Forbidden Network issue?

Could this be a version mismatch between the compilation tools and the the SDK in which you are trying to run?

@debapriyamaji Can you take a look.