Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) 1050Ti
• DeepStream Version deepstream-5.1
• JetPack Version (valid for Jetson only)
• TensorRT Version 7.2.2.3
• NVIDIA GPU Driver Version (valid for GPU only) 465.27
• Issue Type( questions, new requirements, bugs) bugs
• 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)
- pull docker using
docker pull nvcr.io/nvidia/deepstream:5.1-21.02-samples
- run objectDetector_Yolo in container
cd /opt/nvidia/deepstream/deepstream-5.1/sources/objectDetector_Yolo/nvdsinfer_custom_imp
l_Yolo
make CUDA_VER=11.1
get error like below
g++ -c -o nvdsinfer_yolo_engine.o -Wall -std=c++11 -shared -fPIC -Wno-error=deprecated-declarations -I…/…/includes -I/usr/local/cuda-11.1/include nvdsinfer_yolo_engine.cpp
In file included from nvdsinfer_yolo_engine.cpp:23:0:
…/…/includes/nvdsinfer_custom_impl.h:128:10: fatal error: NvCaffeParser.h: No such file or directory
#include “NvCaffeParser.h”
^~~~~~~~~~~~~~~~~
compilation terminated.
Makefile:51: recipe for target ‘nvdsinfer_yolo_engine.o’ failed
make: *** [nvdsinfer_yolo_engine.o] Error 1
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)