Oct. 25, 2021, 9 a.m. UTC
March 31, 2022, midnight UTC
The data for this competition is released under the CC BY-NC-SA 4.0 license. You may download the full set of data as a compressed zip file (16.96 GB) from the Stanford data repository or from Zenodo.
Download from Stanford Digital Repository
The zip file containing the dataset is organized as follows:
lightbox/
images/
: a folder containing 6740 real images taken under lightbox conditions. Images are 8 bit monochrome in jpeg format, with a resolution of 1920×1200 pixels.test.json
: list of all filenames of lightbox images. (update: including labels)sunlamp/
images/
: a folder containing 2791 real images taken under sunlamp conditions. Images are 8 bit monochrome in jpeg format, with a resolution of 1920×1200 pixels.test.json
: list of all filenames of sunlamp images. (update: including labels)synthetic/
images/
: a folder containing 60000 synthetic images generated by computer graphics. Images are 8 bit monochrome in jpeg format, with a resolution of 1920×1200 pixels.train.json
:list of filenames and labels of a training/validation split, training portion (80%)validation.json
: list of all filenames and labels of a training/validation split, validation portion (20%)camera.json
: intrinsic camera paramers used for taking real images and as part of the synthetic rendering pipelineLICENSE.MD
: dataset license fileThe following figure presents a small preview of some selected images from the dataset. Due to different post-processing requirements, the Earth background only appears in some of the lightbox and synthetic images. Additionally, sunlamp images might include (parts of) the lightsource.
We provide teams with utility scripts that help working with the dataset and support exporting submissions. You may clone our repository at Gitlab and start your development from there: https://gitlab.com/EuropeanSpaceAgency/speedplus-utils