"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 3)Download the models manually: duc_se.pth ([Google Drive] |...")
 
 
(未顯示同一使用者於中間所作的 2 次修訂)
行 4: 行 4:
 
./install.sh
 
./install.sh
   
3)Download the models manually: duc_se.pth ([Google Drive] | Baidu pan), yolov3.weights([Google Drive2] | Baidu pan). Place them into ./models/sppe and ./models/yolo respectively.
+
Download the models manually: duc_se.pth ([https://drive.google.com/open?id=1OPORTWB2cwd5YTVBX-NE8fsauZJWsrtW google drive] ), yolov3.weights([https://drive.google.com/open?id=1yjrziA2RzFqWAQG4Qq7XN0vumsMxwSjS 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
  +
  +
  +
  +
  +
  +
<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