README.md 1.3 KB
Newer Older
E
Eric.Lee 已提交
1 2 3
# HandPose X  
手势21个关键点检测  

E
Eric.Lee 已提交
4 5
## 项目介绍   
(注意:该项目不包括手部检测,手部检测会在后续开源项目中进行发布。)   
E
update  
Eric.Lee 已提交
6
该项目是对手的21个关键点进行检测,示例如下 :    
E
Eric.Lee 已提交
7
* 图片示例:  
E
Eric.Lee 已提交
8
![image](https://codechina.csdn.net/weixin_42140236/handpose_x/-/raw/master/samples/test.png)    
E
Eric.Lee 已提交
9 10
* 视频示例:  
![video](https://codechina.csdn.net/weixin_42140236/handpose_x/-/raw/master/samples/sample.gif)    
E
update  
Eric.Lee 已提交
11

E
Eric.Lee 已提交
12
## 项目配置  
E
update  
Eric.Lee 已提交
13
* 作者开发环境:  
E
Eric.Lee 已提交
14 15 16 17
* Python 3.7  
* PyTorch >= 1.5.1  

## 数据集  
E
Eric.Lee 已提交
18 19
该数据集包括网络图片及数据集<<Large-scale Multiview 3D Hand Pose Dataset>>筛选动作重复度低部分图片,其官网地址"http://www.rovit.ua.es/dataset/mhpdataset/"。  
感谢《Large-scale Multiview 3D Hand Pose Dataset》数据集贡献者:Francisco Gomez-Donoso, Sergio Orts-Escolano, and Miguel Cazorla. "Large-scale Multiview 3D Hand Pose Dataset". ArXiv e-prints 1707.03742, July 2017.  
E
Eric.Lee 已提交
20

E
Eric.Lee 已提交
21
* 标注文件示例:  
E
Eric.Lee 已提交
22
![label](https://codechina.csdn.net/weixin_42140236/handpose_x/-/raw/master/samples/label.png)  
E
Eric.Lee 已提交
23
* [数据集下载地址(百度云 Password: ara8 )](https://pan.baidu.com/s/1KY7lAFXBTfrFHlApxTY8NA)   
E
Eric.Lee 已提交
24

E
Eric.Lee 已提交
25 26 27 28 29 30 31

## 预训练模型  
* 后续更新上传 ~  

## 项目使用方法  
### 模型训练  
* 根目录下运行命令: python train.py