license: apache-2.0 | |
dataset_info: | |
features: | |
- name: image | |
dtype: image | |
- name: image_filename | |
dtype: string | |
- name: prefix | |
dtype: string | |
- name: suffix | |
dtype: string | |
splits: | |
- name: train | |
num_bytes: 127803188.0 | |
num_examples: 18776 | |
- name: validation | |
num_bytes: 54433209.0 | |
num_examples: 7992 | |
download_size: 163221083 | |
dataset_size: 182236397.0 | |
configs: | |
- config_name: default | |
data_files: | |
- split: train | |
path: data/train-* | |
- split: validation | |
path: data/validation-* | |
# Dataset Card for Hand Keypoint Detection | |
## Dataset Description | |
This dataset contains hand images annotated with keypoints for pose estimation. | |
### Data Format | |
- Images are in RGB format | |
- Annotations include bounding boxes and keypoint coordinates | |
- Keypoints include visibility flags | |