I’ve been trying to run tao-converter
binary in DeepStream 6.4 container, but the latest available version for ARMs (v5.1.0_jp6.0_aarch64 | November 28, 2023) present on NGC fails to run in the NVIDIA IGX Orin Development Kit.
Where can I find or build the tao-converter
for this HW?
Steps to reproduce:
root@NVIDIA-IGX-Orin-Development-Kit:~# docker run --runtime=nvidia -it --rm --net=host -w /opt/nvidia/deepstream/deepstream-6.4 nvcr.io/nvidia/deepstream:6.4-triton-multiarch
root@NVIDIA-IGX-Orin-Development-Kit:/opt/nvidia/deepstream/deepstream-6.4# wget --content-disposition 'https://api.ngc.nvidia.com/v2/resources/org/nvidia/team/tao/tao-converter/v5.1.0_jp6.0_aarch64/files?redirect=true&path=tao-converter' -O tao-converter
root@NVIDIA-IGX-Orin-Development-Kit:/opt/nvidia/deepstream/deepstream-6.4# chmod 755 tao-converter
root@NVIDIA-IGX-Orin-Development-Kit:/opt/nvidia/deepstream/deepstream-6.4# ./tao-converter
./tao-converter: error while loading shared libraries: libnvdla_compiler.so: cannot open shared object file: No such file or directory
1 post - 1 participant