Install Alphapose needed with Anaconda

出自 DDCC TCAD TOOL Manual
前往: 導覽搜尋
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