Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,28 +1,29 @@
|
|
|
|
1 |
---
|
|
|
2 |
dataset_info:
|
3 |
features:
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
splits:
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
num_bytes: 54449193.0
|
18 |
-
num_examples: 7992
|
19 |
-
download_size: 163224461
|
20 |
-
dataset_size: 182289933.0
|
21 |
-
configs:
|
22 |
-
- config_name: default
|
23 |
-
data_files:
|
24 |
-
- split: train
|
25 |
-
path: data/train-*
|
26 |
-
- split: validation
|
27 |
-
path: data/validation-*
|
28 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
22 |
+
|
23 |
+
## Dataset Description
|
24 |
+
This dataset contains hand images annotated with keypoints for pose estimation.
|
25 |
+
|
26 |
+
### Data Format
|
27 |
+
- Images are in RGB format
|
28 |
+
- Annotations include bounding boxes and keypoint coordinates
|
29 |
+
- Keypoints include visibility flags
|