AI Hazard Recognition System
Jan 1, 2025
·
1 min read

The core research problem: how does a detection-based safety system stay reliable when part of the physical environment is physically invisible to the camera?
Detection alone fails here. A vehicle that disappears into a blind spot does not mean the zone is safe. Built entry-exit state tracking as a conservative safety heuristic: assume worst case until exit is confirmed by a boundary camera.
Built blocker-aware zone isolation across 4 sequential camera feeds. Real-time pipeline runs YOLO detection and DeepSORT tracking at 8 FPS with under 50ms zone state updates. Full React dashboard for safety officer monitoring.