Datasets:
File size: 4,756 Bytes
5dff2b4 192219c 07510b7 b10b08a 19c27e4 0085dfe 192219c f1683af 1657ab5 b10b08a 0085dfe 5dff2b4 f531831 4a88d87 3f8cfb5 b23d3d7 3f8cfb5 f531831 4a88d87 f531831 4a88d87 f531831 b64b831 4a88d87 f531831 4a88d87 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 |
---
license: cc-by-4.0
size_categories:
- 1M<n<10M
task_categories:
- image-classification
pretty_name: Wake Vision
dataset_info:
features:
- name: age_unknown
dtype:
class_label:
names:
'0': 'No'
'1': 'Yes'
- name: body_part
dtype:
class_label:
names:
'0': 'No'
'1': 'Yes'
- name: bright
dtype:
class_label:
names:
'0': 'No'
'1': 'Yes'
- name: dark
dtype:
class_label:
names:
'0': 'No'
'1': 'Yes'
- name: depiction
dtype:
class_label:
names:
'0': 'No'
'1': 'Yes'
- name: far
dtype:
class_label:
names:
'0': 'No'
'1': 'Yes'
- name: filename
dtype: string
- name: gender_unknown
dtype:
class_label:
names:
'0': 'No'
'1': 'Yes'
- name: image
dtype: image
- name: medium_distance
dtype:
class_label:
names:
'0': 'No'
'1': 'Yes'
- name: middle_age
dtype:
class_label:
names:
'0': 'No'
'1': 'Yes'
- name: near
dtype:
class_label:
names:
'0': 'No'
'1': 'Yes'
- name: non-person_depiction
dtype:
class_label:
names:
'0': 'No'
'1': 'Yes'
- name: non-person_non-depiction
dtype:
class_label:
names:
'0': 'No'
'1': 'Yes'
- name: normal_lighting
dtype:
class_label:
names:
'0': 'No'
'1': 'Yes'
- name: older
dtype:
class_label:
names:
'0': 'No'
'1': 'Yes'
- name: person
dtype:
class_label:
names:
'0': 'No'
'1': 'Yes'
- name: person_depiction
dtype:
class_label:
names:
'0': 'No'
'1': 'Yes'
- name: predominantly_female
dtype:
class_label:
names:
'0': 'No'
'1': 'Yes'
- name: predominantly_male
dtype:
class_label:
names:
'0': 'No'
'1': 'Yes'
- name: young
dtype:
class_label:
names:
'0': 'No'
'1': 'Yes'
splits:
- name: train_quality
num_bytes: 344101633249.375
num_examples: 1196221
- name: validation
num_bytes: 5296900547.25
num_examples: 18582
- name: test
num_bytes: 15830126041.625
num_examples: 55763
download_size: 26134101710
dataset_size: 21127026588.875
configs:
- config_name: default
data_files:
- split: train_quality
path: data/train_quality*
- split: test
path: data/test-*
- split: validation
path: data/validation-*
---
# Dataset Card for Wake Vision
### Dataset Description
<!-- Provide a longer summary of what this dataset is. -->
"Wake Vision" is a large, high-quality dataset featuring over 6 million images, significantly exceeding the scale and diversity of
current tinyML datasets (100x). This dataset includes images with annotations of whether each image contains a person. Additionally,
it incorporates a comprehensive fine-grained benchmark to assess fairness and robustness, covering perceived gender, perceived age,
subject distance, lighting conditions, and depictions.
The Wake Vision labels are derived from Open Image's annotations which are licensed by Google LLC under CC BY 4.0 license.
The images are listed as having a CC BY 2.0 license. Note from Open Images: "while we tried to identify images that are licensed
under a Creative Commons Attribution license, we make no representations or warranties regarding the license status of each
image and you should verify the license for each image yourself."
- **License:** [CC-BY 4.0]
### Dataset Sources
<!-- Provide the basic links for the dataset. -->
- **Train (Large) Dataset:** https://huggingface.co/datasets/Harvard-Edge/Wake-Vision-Train-Large
- **Website:** https://wakevision.ai/
- **Repository:** https://github.com/colbybanbury/Wake_Vision_Quickstart
- **Paper:** https://arxiv.org/abs/2405.00892
## Citation
<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
**BibTeX:**
```bibtex
@misc{banbury2024wake,
title={Wake Vision: A Large-scale, Diverse Dataset and Benchmark Suite for TinyML Person Detection},
author={Colby Banbury and Emil Njor and Matthew Stewart and Pete Warden and Manjunath Kudlur and Nat Jeffries and Xenofon Fafoutis and Vijay Janapa Reddi},
year={2024},
eprint={2405.00892},
archivePrefix={arXiv},
primaryClass={cs.CV}
}
```
## Dataset Card Contact
cbanbury@g.harvard.edu |