|
2 роки тому | |
---|---|---|
.. | ||
pose | 4 роки тому | |
CMakeLists.txt | 4 роки тому | |
OpenPoseVideo.cpp | 4 роки тому | |
OpenPoseVideo.py | 4 роки тому | |
README.md | 2 роки тому | |
getModels.sh | 4 роки тому |
This repository contains the code for How to use OpenCV DNN Module with Nvidia GPU on Windows blogpost.
Download models from the following sources.
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.