• Hardware Platform: Jetson Nano
• DeepStream Version: 6.0.1
• DeepStream Install Method: .tar Package
• Power Mode: MAXN
• JetPack Version: 4.6.4 [L4T 32.7.4]
• TensorRT Version: 8.2.1.8
• NVIDIA GPU Driver Version: N/A
• How to reproduce the issue ?
I am trying to follow steps specified in this forum topic for Deepstream 6.0.1 and YoloV4 (since, i can’t use Deepstream 5.0): Get wrong infer results while Testing yolov4 on deepstream 5.0
When i run the deepstream with this command:
sudo deepstream-app -c deepstream_app_config_yoloV4.txt
I get this output:
(deepstream-app:15261): GStreamer-CRITICAL **: 13:51:54.109: passed '0' as denominator for `GstFraction'
(deepstream-app:15261): GStreamer-CRITICAL **: 13:51:54.109: passed '0' as denominator for `GstFraction'
** ERROR: <create_camera_source_bin:163>: Failed to link 'src_elem' (image/jpeg; video/mpeg, mpegversion=(int)4, systemstream=(boolean)false; video/mpeg, mpegversion=(int)2; video/mpegts, systemstream=(boolean)true; video/x-bayer, format=(string){ bggr, gbrg, grbg, rggb }, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-dv, systemstream=(boolean)true; video/x-h263, variant=(string)itu; video/x-h264, stream-format=(string){ byte-stream, avc }, alignment=(string)au; video/x-pwc1, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-pwc2, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw, format=(string){ RGB16, BGR, RGB, GRAY8, GRAY16_LE, GRAY16_BE, YVU9, YV12, YUY2, YVYU, UYVY, Y42B, Y41B, YUV9, NV12_64Z32, NV24, NV61, NV16, NV21, NV12, I420, BGRA, BGRx, ARGB, xRGB, BGR15, RGB15 }, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-sonix, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-vp8; video/x-vp9; video/x-wmv, wmvversion=(int)3, format=(string)WVC1) and 'src_cap_filter1' (video/x-raw, width=(int)0, height=(int)0)
** ERROR: <create_camera_source_bin:218>: create_camera_source_bin failed
** ERROR: <create_pipeline:1326>: create_pipeline failed
** ERROR: <main:688>: Failed to create pipeline
Quitting
App run failed
Here are config files:
config_infer_primary_yoloV4.txt (3.4 KB)
deepstream_app_config_yoloV4.txt (3.8 KB)
This is the nvdsparsebbox_Yolo.cpp
after adding c++ functions:
nvdsparsebbox_Yolo.cpp (18.0 KB)
Thanks in advance for all the help you offer.
NOTE:
When i enter the command to test out deepstream:
sudo deepstream-app -c /opt/nvidia/deepstream/deepstream-6.0/samples/configs/deepstream-app/source4_1080p_dec_infer-resnet_tracker_sgie_tiled_display_int8.txt
I saw an error message with few warnings on the terminal. The Jetson got very slow and a saw a memory warning on my screen. After a while the window which was supposed to show to video popped up. But, half of the display was black and at the other half, a frame showed up and froze without playing any further. I got this output on the terminal:
deepstream-app_output_log.txt (16.2 KB)
When i try to test with that command for increased verbosity:
sudo deepstream-app -c /opt/nvidia/deepstream/deepstream-6.0/samples/configs/deepstream-app/source4_1080p_dec_infer-resnet_tracker_sgie_tiled_display_int8.txt --gst-debug=3
I got this output:
detailed_deepstream-app_output_log.txt (33.6 KB)