[handbyhand] MMPOSE

太变态了~

方案集合:Awesome Hand Pose Estimation

 

Ref: https://mmpose.readthedocs.io/en/latest/install.html

1
2
3
4
5
conda create -n open-mmlab python=3.7 -y
conda activate open-mmlab
 
conda install pytorch==1.8.0 torchvision==0.9.0 cudatoolkit=10.0 -c pytorch
pip install mmcv-full -f https://download.openmmlab.com/mmcv/dist/cu100/torch1.8.0/index.html

  

MMPose 初体验:推理、导出 ONNX、转 MNN

 

动物行为检测

https://colab.research.google.com/github/NeuromatchAcademy/course-content-dl/blob/main/projects/Neuroscience/pose_estimation.ipynb

 

人体行为检测

https://colab.research.google.com/github/open-mmlab/mmpose/blob/master/demo/MMPose_Tutorial.ipynb

 

Tutorial

https://www.kaggle.com/code/rkuo2000/mmpose/notebook 【非常好】

 

 

CMR and MobRecon

安装过程中可能面临的糟心事的解决办法:

 

https://github.com/SeanChenxy/HandMesh

https://github.com/MPI-IS/mesh【先安装,再cmd test】

 

ImportError: No module named 'pycocotools'

(handmesh) jeffrey@unsw$ pip install -U cython
Collecting cython
Using cached Cython-0.29.28-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (1.9 MB)
Installing collected packages: cython
Successfully installed cython-0.29.28
(handmesh) jeffrey@unsw$ pip install pycocotools 

 

 

https://github.com/gulvarol/smplpytorch

$ pip install smplpytorch

 

 

ModuleNotFoundError: No module named 'tensorboardX'

$ conda install -c conda-forge tensorboardx

 

 

看上去成功了!

(handmesh) jeffrey@unsw-ThinkPad-T490:HandMesh$ ./scripts/demo_cmr.sh 
Downloading: "https://download.pytorch.org/models/resnet18-5c106cde.pth" to /home/jeffrey/.cache/torch/hub/checkpoints/resnet18-5c106cde.pth
100%|█████████████████████████████████████████████████████████████████████████████████████| 44.7M/44.7M [00:07<00:00, 6.35MB/s]
Load checkpoint /root/HandMesh/out/FreiHAND/cmr_pg/checkpoints/cmr_pg_res18_freihand.pt
DEMO |################################| (20/20)
(handmesh) jeffrey@unsw-ThinkPad-T490:HandMesh$

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

posted @   郝壹贰叁  阅读(719)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 震惊!C++程序真的从main开始吗?99%的程序员都答错了
· 【硬核科普】Trae如何「偷看」你的代码?零基础破解AI编程运行原理
· 单元测试从入门到精通
· 上周热点回顾(3.3-3.9)
· winform 绘制太阳,地球,月球 运作规律
点击右上角即可分享
微信分享提示