DeepStream6.3 problems in Nvinfer

ubuntu 22.04
cuda 12.2
tensorrt 8.6.1.6
deepstream 6.3.0
In my gstreamer folder i have the plugin nvinfer


but i can’t use it in my code
i writing this command in my terminal :
$ gst-inspect-1.0 -b
Fichiers sur liste noire :
libcustom2d_preprocess.so
libgstmsdk.so
libnvdsgst_3dbridge.so
libnvdsgst_3dfilter.so
libnvdsgst_3dmixer.so
libnvdsgst_deepstream_bins.so
libnvdsgst_dsanalytics.so
libnvdsgst_infer.so
libnvdsgst_inferserver.so
libnvdsgst_msgconv.so
libnvdsgst_multistream.so
libnvdsgst_nvmultiurisrcbin.so
libnvdsgst_udp.so

Nombre total : 13 fichiers sur liste noire

Did you install deepstream 6.3 according to the guide Quickstart Guide — DeepStream 6.3 Release documentation (nvidia.com)?

try ./install.sh in /opt/nvidia/deepstream/deepstream, probably cache cause this issue.

i solve the problem thanks

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