DashCop: Automated E-ticket Generation for Two-Wheeler Traffic Violations Using Dashcam Videos
Deepti Rawat, Keshav Gupta, Aryamaan Basu Roy, Ravi Kiran Sarvadevabhatla
TL;DR
DashCop presents an end-to-end system for automated E-ticket generation from dashcam videos of two-wheeler traffic, addressing helmet violations and triple riding. The approach centers on a Segmentation and Cross-Association (SAC) module to fuse rider and motorcycle masks, paired with Cross-AssociationSORT to jointly track rider–motorcycle instances, followed by helmet/triple-ride violation classifiers and ANPR-based license plate extraction for E-ticket issuance. The RideSafe-400 dataset provides large-scale, multilabel annotations (R-M, rider, motorcycle, helmet, no-helmet, license plate) and tracks to benchmark system components. System-level results show competitive E-ticket generation with an F1 of 72.18% (82.05% with human-in-the-loop), while component-level analyses demonstrate SAC’s superior rider–motorcycle association, robust cross-class tracking, and OCR-enabled plate recognition. The work underscores practical viability for automated enforcement and deterrence, while acknowledging privacy considerations and suggesting directions for improved robustness under glare, occlusion, and adverse lighting.
Abstract
Motorized two-wheelers are a prevalent and economical means of transportation, particularly in the Asia-Pacific region. However, hazardous driving practices such as triple riding and non-compliance with helmet regulations contribute significantly to accident rates. Addressing these violations through automated enforcement mechanisms can enhance traffic safety. In this paper, we propose DashCop, an end-to-end system for automated E-ticket generation. The system processes vehicle-mounted dashcam videos to detect two-wheeler traffic violations. Our contributions include: (1) a novel Segmentation and Cross-Association (SAC) module to accurately associate riders with their motorcycles, (2) a robust cross-association-based tracking algorithm optimized for the simultaneous presence of riders and motorcycles, and (3) the RideSafe-400 dataset, a comprehensive annotated dashcam video dataset for triple riding and helmet rule violations. Our system demonstrates significant improvements in violation detection, validated through extensive evaluations on the RideSafe-400 dataset.
