This repository contains the code for How to use OpenCV DNN Module with NVIDIA GPUs
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 ..
make
cd ..
./build/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.