diff --git a/README.md b/README.md index cf73c9bde318898351f3aa709d77d39e80010058..09953f92be155751eda46d13ede74d32640a05a8 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ * 本文将该数据集的标注文件更改为xml格式,[数据集下载地址(百度网盘 Password: ks87 )](https://pan.baidu.com/s/1tT0wF4N2I9p5JDfCwtM1CQ) * 通过运行read_datasests.py,可以对数据的标注信息进行解析可视化。 -### 2、静态手势识别数据集 +### 2、静态手势识别数据集(handpose_x_gesture_v1) ![video_gesture](https://codechina.csdn.net/EricLee/classification/-/raw/master/samples/gesture.gif) @@ -36,24 +36,27 @@ kinect_leap_dataset 数据集来源于以下paper项目组的贡献。 数据集共 2850 个样本,分为 14 类。 * 手势定义 - ![one](https://codechina.csdn.net/EricLee/classification/-/raw/master/samples/one.jpg) :000-one | - ![five](https://codechina.csdn.net/EricLee/classification/-/raw/master/samples/five.jpg) :001-five | - ![fist](https://codechina.csdn.net/EricLee/classification/-/raw/master/samples/fist.jpg) :002-fist | + ![one](https://codechina.csdn.net/EricLee/classification/-/raw/master/samples/one.jpg) :000-one + ![five](https://codechina.csdn.net/EricLee/classification/-/raw/master/samples/five.jpg) :001-five + ![fist](https://codechina.csdn.net/EricLee/classification/-/raw/master/samples/fist.jpg) :002-fist ![ok](https://codechina.csdn.net/EricLee/classification/-/raw/master/samples/ok.jpg) :003-ok - ![heartSingle](https://codechina.csdn.net/EricLee/classification/-/raw/master/samples/heartSingle.jpg) :004-heartSingle | - ![yearh](https://codechina.csdn.net/EricLee/classification/-/raw/master/samples/yearh.jpg) :005-yearh | - ![three](https://codechina.csdn.net/EricLee/classification/-/raw/master/samples/three.jpg) :006-three | + ![heartSingle](https://codechina.csdn.net/EricLee/classification/-/raw/master/samples/heartSingle.jpg) :004-heartSingle + ![yearh](https://codechina.csdn.net/EricLee/classification/-/raw/master/samples/yearh.jpg) :005-yearh + ![three](https://codechina.csdn.net/EricLee/classification/-/raw/master/samples/three.jpg) :006-three ![four](https://codechina.csdn.net/EricLee/classification/-/raw/master/samples/four.jpg) :007-four - ![six](https://codechina.csdn.net/EricLee/classification/-/raw/master/samples/six.jpg) :008-six | - ![Iloveyou](https://codechina.csdn.net/EricLee/classification/-/raw/master/samples/Iloveyou.jpg) :009-Iloveyou | - ![gun](https://codechina.csdn.net/EricLee/classification/-/raw/master/samples/gun.jpg) :010-gun | + ![six](https://codechina.csdn.net/EricLee/classification/-/raw/master/samples/six.jpg) :008-six + ![Iloveyou](https://codechina.csdn.net/EricLee/classification/-/raw/master/samples/Iloveyou.jpg) :009-Iloveyou + ![gun](https://codechina.csdn.net/EricLee/classification/-/raw/master/samples/gun.jpg) :010-gun ![thumbUp](https://codechina.csdn.net/EricLee/classification/-/raw/master/samples/thumbUp.jpg) :011-thumbUp - ![nine](https://codechina.csdn.net/EricLee/classification/-/raw/master/samples/nine.jpg) :012-nine | + ![nine](https://codechina.csdn.net/EricLee/classification/-/raw/master/samples/nine.jpg) :012-nine ![pink](https://codechina.csdn.net/EricLee/classification/-/raw/master/samples/pink.jpg) :013-pink ## 预训练模型 +### 1、Stanford Dogs 预训练模型 * [预训练模型下载地址(百度网盘 Password: ks87 )](https://pan.baidu.com/s/1tT0wF4N2I9p5JDfCwtM1CQ) +### 2、静态手势识别预训练模型(handpose_x_gesture_v1) +* [预训练模型下载地址(百度网盘 Password: igcf )](https://pan.baidu.com/s/1WeoYQ3bfTkpbzPbROm81Ew) ## 项目使用方法 ### 模型训练 diff --git a/samples/gesture.gif b/samples/gesture.gif new file mode 100644 index 0000000000000000000000000000000000000000..188f809787afa7028c01d0e371950d576809adee Binary files /dev/null and b/samples/gesture.gif differ