版本:
OpenPose v1.5.1visual studio 2017
CMake 3.15.4
Python 3.7.4
step1 下載專案
https://github.com/CMU-Perceptual-Computing-Lab/openpose
step2 下載並安裝CMake
step3 執行相關批次檔
C:\openpose\3rdparty\windowsgetCaffe.batgetCaffe3rdparty.batgetFreeglut.batgetOpenCV.batC:\openpose\modelsgetModels.batstep4 開啟CMake 產生 vs2017專案
由於沒有裝CUDA,所以會跑出一些ERROR,先別理他。
沒裝過 git ,要裝一下
然後
cd "C:\openpose\3rdparty"
git clone https://github.com/pybind/pybind11.git
step5 開啟、編譯與執行
按綠色箭頭就可以執行了
其他執行指令(點我)
step 6 執行python範例
注意:不保證成功 注意路徑問題 與python版本問題
conda create --name py374 python=3.7.4 anaconda
y
activate py374
conda install -c conda-forge opencv
y
cd "C:\openpose\build_CPU\examples\tutorial_api_python"
python 01_body_from_image.py
沒有留言:
張貼留言