Deepstream Reference app (bodypose-3d)

Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) : dGPU(rtx6000)
• DeepStream Version : docker 6.2-devel

I am trying to replicate and run the Bodypose application from NVIDIA-AI-IOT. I followed the Readme and was able to build the app successfully but when I am trying to run the app I get the following error(attached in the screenshot).
Appreciate any help. Thanks

This error indicates that you are not using the correct int8 calibration file.

Did you checkout the correct branch? Note that you are using DS-6.2, and the master branch corresponds to DS-7.1,You can try to test it using the DS-7.1 docker image

Hi @junshengy. yes I did checkout the correct branch

Which GPU driver version did you install? Also, how do you start the container, can you share the command line ?

These problems are usually just caused by the running environment.

My docker command :

  1. docker run --gpus all -it --rm --net=host --privileged -v ./mount_dir:/opt/nvidia/test -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=$DISPLAY -w /opt/nvidia/deepstream/deepstream-6.2/sources/apps nvcr.io/nvidia/deepstream:6.2-devel
  2. Drivers are : 535.183.01

Thanks @junshengy. I got it working. I cleared Gstreamer cache and after that it worked. Strange. but working now

Glad to hear that. Thanks for your sharing.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.