Real-time vehicle detection data collected from Singapore's 90 LTA traffic cameras using CATI (Context-Aware Traffic Intelligence) — a novel FiLM-conditioned YOLOv11 detector that adapts to environmental conditions in real time. This dataset contains per-camera vehicle detection results collected continuously from Singapore's Land Transport Authority (LTA) expressway camera network. Each record captures a full detection sweep of a single camera including vehicle counts, class breakdown, directional split, and environmental context. Detections are produced by CATI — a novel architecture that injects FiLM (Feature-wise Linear Modulation) layers into YOLOv11s, conditioning the backbone on…
SAVRN Model Hub · Datasets by Task
Object detection Datasets
2 datasets in the SAVRN Model Hub for object detection, from publishers including Suhas Reddy, KeenForgeAI.
2 datasets.
A fully human-reviewed, re-annotated version of the classic Raccoon object detection dataset. Every one of the 193 images was manually reviewed; loose, missing, and incorrect bounding boxes were corrected. Every image was compared with the original VOC annotations using greedy IoU matching (matched ≥ 0.5, unchanged ≥ 0.95): Key observations - The original boxes were often loose (e.g., raccoon-1: box (81,88)-(522,408) → tightened to (80,105)-(529,405), IoU 0.91). The average IoU of matched boxes is 0.810, i.e. the corrected boxes bound the raccoon noticeably more tightly. - Occluded / partially visible raccoons were kept with tight boxes; several missed instances were added. - 7 exact/near…