Real‑time detection of traffic signs, signals, and vehicles in urban video streams using deep learning.
View Code on GitHubCole Feuer developed the NYC Traffic Detector to automatically identify and classify traffic infrastructure—such as stop signs, traffic lights, and vehicles—in real‑time video feeds. Leveraging a YOLOv5 model fine‑tuned on NYC traffic datasets and OpenCV for video processing, this tool aims to support smart city analytics and autonomous navigation research.
git clone https://github.com/CDFire/TrafficDetector.git
pip install -r requirements.txt
bash scripts/download_weights.sh
python detect.py --source path/to/video.mp4
For questions, feedback, or collaboration, reach out to coledfeuer@gmail.com or connect on LinkedIn.