最小手枪:最小手的PyTorch重新实现(CVPR2020) 源码
最小手摇火炬 非官方PyTorch重新实现(CVPR2020)。 该项目重新实现以下组件: 培训(DetNet)和评估代码 形状估计 姿势估计:使用代替原始论文中的IKNet。 官方项目链接: 用法 检索代码 git clone https://github.com/MengHao666/Minimal-Hand-pytorch cd Minimal-Hand-pytorch 使用python依赖项创建和激活虚拟环境 conda env create --file=environment.yml conda activate minimal-hand-torch 准备MANO手模型 从下载MANO模型并解压缩。 通过单击注册创建帐户并提供您的信息 下载模型和代码(下载的文件应具有mano_v * _ *。zip格式)。 请注意,此下载中的所有代码和数据。 解压缩并将model
文件列表
Minimal-Hand-pytorch-main.zip
(预估有个75文件)
Minimal-Hand-pytorch-main
aik_pose.py
3KB
environment.yml
3KB
model
detnet
detnet.py
4KB
__pycache__
detnet.cpython-37.pyc
5KB
__init__.cpython-37.pyc
204B
__init__.py
46B
暂无评论