Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) Nvidia Geforce RTX 2050
• DeepStream Version 6.3
• NVIDIA GPU Driver Version (valid for GPU only) 535.146.02
The following is my Dockerfile:
**•
FROM nvcr.io/nvidia/deepstream:6.3-triton-multiarch
RUN apt-get update &&
apt-get install -y python3.8 python3.8-distutils &&
update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.8 1 &&
update-alternatives --set python3 /usr/bin/python3.8 &&
apt-get install -y python3.8-venv python3.8-dev &&
apt-get install -y python3-pip libgstreamer1.0-dev
RUN apt-get update &&
apt-get install -y
python3.8
python3.8-distutils
libssl1.1
libssl-dev
libgstreamer1.0-0
gstreamer1.0-tools
gstreamer1.0-plugins-good
gstreamer1.0-plugins-bad
gstreamer1.0-plugins-ugly
gstreamer1.0-libav
libgstreamer-plugins-base1.0-dev
libgstrtspserver-1.0-0
libjansson4
libyaml-cpp-dev
RUN pip3 install opencv-python
RUN pip3 install torch
RUN pip3 install Pillow
RUN pip3 install torchvision
COPY . /app
WORKDIR /app
RUN pip3 install pyds
ENTRYPOINT [“python3”, “emotion.py”, “file:////home/isham/projects/deepstream_imentiv/stock1-short-wxsabew8_ttDDk6ra.mp4”, “frames_1”]
**
And when i run this, iam getting an error :
**•
Frames will be saved in frames_1
(gst-plugin-scanner:23): GStreamer-WARNING **: 07:14:03.069: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstde265.so’: libde265.so.0: cannot open shared object file: No such file or directory
(gst-plugin-scanner:23): GStreamer-WARNING **: 07:14:03.082: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstx265.so’: libx265.so.179: cannot open shared object file: No such file or directory
(gst-plugin-scanner:23): GStreamer-WARNING **: 07:14:03.189: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstopenmpt.so’: libmpg123.so.0: cannot open shared object file: No such file or directory
(gst-plugin-scanner:23): GStreamer-WARNING **: 07:14:03.193: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmpeg2enc.so’: libmpeg2encpp-2.1.so.0: cannot open shared object file: No such file or directory
(gst-plugin-scanner:23): GStreamer-WARNING **: 07:14:03.193: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvpx.so’: libvpx.so.6: cannot open shared object file: No such file or directory
(gst-plugin-scanner:23): GStreamer-WARNING **: 07:14:03.245: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstchromaprint.so’: libavcodec.so.58: cannot open shared object file: No such file or directory
(gst-plugin-scanner:23): GStreamer-WARNING **: 07:14:03.258: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmpg123.so’: libmpg123.so.0: cannot open shared object file: No such file or directory
(gst-plugin-scanner:23): GStreamer-WARNING **: 07:14:03.284: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstlibav.so’: libavcodec.so.58: cannot open shared object file: No such file or directory
(gst-plugin-scanner:23): GStreamer-WARNING **: 07:14:03.297: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_ucx.so’: libcuda.so.1: cannot open shared object file: No such file or directory
(gst-plugin-scanner:23): GStreamer-WARNING **: 07:14:03.300: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libcustom2d_preprocess.so’: libcuda.so.1: cannot open shared object file: No such file or directory
(gst-plugin-scanner:23): GStreamer-WARNING **: 07:14:03.308: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_inferserver.so’: libcuda.so.1: cannot open shared object file: No such file or directory
(gst-plugin-scanner:23): GStreamer-WARNING **: 07:14:03.318: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_deepstream_bins.so’: libcuda.so.1: cannot open shared object file: No such file or directory
(gst-plugin-scanner:23): GStreamer-WARNING **: 07:14:03.323: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_ofvisual.so’: libcuda.so.1: cannot open shared object file: No such file or directory
(gst-plugin-scanner:23): GStreamer-WARNING **: 07:14:03.326: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libgstnvvideo4linux2.so’: libcuda.so.1: cannot open shared object file: No such file or directory
(gst-plugin-scanner:23): GStreamer-WARNING **: 07:14:03.327: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_multistreamtiler.so’: libcuda.so.1: cannot open shared object file: No such file or directory
(gst-plugin-scanner:23): GStreamer-WARNING **: 07:14:03.329: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libgstnvvideoconvert.so’: libcuda.so.1: cannot open shared object file: No such file or directory
(gst-plugin-scanner:23): GStreamer-WARNING **: 07:14:03.330: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_tracker.so’: libcuda.so.1: cannot open shared object file: No such file or directory
(gst-plugin-scanner:23): GStreamer-WARNING **: 07:14:03.331: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_segvisual.so’: libcuda.so.1: cannot open shared object file: No such file or directory
(gst-plugin-scanner:23): GStreamer-WARNING **: 07:14:03.653: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_dsexample.so’: libcuda.so.1: cannot open shared object file: No such file or directory
(gst-plugin-scanner:23): GStreamer-WARNING **: 07:14:03.655: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_xfer.so’: libcuda.so.1: cannot open shared object file: No such file or directory
(gst-plugin-scanner:23): GStreamer-WARNING **: 07:14:03.656: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_infer.so’: libcuda.so.1: cannot open shared object file: No such file or directory
(gst-plugin-scanner:23): GStreamer-WARNING **: 07:14:03.657: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_dewarper.so’: libcuda.so.1: cannot open shared object file: No such file or directory
(gst-plugin-scanner:23): GStreamer-WARNING **: 07:14:03.658: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_multistream.so’: libcuda.so.1: cannot open shared object file: No such file or directory
(gst-plugin-scanner:23): GStreamer-WARNING **: 07:14:03.659: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_videotestsrc.so’: libcuda.so.1: cannot open shared object file: No such file or directory
(gst-plugin-scanner:23): GStreamer-WARNING **: 07:14:03.660: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_jpeg.so’: libcuda.so.1: cannot open shared object file: No such file or directory
(gst-plugin-scanner:23): GStreamer-WARNING **: 07:14:03.660: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_udp.so’: libcuda.so.1: cannot open shared object file: No such file or directory
(gst-plugin-scanner:23): GStreamer-WARNING **: 07:14:03.661: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_preprocess.so’: libcuda.so.1: cannot open shared object file: No such file or directory
(gst-plugin-scanner:23): GStreamer-WARNING **: 07:14:03.663: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_nvblender.so’: libcuda.so.1: cannot open shared object file: No such file or directory
(gst-plugin-scanner:23): GStreamer-WARNING **: 07:14:03.673: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_eglglessink.so’: libcuda.so.1: cannot open shared object file: No such file or directory
(gst-plugin-scanner:23): GStreamer-WARNING **: 07:14:03.715: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmpeg2dec.so’: libmpeg2.so.0: cannot open shared object file: No such file or directory
Creating Pipeline
Creating streamux
Unable to create NvStreamMux
Traceback (most recent call last):
File “emotion.py”, line 578, in
sys.exit(main(sys.argv))
File “emotion.py”, line 434, in main
pipeline.add(streammux)
TypeError: Argument 1 does not allow None as a value
**
Iam able to run the same in deespstream without docker and getting required output,but when i tried this in Docker method it doesn’t work.