README.md 1.8 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
* Python 3.7  
* PyTorch >= 1.5.1  

E
Eric.Lee 已提交
17
## 数据集   
E
Eric.Lee 已提交
18 19
该数据集包括网络图片及数据集<<Large-scale Multiview 3D Hand Pose Dataset>>筛选动作重复度低的部分图片,进行制作(如有侵权请联系删除),共49062个样本。         
<<Large-scale Multiview 3D Hand Pose Dataset>>数据集,其官网地址"http://www.rovit.ua.es/dataset/mhpdataset/"。     
E
Eric.Lee 已提交
20
感谢《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 已提交
21

E
Eric.Lee 已提交
22 23 24
* 标注文件示例:   
![label](https://codechina.csdn.net/weixin_42140236/handpose_x/-/raw/master/samples/label.png)   

E
Eric.Lee 已提交
25 26
* [数据集下载地址(百度云 Password: ara8 )](https://pan.baidu.com/s/1KY7lAFXBTfrFHlApxTY8NA)  
* 如果使用该数据集并发布相关项目,请讲述其出处 "https://codechina.csdn.net/EricLee/handpose_x"    
E
Eric.Lee 已提交
27
* 数据集读取脚本为:read_datasets.py,并需要相应更改脚本中的数据集路径。  
E
Eric.Lee 已提交
28

E
Eric.Lee 已提交
29 30

## 预训练模型  
E
Eric.Lee 已提交
31
* [预训练模型下载地址(百度云 Password: 99f3 )](https://pan.baidu.com/s/1Ur6Ikp31XGEuA3hQjYzwIw)     
E
Eric.Lee 已提交
32 33 34 35

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