"Install Alphapose needed with Anaconda" 修訂間的差異

出自 DDCC TCAD TOOL Manual
前往: 導覽搜尋
 
行 10: 行 10:
   
 
conda install -c menpo opencv3
 
conda install -c menpo opencv3
  +
  +
  +
  +
  +
  +
<br>
  +
-------------[[Others]]

於 2019年4月22日 (一) 21:24 的最新修訂

git clone -b pytorch https://github.com/MVIG-SJTU/AlphaPose.git
chmod +x install.sh
./install.sh
Download the models manually: duc_se.pth (google drive ), yolov3.weights(Google Drive2 | Baidu pan). Place them into ./models/sppe and ./models/yolo respectively.


conda install pytorch torchvision cuda80 -c pytorch
conda install -c menpo opencv3





Others