DeepStream-Yolo icon indicating copy to clipboard operation
DeepStream-Yolo copied to clipboard

Segmentation Fault when use yoloV5

Open cjy4979 opened this issue 7 months ago • 0 comments

I've followed all what https://github.com/marcoslucianops/DeepStream-Yolo/blob/master/docs/YOLOv5.md said, but still got

**PERF:  FPS 0 (Avg)
**PERF:  0.00 (0.00)
** INFO: <bus_callback:291>: Pipeline ready

WARNING from src_elem: No decoder available for type 'audio/mpeg, mpegversion=(int)4, framed=(boolean)true, stream-format=(string)raw, level=(string)2, base-profile=(string)lc, profile=(string)lc, codec_data=(buffer)119056e500, rate=(int)48000, channels=(int)2'.
Debug info: ../gst/playback/gsturidecodebin.c(960): unknown_type_cb (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstBin:src_sub_bin0/GstURIDecodeBin:src_elem
** INFO: <bus_callback:277>: Pipeline running

Segmentation fault

I am running on windows wsl ubuntu 22.04, and all the sample test offerred by deepstream run well. but when i tried to use a yolo version, it fails my deepstream version here :

deepstream-app version 7.0.0
DeepStreamSDK 7.0.0
CUDA Driver Version: 12.3
CUDA Runtime Version: 12.2
TensorRT Version: 8.6
cuDNN Version: 8.9
libNVWarp360 Version: 2.0.1d3

how can i solve my problem

cjy4979 avatar Jul 19 '24 01:07 cjy4979