|
2 anni fa | |
---|---|---|
.. | ||
pose | 6 anni fa | |
.gitignore | 6 anni fa | |
CMakeLists.txt | 6 anni fa | |
README.md | 2 anni fa | |
getModels.sh | 4 anni fa | |
group.jpg | 6 anni fa | |
multi-person-openpose.cpp | 4 anni fa | |
multi-person-openpose.ipynb | 4 anni fa | |
multi-person-openpose.py | 4 anni fa | |
pose-estimation-paf-equation.png | 6 anni fa |
This repository contains code for Multi Person Pose Estimation in OpenCV using OpenPose blog post.
A.Requirements :
B.Compiling cpp file
Using g++ Command to compile the cpp file in ubuntu:
g++ -o3 -std=c++11 multi-person-openpose.cpp pkg-config --libs --cflags opencv
-lpthread -o multi-person-openpose
Using CMake cmake . make
C. Usage
python multi-person-openpose.py
./multi-person-openpose
Want to become an expert in AI? AI Courses by OpenCV is a great place to start.