error trying to run deepstream_app_config_ssd.txt

I’m trying to use my own ssd model to run config file “deepstream_app_config_ssd.txt” through the “deepstream-app”.

when I try running the ssd model in deepstream the result is this :

keeper@keeper-desktop:~/Desktop/Yoskev/objectDetector_SSD$ deepstream-app -c deepstream_app_config_ssd.txt 

(deepstream-app:22358): GStreamer-WARNING **: 14:35:25.154: Name 'src_cap_filter' is not unique in bin 'src_sub_bin0', not adding
Error: Could not parse custom library path
Failed to parse group property
** ERROR: <gst_nvinfer_parse_config_file:943>: failed

Using winsys: x11 
Creating LL OSD context new
0:00:01.136789453 22358     0x36faf960 WARN                 nvinfer gstnvinfer.cpp:658:gst_nvinfer_start:<primary_gie_classifier> error: Configuration file parsing failed
0:00:01.136861485 22358     0x36faf960 WARN                 nvinfer gstnvinfer.cpp:658:gst_nvinfer_start:<primary_gie_classifier> error: Config file path: /home/keeper/Desktop/Yoskev/objectDetector_SSD/pgie_ssd_uff_config.txt
** ERROR: <main:651>: Failed to set pipeline to PAUSED
Quitting
ERROR from primary_gie_classifier: Configuration file parsing failed
Debug info: /dvs/git/dirty/git-master_linux/deepstream/sdk/src/gst-plugins/gst-nvinfer/gstnvinfer.cpp(658): gst_nvinfer_start (): /GstPipeline:pipeline/GstBin:primary_gie_bin/GstNvInfer:primary_gie_classifier:
Config file path: /home/keeper/Desktop/Yoskev/objectDetector_SSD/pgie_ssd_uff_config.txt
App run failed

Is there any solution for this?

Hi,

Suppose you should have your own config_infer_primary_ssd.txt file and update the corresponding path here:

[primary-gie]
...
config-file=config_infer_primary_ssd.txt

Is it correct?

If yes, could you remove the model-engine-file parameter in case it links to the previous generated model and try it again.

Thanks.

okay I’ll try it later thanks for the help.