docs: update_readme
Browse files
README.md
CHANGED
@@ -1,11 +1,31 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: cc-by-nc-nd-4.0
|
3 |
task_categories:
|
4 |
- video-classification
|
5 |
-
language:
|
6 |
-
- en
|
7 |
tags:
|
8 |
- code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
# Hand Gesture Recognition Dataset
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: cc-by-nc-nd-4.0
|
5 |
task_categories:
|
6 |
- video-classification
|
|
|
|
|
7 |
tags:
|
8 |
- code
|
9 |
+
dataset_info:
|
10 |
+
features:
|
11 |
+
- name: set_id
|
12 |
+
dtype: int32
|
13 |
+
- name: fist
|
14 |
+
dtype: string
|
15 |
+
- name: four
|
16 |
+
dtype: string
|
17 |
+
- name: me
|
18 |
+
dtype: string
|
19 |
+
- name: one
|
20 |
+
dtype: string
|
21 |
+
- name: small
|
22 |
+
dtype: string
|
23 |
+
splits:
|
24 |
+
- name: train
|
25 |
+
num_bytes: 20026
|
26 |
+
num_examples: 28
|
27 |
+
download_size: 1510134076
|
28 |
+
dataset_size: 20026
|
29 |
---
|
30 |
|
31 |
# Hand Gesture Recognition Dataset
|