Windows 下复现 alphapose(master)
源码:mirrors / mvig-sjtu / alphapose · GitCode创建新环境找到demo——inference.py 运行少什么安装什么conda install pytorch=1.1.0 torchvision=0.3.0 -c pytorchpip install numpypip install tqdmconda install natsortpip install
源码:mirrors / mvig-sjtu / alphapose · GitCode
创建新环境
找到
demo——inference.py 运行
少什么安装什么
conda install pytorch=1.1.0 torchvision=0.3.0 -c pytorch
pip install numpy
pip install tqdm
conda install natsort
pip install opencv-python
pip install matplotlib
pip install scipy==1.1.0
pip install pycocotools
看之前的博客( pip install C:\Users\pc\Desktop\cython_bbox-0.1.3)
pip install easydict
pip install pyyaml
出现这个就查不多了
这个地方有权重:【AlphaPose】AlphaPose运行环境搭建与测试_whale998的博客-CSDN博客_alphapose安装
在这个地方放这些东西
python scripts/demo_inference.py --cfg D:\AlphaPose-master\configs\coco\resnet\256x192_res50_lr1e-3_1x.yaml --checkpoint pretrained_models/fast_res50_256x192.pth --video C:\Users\pc\Desktop\1.avi --outdir examples/res --save_video
这里出现
经过测试是不影响程序的。(错误原因一个库的版本可能不对)
已经成功了
查看结果
AlphaPose-pytorch(复现链接)
更多推荐
所有评论(0)