I get this error all the time after running my config file for all yolo versions

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) Jetson xavier
• DeepStream Version 5.0
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, 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)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

Hi guys,

I get this error all the time after running my config file:

Error: Could not parse custom library path
Failed to parse group property
** ERROR: <gst_nvinfer_parse_config_file:1242>: failed

Using winsys: x11
0:00:00.247908588 31374 0x32427cf0 WARN nvinfer gstnvinfer.cpp:766:gst_nvinfer_start:<primary_gie> error: Configuration file parsing failed
0:00:00.247991629 31374 0x32427cf0 WARN nvinfer gstnvinfer.cpp:766:gst_nvinfer_start:<primary_gie> error: Config file path: /home/pi/lo/configs/config_infer_primary_yoloV3.txt
** ERROR: main:655: Failed to set pipeline to PAUSED
Quitting
ERROR from primary_gie: Configuration file parsing failed
Debug info: /dvs/git/dirty/git-master_linux/deepstream/sdk/src/gst-plugins/gst-nvinfer/gstnvinfer.cpp(766): gst_nvinfer_start (): /GstPipeline:pipeline/GstBin:primary_gie_bin/GstNvInfer:primary_gie:
Config file path: /home/pi/lo/configs/config_infer_primary_yoloV3.txt
App run failed

Any suggestion?

There is no update from you for a period, assuming this is not an issue any more.
Hence we are closing this topic. If need further support, please open a new one.
Thanks

Could you share this file ?

This is config_infer_primary_yoloV2.txt

[property]

gpu-id=0

net-scale-factor=1

#0=RGB, 1=BGR

model-color-format=0

custom-network-config=/home/pi/lo/models/yolo/yolov2.cfg

model-file=/home/pi/lo/models/yolo/yolov2.weights

model-engine-file=/home/pi/lo/models/yolo/yolov2.model_b1_fp32.engine

labelfile-path=/home/pi/lo/models/yolo/labels.txt

0=FP32, 1=INT8, 2=FP16 mode

network-mode=0

num-detected-classes=80

gie-unique-id=1

is-classifier=0

maintain-aspect-ratio=1

parse-bbox-func-name=NvDsInferParseCustomYoloV2

custom-lib-path=/opt/nvidia/deepstream/deepstream/sources/objectDetector_Yolo/nvdsinfer_custom_impl_Yolo/libnvdsinfer_custom_impl_Yolo.$

this is not right! Please refer to yolov sample - /opt/nvidia/deepstream/deepstream/sources/objectDetector_Yolo/

1 Like

Thank you !