David Hostage Peterson
David Hostage Peterson
Im assuming you are referring to the export process from .pt to .onnx and .prototxt in the edgeai-yolov5 repository. I will attempt to downgrade onnx package from 1.11.0 to 1.8.1...
@mathmanu I received this error when trying to export to .onnx and .prototxt in edgeai-yolov5 repo using onnx==1.8.1: ImportError: /home/user/miniconda3/lib/python3.9/site-packages/torch/lib/../../../../libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by /lib/x86_64-linux-gnu/libprotobuf.so.23) Followed suggested fixes...
That export worked. The .prototxt no longer has the "onnx::Reshape_" prefixes I mentioned, however, there are still only 3 yolo_param blocks, but this may be normal since I am training...
Awesome to hear that has been figured out. I'll rerun the setup script and then run the custom benchmark script again and let you know if that fixes the issue.
@mathmanu Ran the setup script again, same error occurred when running run_custom_pc.sh. Manually removed the tidl_tools directory and the tidl_tools.tar.gz file. After running setup.sh, I manually ran line 69 and...
I encountered an error when trying to run the detection example. I have CUDA 11.3. After running setup_all.sh and running the detection example I encountered this error: RuntimeError: Detected that...
Used the docker build scripts, ran the setup_all script, and ran the detection and classification examples. I received this error, seems to be regarding downloading the dataset. I received the...