Configuration file parsing failed

I am testing peoplenet in deepstream on AGX Xaiver and I have error as follows.

failed to parse group property
** ERROR: <gst_nvinfer_parse_config_file:1158>: failed

Using winsys: x11 
gstnvtracker: Loading low-level lib at /opt/nvidia/deepstream/deepstream-5.0/lib/libnvds_mot_klt.so
gstnvtracker: Optional NvMOT_RemoveStreams not implemented
gstnvtracker: Batch processing is OFF
0:00:00.198028383 12688   0x7f4c002380 WARN                 nvinfer gstnvinfer.cpp:747:gst_nvinfer_start:<primary_gie> error: Configuration file parsing failed
0:00:00.198092705 12688   0x7f4c002380 WARN                 nvinfer gstnvinfer.cpp:747:gst_nvinfer_start:<primary_gie> error: Config file path: /opt/nvidia/deepstream/deepstream-5.0/samples/configs/tlt_pretrained_models/config_infer_primary_peoplenet.txt
** ERROR: <main:651>: 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(747): gst_nvinfer_start (): /GstPipeline:pipeline/GstBin:primary_gie_bin/GstNvInfer:primary_gie:
Config file path: /opt/nvidia/deepstream/deepstream-5.0/samples/configs/tlt_pretrained_models/config_infer_primary_peoplenet.txt
App run failed

My config files are
config_infer_primary_peoplenet.txt (1.2 KB) deepstream_app_source1_peoplenet.txt (2.5 KB)

I run the app as
deepstream-app -c /opt/nvidia/deepstream/deepstream-5.0/samples/configs/tlt_pretrained_models/deepstream_app_source1_peoplenet.txt

What could be wrong?

Hi,

Just confirmed that we can run the peoplenet sample without error.

It looks like the error comes from this customized setting:

[source0]
enable=1
#Type - 1=CameraV4L2 2=URI 3=MultiURI
type=2
num-sources=1
uri=file://home/xaiver/Videos/v1.asf
gpu-id=0

Could you use the original setting to see if still an issue first?

[source0]                                                                                           
enable=1
#Type - 1=CameraV4L2 2=URI 3=MultiURI                                                               
type=3
num-sources=1                                                                                       
uri=file://../../streams/sample_1080p_h265.mp4                                                      
gpu-id=0

Thanks.

Yes because of my modifications. Sorry

Hi, batu_man

Is your problem solved after resetting the input source?
Thanks.

yes solved.Thanks