marcoslucianops / DeepStream-Yolo-Seg

NVIDIA DeepStream SDK 6.3 / 6.2 / 6.1.1 / 6.1 / 6.0.1 / 6.0 implementation for YOLO-Segmentation models
MIT License
46 stars 6 forks source link

Segmentation fault (core dumped) #4

Open Sina-Asgari opened 9 months ago

Sina-Asgari commented 9 months ago

Hello. Thanks for your great work I take the following steps:

  1. Clone the repo and go to the directory
  2. I run this command CUDA_VER=11.7 make -C nvdsinfer_custom_impl_Yolo_seg (beacuase i use deepstream 6.1.1)
  3. and run deepstream app (deepstream-app -c deepstream_app_config.txt) but get following error: 2023-09-18_09-27
colinleng commented 9 months ago

I have encountered the same problem, have you solved it? How to solve it

Abhijeet241093 commented 3 days ago

Encounter Same Error, how to solved it ?