Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,31 +1,21 @@
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
dataset_info:
|
4 |
features:
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
splits:
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
num_bytes: 54449193.0
|
19 |
-
num_examples: 7992
|
20 |
-
download_size: 163224461
|
21 |
-
dataset_size: 182289933.0
|
22 |
-
configs:
|
23 |
-
- config_name: default
|
24 |
-
data_files:
|
25 |
-
- split: train
|
26 |
-
path: data/train-*
|
27 |
-
- split: validation
|
28 |
-
path: data/validation-*
|
29 |
---
|
30 |
|
31 |
# Dataset Card for Hand Keypoint Detection
|
|
|
1 |
+
|
2 |
---
|
3 |
license: apache-2.0
|
4 |
dataset_info:
|
5 |
features:
|
6 |
+
- name: image
|
7 |
+
dtype: image
|
8 |
+
- name: image_filename
|
9 |
+
dtype: string
|
10 |
+
- name: prefix
|
11 |
+
dtype: string
|
12 |
+
- name: suffix
|
13 |
+
dtype: string
|
14 |
splits:
|
15 |
+
- name: train
|
16 |
+
num_examples: 18776
|
17 |
+
- name: validation
|
18 |
+
num_examples: 7992
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
---
|
20 |
|
21 |
# Dataset Card for Hand Keypoint Detection
|