This repository contains the code for How to use OpenCV DNN Module with Nvidia GPU on Windows
Download models from
COCO : https://www.dropbox.com/s/2h2bv29a130sgrk/pose_iter_440000.caffemodel?dl=0
MPI : https://www.dropbox.com/s/drumc6dzllfed16/pose_iter_160000.caffemodel?dl=0"
mkdir build
cd build
cmake -G "Visual Studio 16 2019" ..
cmake --build . --config Release
cd ..
./build/Release/OpenPoseVideo <input_file> <gpu/cpu>
python OpenPoseVideo.py --device=<cpu/gpu>
Want to become an expert in AI? AI Courses by OpenCV is a great place to start.