EdgeVision Dataset
Description
The EdgeVision Dataset is a curated image dataset for helmet detection in motorcycle traffic scenes. It contains 2,392 high-resolution images annotated with bounding boxes across three classes: BikeWithRider, NoHelmet, and Helmet. Images were collected from real-world motorcycle traffic scenarios and annotated by five annotators. The dataset contains 8,275 bounding box annotations with an average image resolution of 1,154x1,411 pixels. This dataset was created as part of a broader study on federated learning-based helmet detection for intelligent transportation systems. Annotations are provided in three formats: Pascal VOC XML (one .xml per image, absolute pixel coordinates; class given by name), YOLO (one .txt per image, normalized coordinates), and COCO (single annotations.json). The class index order is fixed across all formats as BikeWithRider (0), NoHelmet (1), Helmet (2); YOLO integer labels use this index directly (see classes.txt), while COCO category_id equals the index plus one (1 = BikeWithRider, 2 = NoHelmet, 3 = Helmet). Suggested use cases include object detection model training and evaluation, motorcycle safety research and federated learning benchmarking.
Files
Steps to reproduce
Images were captured from real-world motorcycle traffic scenes using smartphone cameras. A total of 2,392 images were collected and pre-processed into a consistent JPEG format. Five annotators labeled the images with bounding boxes across three classes (BikeWithRider, NoHelmet, Helmet) using the Make Sense (https://www.makesense.ai/) annotation tool. The final dataset consists of 2,392 images with 8,275 bounding box annotations. Annotations are released in three formats: Pascal VOC XML, YOLO (normalized bounding box coordinates), and COCO JSON. Inter-annotator agreement (IAA) analysis and annotation aggregation details are provided in the associated publication.
Institutions
- Kadi Sarva VishwavidyalayaGujarat, Gandhinagar
- Gujarat Technological UniversityGujarat, Ahmedabad
- University of WollongongNew South Wales, Wollongong