Running DS 6.0 with Yolov3

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) : V100
• DeepStream Version : 6.0
• JetPack Version (valid for Jetson only) : docker container in NGC (devel tag)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only) : 418.67
• Issue Type( questions, new requirements, bugs) bugs
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing) use ds with yolov3
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

Hi,

I get this nvdec error when i run my yolov3 in ds 6.0 :

root@a176e9810bd2:~/top# deepstream-cdmsmith-analytics -c main_config.txt
Deserialize yoloLayerV3 plugin: yolo_83
Deserialize yoloLayerV3 plugin: yolo_95
Deserialize yoloLayerV3 plugin: yolo_107
0:00:03.128145540 216 0x55fdb616b660 INFO nvinfer gstnvinfer.cpp:638:gst_nvinfer_logger:<primary_gie> NvDsInferContext[UID 1]: Info from NvDsInferContextImpl::deserializeEngineAndBackend() <nvdsinfer_context_impl.cpp:1900> [UID = 1]: deserialized trt engine from :/root/top/models/yolov3/model_b1_gpu0_fp32_cuda114.engine
INFO: …/nvdsinfer/nvdsinfer_model_builder.cpp:610 [Implicit Engine Info]: layers num: 4
0 INPUT kFLOAT data 3x608x608
1 OUTPUT kFLOAT yolo_83 255x19x19
2 OUTPUT kFLOAT yolo_95 255x38x38
3 OUTPUT kFLOAT yolo_107 255x76x76

0:00:03.128283984 216 0x55fdb616b660 INFO nvinfer gstnvinfer.cpp:638:gst_nvinfer_logger:<primary_gie> NvDsInferContext[UID 1]: Info from NvDsInferContextImpl::generateBackendContext() <nvdsinfer_context_impl.cpp:2004> [UID = 1]: Use deserialized engine model: /root/top/models/yolov3/model_b1_gpu0_fp32_cuda114.engine
0:00:03.136729688 216 0x55fdb616b660 INFO nvinfer gstnvinfer_impl.cpp:313:notifyLoadModelStatus:<primary_gie> [UID 1]: Load new model:/root/top/models/yolov3/config_infer_primary_yolov3.txt sucessfully

Runtime commands:
h: Print this help
q: Quit

    p: Pause
    r: Resume

NOTE: To expand a source in the 2D tiled display and view object details, left-click on the source.
To go back to the tiled display, right-click anywhere on the window.

** INFO: <bus_callback:181>: Pipeline ready

terminate called after throwing an instance of ‘NVDECException’
what(): cuvidv4l2_handle_video_sequence_cb : No supported output format found at src/cuvidv4l2_nvdec.cpp:399

Aborted (core dumped)

This driver veriosn is too old, please upgrade to the latest GPU driver for V100.

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