Hi Team,
I was trying the run the generate traffic insights yolov8 container on my AGX Orin dev kit 64GB. But its throwing error. I am using jetpack 6.0.
I am referring to following blog : Generate Traffic Insights Using YOLOv8 and NVIDIA JetPack 6.0 | NVIDIA Technical Blog.
And below are is the error log with the command. Please help me resolve this.
sudo docker run -v ./yolov8s:/yolov8s -v ./config/deepstream:/ds-config-files --rm --runtime nvidia nvcr.io/nvidia/jps/deepstream:7.0-jps-v1.1.1 /yolov8s-files/yolov8s_setup.sh --agx
[sudo] password for rptech:
==========
== CUDA ==
CUDA Version 12.2.12
Container image Copyright (c) 2016-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
This container image and its contents are governed by the NVIDIA Deep Learning Container License.
By pulling and using the container, you accept the terms and conditions of this license:
A copy of this license is made available in this container at /NGC-DL-CONTAINER-LICENSE for your convenience.
NOTE: For each dataset an user elects to use, the user is responsible for checking if the dataset license is fit for the intended purpose.
Using AGX so batch size set to 8…
yolov8s-dependencies directory exists - skipping download/init. If there was a failure last time, please delete this folder and retry.
Running AGX setup…
(gst-plugin-scanner:39): GStreamer-WARNING **: 11:23:24.128: Failed to load plugin ‘/usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstmpeg2dec.so’: libmpeg2.so.0: cannot open shared object file: No such file or directory
(gst-plugin-scanner:39): GStreamer-WARNING **: 11:23:24.226: Failed to load plugin ‘/usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstmpg123.so’: libmpg123.so.0: cannot open shared object file: No such file or directory
(gst-plugin-scanner:39): GStreamer-WARNING **: 11:23:24.308: Failed to load plugin ‘/usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstchromaprint.so’: libavcodec.so.58: cannot open shared object file: No such file or directory
(gst-plugin-scanner:39): GStreamer-WARNING **: 11:23:24.336: Failed to load plugin ‘/usr/lib/aarch64-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:39): GStreamer-WARNING **: 11:23:24.354: Failed to load plugin ‘/usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstopenmpt.so’: libmpg123.so.0: cannot open shared object file: No such file or directory
(gst-plugin-scanner:39): GStreamer-WARNING **: 11:23:24.422: adding type GstEvent multiple times
(Argus) Error FileOperationFailed: Connecting to nvargus-daemon failed: No such file or directory (in src/rpc/socket/client/SocketClientDispatch.cpp, function openSocketConnection(), line 204)
(Argus) Error FileOperationFailed: Cannot create camera provider (in src/rpc/socket/client/SocketClientDispatch.cpp, function createCameraProvider(), line 106)
(gst-plugin-scanner:39): GStreamer-WARNING **: 11:23:24.546: Failed to load plugin ‘/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_udp.so’: librivermax.so.0: cannot open shared object file: No such file or directory
(gst-plugin-scanner:39): GStreamer-WARNING **: 11:23:24.560: Failed to load plugin ‘/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_inferserver.so’: libtritonserver.so: cannot open shared object file: No such file or directory
** ERROR: <parse_config_file:790>: parse_config_file failed
** ERROR: main:1468: Failed to parse config file ‘/ds-config-files/yolov8s/setup_config_agx.txt’
Quitting
App run failed
cp: cannot stat ‘/yolov8s-files/*.engine’: No such file or directory