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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Segmentation fault (core dumped)

Sina-Asgari opened this issue · comments

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

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