Compiling and Running OpenPose from Source
OpenCV 2022. 5. 15. 15:26 |OpenPose 소스를 컴파일하고 실행해 보자.






git clone https://github.com/CMU-Perceptual-Computing-Lab/openpose
cd openpose
git submodule update --init --recursive --remote




Python이나 Unity에서 사용한다면 옵션을 선택한다.
(Configure에서 x64를 선택했다면 64비트 Python이 필요하다)


빌드가 완료되면 실행(Ctrl+F5)한다. OpenPoseDemo가 실행된다.





※ 참고
'OpenCV' 카테고리의 다른 글
| C# and Python OpenCV Image Data Share (Memory Mapped File) (0) | 2025.02.16 |
|---|---|
| OpenCV with Qt for Python(PyQt) (0) | 2025.02.09 |
| GDI+ and OpenCV - Bitmap to Mat & Mat to Bitmap Conversion (0) | 2022.01.02 |
| OpenCV with C# and Camera (0) | 2021.12.29 |
| OpenCvSharp for Network (0) | 2021.12.28 |
