OpenPose python api 설치
1. git clone
2. prerequisites만족 시키기
https://github.com/CMU-Perceptual-Computing-Lab/openpose/blob/master/doc/prerequisites.md
CMU-Perceptual-Computing-Lab/openpose
OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation - CMU-Perceptual-Computing-Lab/openpose
github.com
3. installation 따라하기
https://github.com/CMU-Perceptual-Computing-Lab/openpose/blob/master/doc/installation.md
CMU-Perceptual-Computing-Lab/openpose
OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation - CMU-Perceptual-Computing-Lab/openpose
github.com
cmake시에 x64하는거 잊지말기
CPU_ONLY, BUILD PYTHON체크(PYBIND11은 알아서 되는듯)
CONFIGURE -> GENERATE -> OPEN PROJECT
4. release,x 64로 빌드, 목록중에서 pyopenpose프로젝트만 선택해서 빌드
-> 나같은 경우는 이렇게 해야 build/python/openpose에 release폴더가 생성되고 파일들이 만들어졌슴
5. testing
https://github.com/CMU-Perceptual-Computing-Lab/openpose/blob/master/doc/modules/python_module.md
CMU-Perceptual-Computing-Lab/openpose
OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation - CMU-Perceptual-Computing-Lab/openpose
github.com
잘 됨