I am compiling YOLOv4 with Deepstream 5.1 REF but getting the below error, So can you help me
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:48: recipe for target ‘libnvdsinfer_custom_impl_Yolo.so’ failed
make: *** [libnvdsinfer_custom_impl_Yolo.so] Error 1
Complete information of setup.
• Hardware Platform (Jetson / GPU): GPU
• DeepStream Version: 5.1
• JetPack Version (valid for Jetson only)
• TensorRT Version: 7.2.3.4
• NVIDIA GPU Driver Version (valid for GPU only): 460.84
• Issue Type( questions, new requirements, bugs): questions
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)