뽁
보호되어 있는 글입니다.
https://github.com/DeNA/Chainer_Realtime_Multi-Person_Pose_Estimation Convert 부분까지만 여기에 작성하고 나머지는 위 사이트를 따라하면 되요. Convert Caffe model to Chainer model The authors of the original implementation provide trained caffe model which you can use to extract model weights. Execute the following commands to download the trained model and convert it to npz file:#models 디렉토리로 이동해서 wget으로 cafemodel 을 다운받아요...
https://github.com/DeNA/Chainer_Realtime_Multi-Person_Pose_Estimation여기를 따라 실습을 해보려면 Pyhon의 Wget, PIP, CV2, Scipy 모듈이 필요합니다..py 파일을 실행하면서 모듈이 없다는 에러가 발생하면 PIP를 이용하여 설치하면 됩니다. 먼저requests 모듈 설치Python 설치 경로로 이동한 후 Scripts 디렉토리로 이동해요.그리고 >pip install requests 실행. Wget 모듈 설치 Chainer 모듈 설치 C:\OTOT\Chainer>pip install chainer CV2 모듈 설치먼저, 아래 사이트에서 opencv_python-3.4.1-cp36-cp36m-win32.whl 파일을 다운받으세요http..