Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) dGPU, NVIDIA GeForce RTX 4090
• DeepStream Version Docker container nvcr.io/nvidia/deepstream:7.1-triton-multiarch
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only) 560.70
• Issue Type( questions, new requirements, bugs) Outdated documentation
• 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)
On Windows 11 with WSL2, the Ubuntu-22.04 distro:
docker pull nvcr.io/nvidia/deepstream:7.1-triton-multiarch
xhost +
docker run --gpus all -it --rm --net=host --privileged -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=$DISPLAY -w /opt/nvidia/deepstream/deepstream-7.1 nvcr.io/nvidia/deepstream:7.1-triton-multiarch
./user_deepstream_python_apps_install.sh -b
./user_additional_install.sh
cd sources/deepstream_python_apps/apps/deepstream-test
3
The README of this app says:
To setup peoplenet model and configs (optional):
Please follow instructions in the README located here : /opt/nvidia/deepstream/deepstream/samples/configs/tao_pretrained_models/README
Now, cat /opt/nvidia/deepstream/deepstream/samples/configs/tao_pretrained_models/README and it says:
Please refer to https://github.com/NVIDIA-AI-IOT/deepstream_tao_apps/deepstream_app_tao_configs/README.md for the details.
Let’s follow the link. The result is:
I’ve figured out that the right path is deepstream_tao_apps/deepstream_app_tao_configs/README.md at master · NVIDIA-AI-IOT/deepstream_tao_apps. But now it says:
which is incorrect, because deepstream_reference_apps/deepstream_app_tao_configs/
does not exist in the https://github.com/NVIDIA-AI-IOT/deepstream_reference_apps.git
repo right now. This folder was deleted in the DS_7.1 release.
Ok, let’s clone the 7.0 release by providing -b DS_7.0 and continue following instructions. But then, when running ./prepare_triton_models.sh
, trtexec fails.
My request is to update the instructions, so it is clear how to set up deepstream-test3 python app with peoplenet and triton. Thank you.
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)