nanmi / YOLOX-deepstream

deploy yolox algorithm use deepstream
89 stars 27 forks source link

Seems like nvdsinfer_custom_impl.h is missing #13

Closed shubhambaid closed 2 years ago

shubhambaid commented 2 years ago

while building, I am getting

nvdsparsebbox_yolox.cpp:25:10: fatal error: nvdsinfer_custom_impl.h: No such file or directory
   25 | #include "nvdsinfer_custom_impl.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:43: nvdsparsebbox_yolox.o] Error 1
rahulsharma11 commented 2 years ago

Hi, You need to provide the deepstream installation include path to Makefile.

shubhambaid commented 2 years ago

Still stuck with same, tried adding DS installation path as well

tulbureandreit commented 2 years ago

@shubhambaid did you solve anything?

idajana commented 2 years ago

@tulbureandreit adding -I/opt/nvidia/deepstream/deepstream/sources/includes/ to Makefile solved it for me