I am trying to get the Yolo Reference application to run on the deepstream docker container for Tesla (1080 ti)(https://github.com/NVIDIA-AI-IOT/deepstream_reference_apps/tree/master/yolo). While building the NvYolo plugin I get the following error:
Could NOT find CUDA (missing: CUDA_NVCC_EXECUTABLE CUDA_INCLUDE_DIRS
CUDA_CUDART_LIBRARY) (Required is exact version “10.0”)
I mentioned the path to cuda-10.0 as CUDA_TOOLKIT_ROOT_DIR.
This doesn’t turn up for deepstream-yolo-app. The cmake command executes successfully but make causes the error that
fatal error: gstnvdsmeta.h: No such file or Directory.
I had made the changes in Makefile.config by specifying Platform as tesla there. Am I doing something wrong? Or am I not doing something that’s required? Any help would be greatly appreciated.
Thanks for reading.