VisionEdge Driver Safety
In-cabin driver monitoring: detecting distraction, phone use, drowsiness, and unsafe postures from a single camera feed in real time.
Fleet operators need automated distraction alerts but can't afford cloud latency — detection must run on-device under 100ms per frame.
Trained YOLOv8m on 8,000+ augmented frames (10 action classes). Preprocessing: histogram equalization, random crop, mosaic. Exported to ONNX for Jetson Nano inference at 15 FPS.
80% accuracy across 10 classes. Main challenge: low-light and motion blur in real cabin footage — addressed with aggressive augmentation and contrast normalization.