marcoslucianops / DeepStream-Yolo

NVIDIA DeepStream SDK 7.0 / 6.4 / 6.3 / 6.2 / 6.1.1 / 6.1 / 6.0.1 / 6.0 / 5.1 implementation for YOLO models
MIT License
1.38k stars 343 forks source link

Problem with multiple yolo gies #481

Open LIANG180828 opened 8 months ago

LIANG180828 commented 8 months ago

when i Change the YoloLayer plugin version](https://github.com/marcoslucianops/DeepStream-Yolo/blob/master/docs/multipleGIEs.md#change-the-yololayer-plugin-version) in gie2 nvdsinfer_custom_impl_Yolo folder,then Compile the libs,used “CUDA_VER=11.4 make -C gie2/nvdsinfer_custom_impl_Yolo”, I encounter an error: g++ -c -o utils.o -Wall -std=c++11 -shared -fPIC -Wno-error=deprecated-declarations -I/opt/nvidia/deepstream/deepstream/sources/includes -I/usr/local/cuda-11.4/include utils.cpp g++ -c -o yolo.o -Wall -std=c++11 -shared -fPIC -Wno-error=deprecated-declarations -I/opt/nvidia/deepstream/deepstream/sources/includes -I/usr/local/cuda-11.4/include yolo.cpp In file included from yolo.cpp:28: yolo.h:30:10: fatal error: nvdsinfer_custom_impl.h: No such file or directory 30 | #include "nvdsinfer_custom_impl.h" | ^~~~~~~~~ compilation terminated. make: *** [Makefile:81: yolo.o] Error 1 make: Leaving directory '/home/nvidia/DeepStream-Yolo/gie2/nvdsinfer_custom_impl_Yolo'