diff --git a/README.md b/README.md index 7ae761db7c339e4aa06f0592145b04715d009765..72e94e5dff59fab64b841721b19ecd97f6e83bac 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ * 普通USB彩色(RGB)网络摄像头 ## 数据集 +### 1)handpose_datasets_v1 该数据集包括网络图片及数据集<>筛选动作重复度低的部分图片,进行制作(如有侵权请联系删除),共49062个样本。 <>数据集,其官网地址 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. @@ -84,6 +85,12 @@ * 如果使用该数据集并发布相关项目或网络资源文章等,请讲述其数据集的出处 "https://codechina.csdn.net/EricLee/handpose_x" * 数据集读取脚本为:read_datasets.py,并需要相应更改脚本中的数据集路径。 +### 2)handpose_datasets_v2 +* 兼容数据集 handpose_datasets_v1,增加左右手属性"handType": "Left" or "Right",具体参看项目v2数据集示例。例子如下图: +![v2_sample](samples/v2.png) +* 数据集读取脚本为:read_datasets.py,并需要相应更改脚本中的数据集路径。 +* [该项目用到的制作数据集下载地址(百度网盘 Password: 1vqw )](https://pan.baidu.com/s/1T5vdiCN9VPv2ooX_PiMukg) + ## 模型 ### 1、目前支持的模型 (backbone) diff --git a/samples/v2.png b/samples/v2.png new file mode 100644 index 0000000000000000000000000000000000000000..404ab479070fb1919b86d119313853f49e843a1f Binary files /dev/null and b/samples/v2.png differ