YOLO-NAS-onnxruntime icon indicating copy to clipboard operation
YOLO-NAS-onnxruntime copied to clipboard

Can this run in Jetson Nano ? if yes please help me tutorial setting env

Open sonyn2741 opened this issue 1 year ago • 3 comments

Can this run in Jetson Nano ? if yes please help me tutorial setting env

sonyn2741 avatar Jun 19 '23 07:06 sonyn2741

I haven't run it on Jetson Nano, but on Jetson Nano, I would recommend using the TensorRT framework for inference. If you want to use ONNX Runtime on that device, maybe you can provide the current error you are encountering?

jason-li-831202 avatar Jun 19 '23 11:06 jason-li-831202

it seems cuda 10.2 in jetson nano is not compatible with Onnxruntime 1.10+ (GPU not available)

HiepT2UH avatar Jun 22 '23 09:06 HiepT2UH

I think you can try the version 1.6.0 of Onnxruntime.

jason-li-831202 avatar Jun 22 '23 11:06 jason-li-831202