NVIDIA-AI-IOT / yolo_deepstream

yolo model qat and deploy with deepstream&tensorrt
Apache License 2.0
533 stars 135 forks source link

Compile nvdsparsebbox_Yolo.cpp Error #16

Open akashzade opened 3 years ago

akashzade commented 3 years ago

While Make (Compiling) nvdsparsebbox_Yolo.cpp getting below error

g++ -o libnvdsinfer_custom_impl_Yolo.so nvdsparsebbox_Yolo.o -shared -Wl,--start-group -lnvinfer_plugin -lnvinfer -lnvparsers -L/usr/local/cuda-11.1/lib64 -lcudart -lcublas -lstdc++fs -Wl,--end-group /usr/bin/ld: cannot find -lnvinfer_plugin /usr/bin/ld: cannot find -lnvinfer /usr/bin/ld: cannot find -lnvparsers collect2: error: ld returned 1 exit status Makefile:47: recipe for target 'libnvdsinfer_custom_impl_Yolo.so' failed make: *** [libnvdsinfer_custom_impl_Yolo.so] Error 1

Can anybody help me