• Hardware Platform (Jetson / GPU): Jetson Orin Nano deverloperkit
• DeepStream Version: 6.4.0
• JetPack Version: 6.0-b52
• TensorRT Version: 8.6.2.3-1+cuda12.2
• NVIDIA GPU Driver Version (valid for GPU only): 12.2
I am running YOLOV7 using DeepStream-Yolo/docs/YOLOv7.md at master · marcoslucianops/DeepStream-Yolo · GitHub, I followed the instructions as it is. But when I first time ran the deepstream-app -c deepstream_app_config.txt it failed and after that it shows the following error:
- ERROR: <parse_tiled_display:1955>: parse_tiled_display failed
** ERROR: <parse_config_file:774>: parse_config_file failed
** ERROR: main:687: Failed to parse config file ‘deepstream_app_config.txt’
Quitting
App run failed
I don’t know what is wrong.
I converted yolov7 weight file in pt extension to onnx fomat and then I upadated the config_infer_primary_yoloV7.txt with yolov7.onnx, and labels.txt and and updaed the path to config file but when I ran it it doesn’t run succesfully.