Lip
Lip
Hi, I had to make some adjustments in the Makefile to specify the version of OpenCV. Now a new error popped when compiling ./compile_darknet.sh ``` gcc -Iinclude/ -I3rdparty/stb/include -DOPENCV `pkg-config...
Hi, I am on AGX with Cuda 10.2, after running [this](http://www.github.com/dataplayer12/darknet.git) darknet I got many errors of compilation due to different reasons like mismatched version of packages (e.g openCV), so...
So first I tested this [repo](https://github.com/pjreddie/darknet) and then this [other](https://github.com/AlexeyAB/darknet) and they works. This is the first error that I had at first ``` g++ -std=c++11 -Iinclude/ -I3rdparty/stb/include -DOPENCV `pkg-config...
I suggest updating the script for darknet to which the ./compile_darknet.sh is pointing. I tried with the original repo from [AlexeyAB](https://github.com/AlexeyAB/darknet) and after some adjustment worked with no problem which...
I have the same problem and I am using CUDA 10.2 ``` ./src/convolutional_layer.c: In function ‘cudnn_convolutional_setup’: ./src/convolutional_layer.c:148:5: warning: implicit declaration of function ‘cudnnGetConvolutionForwardAlgorithm’; did you mean ‘cudnnGetConvolutionForwardAlgorithm_v7’? [-Wimplicit-function-declaration] cudnnGetConvolutionForwardAlgorithm(cudnn_handle(), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~...