Tim M 57b5cefde5 Updated all `.md` files to contain newest image il y a 2 ans
..
pose 9b15c7336f opencv dnn Windows instructions il y a 4 ans
CMakeLists.txt 9b15c7336f opencv dnn Windows instructions il y a 4 ans
OpenPoseVideo.cpp 9b15c7336f opencv dnn Windows instructions il y a 4 ans
OpenPoseVideo.py 9b15c7336f opencv dnn Windows instructions il y a 4 ans
README.md 57b5cefde5 Updated all `.md` files to contain newest image il y a 2 ans
getModels.sh 9b15c7336f opencv dnn Windows instructions il y a 4 ans

README.md

How to use OpenCV DNN Module with Nvidia GPU on Windows

This repository contains the code for How to use OpenCV DNN Module with Nvidia GPU on Windows blogpost.

download

Models

Download models from the following sources.

COCO

MPI

Run Code:

C++

mkdir build
cd build
cmake -G "Visual Studio 16 2019" ..
cmake --build . --config Release
cd ..
./build/Release/OpenPoseVideo <input_file> <gpu/cpu>

Python

python OpenPoseVideo.py --device=<cpu/gpu> 

AI Courses by OpenCV

Want to become an expert in AI? AI Courses by OpenCV is a great place to start.