cuDNN in OpenCV DNN module?
Anyone knows whether there are any plans for including cuDNN in opencv's DNN module?
I know that Halide and OpenCL backends exist, but it looks like cuDNN is much faster (so far).
Anyone knows whether there are any plans for including cuDNN in opencv's DNN module?
I know that Halide and OpenCL backends exist, but it looks like cuDNN is much faster (so far).
Asked: 2018-01-22 02:53:16 -0600
Seen: 1,190 times
Last updated: Jan 22 '18
OpenCV 2.4.2 and trunk: cmake doesn't show CUDA options
Bilinear sampling from a GpuMat
Problem with FarnebackOpticalFlow / DeviceInfo
Difference between cpu and gpu detectMultiScale
Huge time to upload data to GPU
Pseudocode for custom GPU computation
calcHist with GpuMat submatrix
There is no support for cuDNN for the moment, nor have I seen it in any future plans so far. Probably the fact that it is NVIDIA GPU specific, is the reason why they do not fully invest into it. It would be a nice project to have, maybe, through a GSoC program.