Open
Description
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
terminate called after throwing an instance of 'onnxruntime::OnnxRuntimeException'
what(): /home/user/onnxruntime/include/onnxruntime/core/framework/ort_value.h:85 const T& OrtValue::Get() const [with T = onnxruntime::Tensor] IsTensor() was false. Trying to get a Tensor, but got: (null)
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
Metadata
Metadata
Assignees
Labels
No labels