Open vaghawan opened 3 months ago
Hi @vaghawan ,
I have not seen that error before, which version of the onnx runtime are you using?
It's the 1.17.0 version : onnxruntime_gpu-1.17.0-cp38-cp38-linux_aarch64.whl
It's available through nvidia complied whl file, it seems this is the only option in Orien devices. These build are available through this : https://elinux.org/Jetson_Zoo#ONNX_Runtime
Hi, I'm currently using pipeless v1 currently in Jetson Orien with Jetpack 5.1.2, I've the ONNX runtime installed, and if I run the independent code out form pipeless, my inference runs fine. But when I run it using pipeless using onnx runtime, it throws the following error
This happens for the given example of onnx-yolo as well. And if I were to use the Ultralytics YOLO the
.pt
version of the model, the pipeless gets stucks and doesn't reach to the point where it process frame.Any help would be appreciated.
Thanks