I have been trying to run gestureNet model from NGC to run on AGX ORIN. Downloaded from following link
It has a file model.eltl . I’m unable to convert it to ONNX or TENSORRT engine .
Could you anyone help with steps on how to convert eltl model to tesorrt engine on AGX ORIN and run it using holoscan . My AGX Orin is running JP 6.2.1
Also does the model work with Holoscan
When I run the command on AGX Orin from the link you have provided $ docker run --runtime=nvidia -it --rm -v /home/morganh:/home/morganh nvcr.io/nvidia/tao/tao-toolkit:5.0.0-tf1.15.5 /bin/bash
I’m getting following error
*Status: Downloaded newer image for nvcr.io/nvidia/tao/tao-toolkit:5.0.0-tf1.15.5
WARNING: The requested image’s platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
exec /opt/nvidia/nvidia_entrypoint.sh: exec format error
*
For the command of $ docker run --runtime=nvidia -it --rm -v /home/morganh:/home/morganh nvcr.io/nvidia/tao/tao-toolkit:5.0.0-tf1.15.5 /bin/bash, it is needed to run in x86-based machine instead of Jetson devices.