Jetson Xavier NX L4T 32.4.3 Cloud-Native Demo Issues

Hi everyone,

First time poster here, I am currently trying to run Nvidia’s cloud native docker demo on the Jetson Xavier NX (as shown here).

Upon doing so, I have found that only the person object detection container works, and I think this is because the L4T version that the containers are only built for L4T 32.4.2 when i currrently only have 32.4.3. I have yet to successfully run the last 3 containers and would like to know if anyone else has any work-arounds. Thanks!

Hi,

The container can work once recreating the TensorRT engine for the new version.
You can find an example in this comment:

Thanks.

the quoted command above is abrupt
it should be read as

sudo docker run -it --rm --net=host --runtime nvidia -e DISPLAY=$DISPLAY -v /tmp/.X11-unix/:/tmp/.X11-unix nvcr.io/nvidia/jetson-pose:r32.4.2

@AastaLLL
but how do we patch the other two examples[containers] of the cloud native so that they run on NX with the latest Jetpack?

For anyone interested in the comment on Jan 13, please see Cloud_native_demo on JP4.4.1 for the following.

Thanks.