当前位置:网站首页>Possible errors during alphapose installation test
Possible errors during alphapose installation test
2022-06-11 04:43:00 【saya1009】
github in INSTALL.md( Address :https://github.com/MVIG-SJTU/AlphaPose/blob/master/docs/INSTALL.md) There is a detailed installation process , But there were some problems during the installation .
Install PyTorch
Creating a virtual environment , Just follow the steps .
conda create -n alphapose python=3.6 -y
conda activate alphapose
pip3 install torch1.1.0 torchvision0.3.0Get AlphaPose
git clone https://github.com/MVIG-SJTU/AlphaPose.gitinstall( The main problem )
export PATH=/usr/local/cuda/bin/: P A T H e x p o r t L D L I B R A R Y P A T H = / u s r / l o c a l / c u d a / l i b 64 / : PATH export LD_LIBRARY_PATH=/usr/local/cuda/lib64/: PATHexportLDLIBRARYPATH=/usr/local/cuda/lib64/:LD_LIBRARY_PATH
Add... After this step export CUDA_HOME=/user/local/cuda, Otherwise, it could go wrong .
pip install cython
sudo apt-get install libyaml-dev
python3 setup.py build develop --user
There may be many mistakes in the last step , For example, prompt matplotlib,cython_bbox It can't be installed , Just use it pip/conda install ( I didn't know before cython_bbox It's also a bag , Looking for mistakes for a long time ), And then execute setup.py You can make it .
New problems :1、 stay Feature Run on the platform , I don't know if it's because cuda Version updated to 10.1 after , There is ImportError, install conda install No error occurs in the execution of the steps of ,pip install Erroneous .
2、 The test picture appears NoneType error , Check whether there are hidden files in the picture folder , such as .ipynb_checkpoints
Complete the above steps , You can refer to https://blog.csdn.net/weixin_42265958/article/details/106231133?utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%7EOPENSEARCH%7Edefault-10.control&dist_request_id=&depth_1-utm_source=distribute.pc_relevant.none-task-blog-2%7Edefault%7EOPENSEARCH%7Edefault-10.control, Download the required model , And according to the official https://github.com/MVIG-SJTU/AlphaPose/blob/master/docs/GETTING_STARTED.md Test some examples .
边栏推荐
- PCB地线设计_单点接地_底线加粗
- DL deep learning experiment management script
- 国际琪貨:做正大主帐户风险有那些
- 决策树(Hunt、ID3、C4.5、CART)
- SAVING AND LOADING A GENERAL CHECKPOINT IN PYTORCH
- Mathematical basis of information and communication -- the first experiment
- 免费数据 | 新库上线 | CnOpenData全国文物商店及拍卖企业数据
- How to quickly find the official routine of STM32 Series MCU
- World programming language ranking in January 2022
- Minor problems encountered in installing the deep learning environment -- the jupyter service is busy
猜你喜欢

CoDeSys get system time

PHP话费充值通道网站完整运营源码/全解密无授权/对接免签约支付接口

Unity Editor Extension save location

Decision tree (hunt, ID3, C4.5, cart)

Implementation of unity transport mechanism

How to quickly find the official routine of STM32 Series MCU

Unity music playback Manager

Yolact paper reading and analysis

Emlog new navigation source code / with user center

决策树(Hunt、ID3、C4.5、CART)
随机推荐
The live broadcast helped Hangzhou e-commerce Unicorn impact the listing, and the ledger system restructured the new pattern of e-commerce transactions
Check the digital tube with a multimeter
Acts: how to hide defects?
Unity 遮挡剔除
Acts: efficient test design (with an excellent test design tool)
Real time update of excellent team papers
Tips and websites for selecting papers
Leetcode question brushing series - mode 2 (datastructure linked list) - 19:remove nth node from end of list (medium) delete the penultimate node in the linked list
USB to 232 to TTL overview
Unity item model rotating display
How can smart construction sites achieve digital transformation?
What are the similarities and differences between the data center and the data warehouse?
Use pathlib instead of OS and os Common methods of path
meedu知识付费解决方案 v4.5.4源码
Project architecture evolution
Unity 传送机制的实现
Guanghetong "carbon" seeking green sharing 5g/lte module solution for two rounds of travel
MindManager22专业版思维导图工具
CRMEB/V4.4标准版打通版商城源码小程序公众号H5+App商城源码
Leetcode question brushing series - mode 2 (datastructure linked list) - 83:remove duplicates from sorted list