YOLO-NAS-onnxruntime
YOLO-NAS-onnxruntime copied to clipboard
Can this run in Jetson Nano ? if yes please help me tutorial setting env
Can this run in Jetson Nano ? if yes please help me tutorial setting env
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?
it seems cuda 10.2 in jetson nano is not compatible with Onnxruntime 1.10+ (GPU not available)
I think you can try the version 1.6.0 of Onnxruntime.