How to use OpenCV DNN Module with NVIDIA GPUs
How to use OpenCV DNN Module with NVIDIA GPUs
“In many of our previous posts, we used OpenCV DNN Module, which allows running pre-trained neural networks. One of the module’s main drawback is its limited CPU-only inference use since it was the only supported mode. Starting from OpenCV version 4.2, the DNN module supports NVIDIA GPU usage, which means acceleration of CUDA and cuDNN when running deep learning networks on it. This post will help us learn compiling the OpenCV library with DNN GPU support to speed up the neural network inference…”
March 1, 2021
Subscribe
Login
Please login to comment
0 Comments