The ATLAS of Traffic Lights
收藏NIAID Data Ecosystem2026-05-02 收录
下载链接:
https://zenodo.org/record/14775868
下载链接
链接失效反馈官方服务:
资源简介:
Changelog:
v0.9 - 10. Feb. 2025: We released the dataset with over 33,000 labeled images. Until the paper associated with this dataset is published, we may modify its structure and update, add, or replace images and labels.
v0.1 - 31. Jan. 2025: We released a small dataset sample.
ATLAS
ATLAS (Applied Traffic Light Annotation Set) is a new, publicly available dataset designed to improve traffic light detection for autonomous driving. Existing open-source datasets often omit certain traffic light states and lack camera configurations for near and far distances. To address this, ATLAS features over 33,000 images collected from three synchronized cameras—wide, medium, and tele—with varied fields of view in the German city of Karlsruhe. This setup captures traffic lights at diverse distances and angles, including difficult overhead views. Each of the dataset’s 72,998 bounding boxes is meticulously labeled for 25 unique pictogram-state classes, covering rare but critical states (e.g., red-yellow) and pictograms (straight-right, straight-left). Additional annotations include challenging conditions such as heavy rain. All data is anonymized using state-of-the-art tools. ATLAS provides a comprehensive, high-quality resource for robust traffic light detection, overcoming the limitations of existing datasets.
Camera
FOV [°]
Resolution
Images
Front-Medium
61 × 39
1920 × 1200
25,158
Front-Tele
31 × 20
1920 × 1200
5,109
Front-Wide
106 × 92
2592 × 2048
2,777
Directory Format:
We provide the dataset in the following format:
├── ATLAS ├── train ├── front_medium ├── images ├── front_medium_1722622455-950002160.jpg ├── labels ├── front_medium_1722622455-950002160.txt ├── front_tele ├── front_wide ├── test ├── ATLAS_classes.yaml ├── LICENSE └── README.md
We provide the dataset in split .zip files (.zip, .z01, .z02 etc). As unzip does not handle this very well, we recommend 7z for the extraction. 7z x ATLAS.zip. If 7z is not available, merge the files first and unzip afterwards: zip -s 0 ATLAS.zip --out ATLAS_merged.zip && unzip ATLAS_merged.zip
Annotation Format:
Each line in an annotation file describes one bounding box using five fields:
class_id x_center y_center width height
class_id: An integer indicating the class of the annotated object. The file ATLAS_classes.yaml contains human-readable names corresponding to each numeric label.
x_center, y_center: The normalized coordinates of the bounding box center, relative to the image dimensions (in the range [0,1]), where x_center is measured horizontally and y_center vertically.
width, height: The normalized width and height of the bounding box are also expressed in the range [0,1]. These values are obtained by dividing the bounding box width and height in pixels by the overall image width and height, respectively.
Terms and Conditions
The ATLAS Dataset by FZI Research Center for Information Technology is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
Therefore, the Dataset is only allowed to be used for non-commercial purposes, such as teaching and research. The Licensor thus grants the End User the right to use the dataset for its own internal and non-commercial use and the purpose of scientific research only. There may be inaccuracies, although the Licensor tried and will try its best to rectify any inaccuracy once found. We invite all users to report remarks via mail at polley@fzi.deIf the dataset is used in media, a link to the Licensor’s website is to be included. In case the End User uses the dataset within research papers, the following publication should be quoted:
Polley et al.: The ATLAS of Traffic Lights: A Reliable Perception Framework for Autonomous Driving (under review)
The privacy policy governing this dataset can be accessed at: https://www.fzi.de/en/privacy-policy/
创建时间:
2025-02-12



