• Hardware Platform (Jetson / GPU)
Jetson Orin 4012, NVIDIA Jetson Orin NX Bundle, 8x 2GHz, 16GB DDR5
• DeepStream Version
Container: deepstream:7.1-triton-multiarch
• JetPack Version (valid for Jetson only)
see Container: deepstream:7.1-triton-multiarch
• TensorRT Version
see Container: deepstream:7.1-triton-multiarch
• NVIDIA GPU Driver Version (valid for GPU only)
Container: deepstream:7.1-triton-multiarch
• Issue Type( questions, new requirements, bugs)
Bug/Crash
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
$ sudo docker pull nvcr.io/nvidia/jetson-gaze:r32.4.2
$ sudo xhost +si:localuser:root
$ sudo docker ru --runtime nvidia -it --rm --network host -e DISPLAY=$DISPLAY -v /tmp/.X11-unix/:/tmp/.X11-unix nvcr.io/nvidia/jetson-gaze:r32.4.2 python3 run_gaze_sequential.py /videos/gaze_video.mp4 --loop --codec=h264
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
I also tried running the Gaze Demo found at Gaze Demo for Jetson/L4T | NVIDIA NGC , but ran into the above issue.
The description says “Note that the gaze demo currently has TensorRT engine files built for Jetson AGX Xavier and Jetson Xavier NX and hence this demo can be run on Jetson AGX Xavier or Jetson Xavier NX only.” - is this the reason for the crash? And is it possible for me to somehow build the needed TensorRT engine files for my system (being the Jetson Orin 4012) and if so, could you hint me to some documentation/tutorials for it?
Thank you in advance!