This repository contains the code for How to use OpenCV DNN Module with NVIDIA GPUs On Linux blogpost.
Download models from the following sources.
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.