How to Install and Use DS 6.0.1 With CUDA 12.2

• Hardware Platform: RTX 4060 (Laptop)
• OS: Windows 11
• DeepStream Version: I couldn’t install yet(I want to install 6.0.1)
• DeepStream Install Method: N/A
• NVIDIA GPU Driver Version: 536.45
• WSL Version: WSL2
• WSL OS: Ubuntu 20.04.6 LTS
• TensorRT Version: Not installed yet.
• Requirement details: I want to use deepstream-heartrate-app from deepstream-tao-apps repository in github

Hello,

First of all, this topic is continuation of this topic.

I am trying to compile and run the deepstream-heartrate-app code discussed back in the previous topic on WSL2 with Ubuntu 20.04.6 LTS inside Windows 11. I am currently using a laptop with CUDA 12.2 driver installed. Since, i have written the app for “release/ds6.0.1_tao3.0” branch of the repository, i want to install 6.0.1 version of Deepstream SDK. But, since, CUDA 12.2 installed on my system i couldn’t find anything on if 6.0.1 would work with CUDA 12.2, TensorRT 8.6.1, cuDNN 8.9.5 or if CUDA driver 12.2 and gpu driver 536.45 would work with 6.0.1, TensorRT 8.0.1 and cuDNN 8.2.1. So, could you offer your guidance on how to install which version of tensorRT, cuDNN, CUDA Toolkit and CUBLAS in order to beable to compile and run the deepstream-heartrate-app discussed in the previous topic please?

Kindest regards.

The DeepStream should follow the compatibilities Quickstart Guide — DeepStream 6.3 Release documentation

For DeepStream 6.0.1, please install corresponding dependencies as Quickstart Guide — DeepStream 6.0.1 Release documentation

Thank you for the information you have shared.

  • In the compatibilty matrix i couldn’t see that it mentions 12.2. The latest version the matrix i could see mentioned was 12.1. So, may i ask, is 12.2 also compatible with, what were compatible for 12.1 please?

  • May i ask you, if in order to make deepstream and deepstream-tao-apps work do i need to strictly conform the cuDNN, CUDA, TensorRT, OS and Deepstream versions in compatibilty matrix please?

  • If you don’t mind may i ask, if i don’t have to conform the compatibilty matrix, does CUDA 12.2 works with Deepstream 6.0.1 and corresponding OS, cuDNN, gcc and TRT versions please?

  • Finally, if i have to conform exact versions corresponding to my CUDA version, if you don’t mind may i ask your guidance and assistance on how can i make the heartrate app code i have written for DS6.0.1/TAO3.0 branch of deepstream_tao_apps (which was discussed in this topic) compile and work without any problems for DS6.3/TAO4.0 branch please?

Kindest regards.

DeepStream 6.0.1 is based on CUDA 10.2. Never support CUDA 12.2

Sure. it is MUST

Never.

If you do not use any DeepStream 6.3 specific APIs, it may work. If there is any specific deprecated or changed API used, please port the code according to the new API

Thank you for your guidance.

  • May i ask if installation steps for TensorRT, OpenCV and cuDNN does differ from their respective guides for WSL2 please?

  • It has come to my attention that, I can’t find the exact versions listed in the compatibilty matrix . For example, let’s look at cuDNN, i can find the 8.8.1 version. But not the exact 8.8.1.3-1 as listed in the matrix. Same goes for TRT 8.5.3.1 version, The version i could find was 8.5.3. Could you clarify if for cuDNN 8.8.1 in fact, corresponds to 8.8.1.3-1 and if for TRT 8.5.3 actually corresponds to 8.5.3.1 version please?

  • For TRT 8.5.3.1, it has caught my attention that, while in the documentation of TRT only CUDA versions through 10.2 to 11.8 are listed as supported versions of CUDA. But, in the compatibilty matrix TRT 8.5.3.1 listed together with CUDA12.1 for DS 6.3. Could you offer your advice and guidance on which version of TRT i should install please?

Kindest regards.

When i checked release notes of cuDNN 8.8.1, i came across with this:

  • In cuDNN 8.8.1 for CUDA 12.x, runtime fusion engines will only work with NVRTC from CUDA Toolkit 12.0 and 12.1. It is not forward compatible with future CUDA 12.x Toolkits.

May i ask you if it would pose me a problem and if it does, may i ask you to clarify, if versions of cuDNN like 8.9.5 would work with DS 6.3 without any issue please?

Kindest regards.

If you don’t mind may i ask you if using this script or that script with only changing “CUDA_ARCH_BIN” and version parameter would work please?

Kindest regards.

No. Please follow the compatibility. Quickstart Guide — DeepStream 6.3 Release documentation

No. It is of no use for DeepStream.

Thank you for the clarification.

I have installed 8.8.1 version of cuDNN in accordance with the compatibility table. Then I tried to install TRT 8.5.3 using debian package method explained at Quickstart Guide. But, when i enter the command:

sudo apt-get install tensorrt

I got the following output:

Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 tensorrt : Depends: libnvinfer8 (= 8.5.3-1+cuda11.8) but it is not going to be installed
            Depends: libnvinfer-plugin8 (= 8.5.3-1+cuda11.8) but it is not going to be installed
            Depends: libnvparsers8 (= 8.5.3-1+cuda11.8) but it is not going to be installed
            Depends: libnvonnxparsers8 (= 8.5.3-1+cuda11.8) but it is not going to be installed
            Depends: libnvinfer-bin (= 8.5.3-1+cuda11.8) but it is not going to be installed
            Depends: libnvinfer-dev (= 8.5.3-1+cuda11.8) but it is not going to be installed
            Depends: libnvinfer-plugin-dev (= 8.5.3-1+cuda11.8) but it is not going to be installed
            Depends: libnvparsers-dev (= 8.5.3-1+cuda11.8) but it is not going to be installed
            Depends: libnvonnxparsers-dev (= 8.5.3-1+cuda11.8) but it is not going to be installed
            Depends: libnvinfer-samples (= 8.5.3-1+cuda11.8) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

Could you offer your guidance please?

Kindest regards.

Just tried the command dpkg -i *.debunder /var/nv-tensorrt-local-repo-ubuntu2004-8.5.3-cuda-11.8. After trying the command, I got this output:

(Reading database ... 46780 files and directories currently installed.)
Preparing to unpack graphsurgeon-tf_8.5.3-1+cuda11.8_amd64.deb ...
Unpacking graphsurgeon-tf (8.5.3-1+cuda11.8) over (8.5.3-1+cuda11.8) ...
Preparing to unpack libnvinfer-bin_8.5.3-1+cuda11.8_amd64.deb ...
Unpacking libnvinfer-bin (8.5.3-1+cuda11.8) over (8.5.3-1+cuda11.8) ...
Preparing to unpack libnvinfer-dev_8.5.3-1+cuda11.8_amd64.deb ...
Unpacking libnvinfer-dev (8.5.3-1+cuda11.8) over (8.5.3-1+cuda11.8) ...
Preparing to unpack libnvinfer-plugin-dev_8.5.3-1+cuda11.8_amd64.deb ...
Unpacking libnvinfer-plugin-dev (8.5.3-1+cuda11.8) over (8.5.3-1+cuda11.8) ...
Preparing to unpack libnvinfer-plugin8_8.5.3-1+cuda11.8_amd64.deb ...
Unpacking libnvinfer-plugin8 (8.5.3-1+cuda11.8) over (8.5.3-1+cuda11.8) ...
Preparing to unpack libnvinfer-samples_8.5.3-1+cuda11.8_all.deb ...
Unpacking libnvinfer-samples (8.5.3-1+cuda11.8) over (8.5.3-1+cuda11.8) ...
Preparing to unpack libnvinfer8_8.5.3-1+cuda11.8_amd64.deb ...
Unpacking libnvinfer8 (8.5.3-1+cuda11.8) over (8.5.3-1+cuda11.8) ...
Preparing to unpack libnvonnxparsers-dev_8.5.3-1+cuda11.8_amd64.deb ...
Unpacking libnvonnxparsers-dev (8.5.3-1+cuda11.8) over (8.5.3-1+cuda11.8) ...
Preparing to unpack libnvonnxparsers8_8.5.3-1+cuda11.8_amd64.deb ...
Unpacking libnvonnxparsers8 (8.5.3-1+cuda11.8) over (8.5.3-1+cuda11.8) ...
Preparing to unpack libnvparsers-dev_8.5.3-1+cuda11.8_amd64.deb ...
Unpacking libnvparsers-dev (8.5.3-1+cuda11.8) over (8.5.3-1+cuda11.8) ...
Preparing to unpack libnvparsers8_8.5.3-1+cuda11.8_amd64.deb ...
Unpacking libnvparsers8 (8.5.3-1+cuda11.8) over (8.5.3-1+cuda11.8) ...
Preparing to unpack onnx-graphsurgeon_8.5.3-1+cuda11.8_amd64.deb ...
Unpacking onnx-graphsurgeon (8.5.3-1+cuda11.8) over (8.5.3-1+cuda11.8) ...
Preparing to unpack python3-libnvinfer-dev_8.5.3-1+cuda11.8_amd64.deb ...
Unpacking python3-libnvinfer-dev (8.5.3-1+cuda11.8) over (8.5.3-1+cuda11.8) ...
Preparing to unpack python3-libnvinfer_8.5.3-1+cuda11.8_amd64.deb ...
Unpacking python3-libnvinfer (8.5.3-1+cuda11.8) over (8.5.3-1+cuda11.8) ...
Preparing to unpack tensorrt-dev_8.5.3.1-1+cuda11.8_amd64.deb ...
Unpacking tensorrt-dev (8.5.3.1-1+cuda11.8) over (8.5.3.1-1+cuda11.8) ...
Preparing to unpack tensorrt-libs_8.5.3.1-1+cuda11.8_amd64.deb ...
Unpacking tensorrt-libs (8.5.3.1-1+cuda11.8) over (8.5.3.1-1+cuda11.8) ...
Preparing to unpack tensorrt_8.5.3.1-1+cuda11.8_amd64.deb ...
Unpacking tensorrt (8.5.3.1-1+cuda11.8) over (8.5.3.1-1+cuda11.8) ...
Preparing to unpack uff-converter-tf_8.5.3-1+cuda11.8_amd64.deb ...
Unpacking uff-converter-tf (8.5.3-1+cuda11.8) over (8.5.3-1+cuda11.8) ...
Setting up graphsurgeon-tf (8.5.3-1+cuda11.8) ...
dpkg: dependency problems prevent configuration of libnvinfer-dev:
 libnvinfer-dev depends on libcudnn8-dev; however:
  Package libcudnn8-dev is not installed.
 libnvinfer-dev depends on libcublas.so.11-dev | libcublas-dev-11-1 | libcublas-dev-11-0; however:
  Package libcublas.so.11-dev is not installed.
  Package libcublas-dev-11-1 is not installed.
  Package libcublas-dev-11-0 is not installed.

dpkg: error processing package libnvinfer-dev (--install):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libnvinfer-plugin-dev:
 libnvinfer-plugin-dev depends on libnvinfer-dev (= 8.5.3-1+cuda11.8); however:
  Package libnvinfer-dev is not configured yet.

dpkg: error processing package libnvinfer-plugin-dev (--install):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libnvinfer-samples:
 libnvinfer-samples depends on libnvinfer-dev (= 8.5.3-1+cuda11.8) | libnvinfer-dev-cross-amd64 (= 8.5.3-1+cuda11.8); however:
  Package libnvinfer-dev is not configured yet.
  Package libnvinfer-dev-cross-amd64 is not installed.
 libnvinfer-samples depends on libnvinfer-plugin-dev (= 8.5.3-1+cuda11.8) | libnvinfer-plugin-dev-cross-amd64 (= 8.5.3-1+cuda11.8); however:
  Package libnvinfer-plugin-dev is not configured yet.
  Package libnvinfer-plugin-dev-cross-amd64 is not installed.
 libnvinfer-samples depends on libcudart.so.11.0-dev | cuda-cudart-dev-11-1 | cuda-cudart-dev-11-0 | cuda-cudart-cross-amd64-11-8; however:
  Package libcudart.so.11.0-dev is not installed.
  Package cuda-cudart-dev-11-1 is not installed.
  Package cuda-cudart-dev-11-0 is not installed.
  Package cuda-cudart-cross-amd64-11-8 is not installed.
 libnvinfer-samples depends on cuda-nvcc-11-1 | cuda-nvcc-11-2 | cuda-nvcc-11-3 | cuda-nvcc-11-4 | cuda-nvcc-11-5 | cuda-nvcc-11-6 | cuda-nvcc-11-7 | cuda-nvcc-11-8 | cuda-nvcc-11-9 | cuda-nvcc-11-0; however:
  Package cuda-nvcc-11-1 is not installed.
  Package cuda-nvcc-11-2 is not installed.
  Package cuda-nvcc-11-3 is not installed.
  Package cuda-nvcc-11-4 is not installed.
  Package cuda-nvcc-11-5 is not installed.
  Package cuda-nvcc-11-6 is not installed.
  Package cuda-nvcc-11-7 is not installed.
  Package cuda-nvcc-11-8 is not installed.
  Package cuda-nvcc-11-9 is not installed.
  Package cuda-nvcc-11-0 is not installed.

dpkg: error processing package libnvinfer-samples (--install):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libnvinfer8:
 libnvinfer8 depends on libcudnn8; however:
  Package libcudnn8 is not installed.
 libnvinfer8 depends on libcublas.so.11 | libcublas-11-1 | libcublas-11-0; however:
  Package libcublas.so.11 is not installed.
  Package libcublas-11-1 is not installed.
  Package libcublas-11-0 is not installed.

dpkg: error processing package libnvinfer8 (--install):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libnvonnxparsers-dev:
 libnvonnxparsers-dev depends on libnvinfer-dev (= 8.5.3-1+cuda11.8); however:
  Package libnvinfer-dev is not configured yet.

dpkg: error processing package libnvonnxparsers-dev (--install):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libnvonnxparsers8:
 libnvonnxparsers8 depends on libnvinfer8 (= 8.5.3-1+cuda11.8); however:
  Package libnvinfer8 is not configured yet.

dpkg: error processing package libnvonnxparsers8 (--install):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libnvparsers-dev:
 libnvparsers-dev depends on libnvinfer-dev (= 8.5.3-1+cuda11.8); however:
  Package libnvinfer-dev is not configured yet.

dpkg: error processing package libnvparsers-dev (--install):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libnvparsers8:
 libnvparsers8 depends on libnvinfer8 (= 8.5.3-1+cuda11.8); however:
  Package libnvinfer8 is not configured yet.

dpkg: error processing package libnvparsers8 (--install):
 dependency problems - leaving unconfigured
Setting up onnx-graphsurgeon (8.5.3-1+cuda11.8) ...
dpkg: dependency problems prevent configuration of python3-libnvinfer-dev:
 python3-libnvinfer-dev depends on libnvinfer-dev (= 8.5.3-1+cuda11.8); however:
  Package libnvinfer-dev is not configured yet.
 python3-libnvinfer-dev depends on libnvinfer-plugin-dev (= 8.5.3-1+cuda11.8); however:
  Package libnvinfer-plugin-dev is not configured yet.
 python3-libnvinfer-dev depends on libnvparsers-dev (= 8.5.3-1+cuda11.8); however:
  Package libnvparsers-dev is not configured yet.
 python3-libnvinfer-dev depends on libnvonnxparsers-dev (= 8.5.3-1+cuda11.8); however:
  Package libnvonnxparsers-dev is not configured yet.

dpkg: error processing package python3-libnvinfer-dev (--install):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of python3-libnvinfer:
 python3-libnvinfer depends on libnvinfer8 (= 8.5.3-1+cuda11.8); however:
  Package libnvinfer8 is not configured yet.
 python3-libnvinfer depends on libnvparsers8 (= 8.5.3-1+cuda11.8); however:
  Package libnvparsers8 is not configured yet.
 python3-libnvinfer depends on libnvonnxparsers8 (= 8.5.3-1+cuda11.8); however:
  Package libnvonnxparsers8 is not configured yet.

dpkg: error processing package python3-libnvinfer (--install):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of tensorrt-dev:
 tensorrt-dev depends on libnvinfer-dev (= 8.5.3-1+cuda11.8); however:
  Package libnvinfer-dev is not configured yet.
 tensorrt-dev depends on libnvinfer-plugin-dev (= 8.5.3-1+cuda11.8); however:
  Package libnvinfer-plugin-dev is not configured yet.
 tensorrt-dev depends on libnvparsers-dev (= 8.5.3-1+cuda11.8); however:
  Package libnvparsers-dev is not configured yet.
 tensorrt-dev depends on libnvonnxparsers-dev (= 8.5.3-1+cuda11.8); however:
  Package libnvonnxparsers-dev is not configured yet.

dpkg: error processing package tensorrt-dev (--install):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of tensorrt-libs:
 tensorrt-libs depends on libnvinfer8 (= 8.5.3-1+cuda11.8); however:
  Package libnvinfer8 is not configured yet.
 tensorrt-libs depends on libnvparsers8 (= 8.5.3-1+cuda11.8); however:
  Package libnvparsers8 is not configured yet.
 tensorrt-libs depends on libnvonnxparsers8 (= 8.5.3-1+cuda11.8); however:
  Package libnvonnxparsers8 is not configured yet.

dpkg: error processing package tensorrt-libs (--install):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of tensorrt:
 tensorrt depends on libnvinfer8 (= 8.5.3-1+cuda11.8); however:
  Package libnvinfer8 is not configured yet.
 tensorrt depends on libnvparsers8 (= 8.5.3-1+cuda11.8); however:
  Package libnvparsers8 is not configured yet.
 tensorrt depends on libnvonnxparsers8 (= 8.5.3-1+cuda11.8); however:
  Package libnvonnxparsers8 is not configured yet.
 tensorrt depends on libnvinfer-dev (= 8.5.3-1+cuda11.8); however:
  Package libnvinfer-dev is not configured yet.
 tensorrt depends on libnvinfer-plugin-dev (= 8.5.3-1+cuda11.8); however:
  Package libnvinfer-plugin-dev is not configured yet.
 tensorrt depends on libnvparsers-dev (= 8.5.3-1+cuda11.8); however:
  Package libnvparsers-dev is not configured yet.
 tensorrt depends on libnvonnxparsers-dev (= 8.5.3-1+cuda11.8); however:
  Package libnvonnxparsers-dev is not configured yet.
 tensorrt depends on libnvinfer-samples (= 8.5.3-1+cuda11.8); however:
  Package libnvinfer-samples is not configured yet.

dpkg: error processing package tensorrt (--install):
 dependency problems - leaving unconfigured
Setting up uff-converter-tf (8.5.3-1+cuda11.8) ...
dpkg: dependency problems prevent configuration of libnvinfer-bin:
 libnvinfer-bin depends on libnvinfer8 (= 8.5.3-1+cuda11.8); however:
  Package libnvinfer8 is not configured yet.
 libnvinfer-bin depends on libnvparsers8 (= 8.5.3-1+cuda11.8); however:
  Package libnvparsers8 is not configured yet.
 libnvinfer-bin depends on libnvonnxparsers8 (= 8.5.3-1+cuda11.8); however:
  Package libnvonnxparsers8 is not configured yet.

dpkg: error processing package libnvinfer-bin (--install):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libnvinfer-plugin8:
 libnvinfer-plugin8 depends on libnvinfer8 (= 8.5.3-1+cuda11.8); however:
  Package libnvinfer8 is not configured yet.

dpkg: error processing package libnvinfer-plugin8 (--install):
 dependency problems - leaving unconfigured
Processing triggers for libc-bin (2.31-0ubuntu9.12) ...
/sbin/ldconfig.real: /usr/lib/wsl/lib/libcuda.so.1 is not a symbolic link

Errors were encountered while processing:
 libnvinfer-dev
 libnvinfer-plugin-dev
 libnvinfer-samples
 libnvinfer8
 libnvonnxparsers-dev
 libnvonnxparsers8
 libnvparsers-dev
 libnvparsers8
 python3-libnvinfer-dev
 python3-libnvinfer
 tensorrt-dev
 tensorrt-libs
 tensorrt
 libnvinfer-bin
 libnvinfer-plugin8

Even though i have installed libcudnn and libcudart under /usr/local/cuda/lib64 it mentions these libraries are not installed.

Kindest regards.

You need to remove the old TensorRT before you install the new.

8.8.1 is the version of cuDNN i have installed. I am sorry for causing a misunderstanding.

Kindest regards.

Here is the output of the command dpkg-query -W | grep cuda:

cuda    12.2.0-1
cuda-12-2       12.2.0-1
cuda-cccl-12-2  12.2.53-1
cuda-command-line-tools-12-2    12.2.0-1
cuda-compiler-12-2      12.2.0-1
cuda-cudart-12-2        12.2.53-1
cuda-cudart-dev-12-2    12.2.53-1
cuda-cuobjdump-12-2     12.2.53-1
cuda-cupti-12-2 12.2.60-1
cuda-cupti-dev-12-2     12.2.60-1
cuda-cuxxfilt-12-2      12.2.53-1
cuda-demo-suite-12-2    12.2.53-1
cuda-documentation-12-2 12.2.53-1
cuda-driver-dev-12-2    12.2.53-1
cuda-gdb-12-2   12.2.53-1
cuda-libraries-12-2     12.2.0-1
cuda-libraries-dev-12-2 12.2.0-1
cuda-nsight-12-2        12.2.53-1
cuda-nsight-compute-12-2        12.2.0-1
cuda-nsight-systems-12-2        12.2.0-1
cuda-nvcc-12-2  12.2.91-1
cuda-nvdisasm-12-2      12.2.53-1
cuda-nvml-dev-12-2      12.2.81-1
cuda-nvprof-12-2        12.2.60-1
cuda-nvprune-12-2       12.2.53-1
cuda-nvrtc-12-2 12.2.91-1
cuda-nvrtc-dev-12-2     12.2.91-1
cuda-nvtx-12-2  12.2.53-1
cuda-nvvp-12-2  12.2.60-1
cuda-opencl-12-2        12.2.53-1
cuda-opencl-dev-12-2    12.2.53-1
cuda-profiler-api-12-2  12.2.53-1
cuda-repo-wsl-ubuntu-12-2-local 12.2.0-1
cuda-runtime-12-2       12.2.0-1
cuda-sanitizer-12-2     12.2.53-1
cuda-toolkit-12-2       12.2.0-1
cuda-toolkit-12-2-config-common 12.2.53-1
cuda-toolkit-12-config-common   12.2.53-1
cuda-toolkit-config-common      12.2.53-1
cuda-tools-12-2 12.2.0-1
cuda-visual-tools-12-2  12.2.0-1
graphsurgeon-tf 8.5.3-1+cuda11.8
nv-tensorrt-local-repo-ubuntu2004-8.5.3-cuda-11.8       1.0-1
onnx-graphsurgeon       8.5.3-1+cuda11.8
uff-converter-tf        8.5.3-1+cuda11.8

Here is the output of the command nvcc -V:

nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2023 NVIDIA Corporation
Built on Tue_Jun_13_19:16:58_PDT_2023
Cuda compilation tools, release 12.2, V12.2.91
Build cuda_12.2.r12.2/compiler.32965470_0

Here is the output of the command apt-cache search tensorrt:

graphsurgeon-tf - GraphSurgeon for TensorRT package
libnvinfer8 - TensorRT runtime libraries
libnvinfer-bin - TensorRT binaries
libnvinfer-dev - TensorRT development libraries and headers
libnvinfer-plugin8 - TensorRT plugin libraries
libnvinfer-plugin-dev - TensorRT plugin libraries
libnvinfer-samples - TensorRT samples
libnvonnxparsers8 - TensorRT ONNX libraries
libnvonnxparsers-dev - TensorRT ONNX libraries
libnvparsers8 - TensorRT parsers libraries
libnvparsers-dev - TensorRT parsers libraries
onnx-graphsurgeon - ONNX GraphSurgeon for TensorRT package
python3-libnvinfer - Python 3 bindings for TensorRT
python3-libnvinfer-dev - Python 3 development package for TensorRT
tensorrt - Meta package for TensorRT
tensorrt-dev - Meta package for TensorRT development libraries
tensorrt-libs - Meta package for TensorRT runtime libraries
uff-converter-tf - UFF converter for TensorRT package
nv-tensorrt-local-repo-ubuntu2004-8.5.3-cuda-11.8 - nv-tensorrt-local repository configuration files

Kindest regards.

Isn’t CUDA enabled OpenCV required for deepstream and deepstream-heartrate-app to work?

Thank you so much for all the help you have offered.

I have installed DS 6.3. But, i have an issue on running the deepstream-app. For which i am going to open another topic and will appreciate your guidance. But, for this issue if you don’t mind i am mark your advice on i should conform the compatibility matrix. You can close this topic if you would like to.

Kindest regards.

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