Skip to content

Commit c556d71

Browse files
committed
updated description in dataset info
1 parent c1e6700 commit c556d71

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tensorflow_datasets/image_classification/wake_vision/wake_vision_dataset_builder.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,7 @@ def _info(self) -> tfds.core.DatasetInfo:
4646
return self.dataset_info_from_configs(
4747
description=
4848
"""
49-
The Wake Vision dataset for person detection.
50-
51-
The dataset contains images with annotations of whether each image contains a person. Additional annotations about perceived gender, perceived age, subject distance, lighting conditions, depictions, and specific body parts are also available for some subsets of the dataset.
52-
53-
We publish the annotations of this dataset under a CC BY 4.0 license. All images in the dataset are from the Open Images v7 dataset, which sourced images from Flickr listed as having a CC BY 2.0 license.
49+
"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. Hosted on Harvard Dataverse, it provides images, CSV files, and code to generate a Wake Vision TensorFlow Dataset. Annotations are published under a CC BY 4.0 license, and all images are sourced from the Open Images v7 dataset under a CC BY 2.0 license.
5450
"""
5551
,
5652
features=tfds.features.FeaturesDict({

0 commit comments

Comments
 (0)