davidbrai/deep-learning-traffic-lights
Code and files of the deep learning model used to win the Nexar Traffic Light Recognition challenge
Implements a three-model ensemble approach using Caffe with SqueezeNet architecture, combining one model trained from scratch with two ImageNet fine-tuned variants for improved accuracy. Features custom Python rotation layers for data augmentation and processes training data through LMDB format conversion with 256x256 resizing. Predictions are generated via weighted averaging of the ensemble members, with full training pipelines and Jupyter notebooks provided for reproducibility.
483 stars. No commits in the last 6 months.
Stars
483
Forks
160
Language
Jupyter Notebook
License
BSD-2-Clause
Category
Last pushed
Apr 19, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/davidbrai/deep-learning-traffic-lights"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
aarcosg/traffic-sign-detection
Traffic Sign Detection. Code for the paper entitled "Evaluation of deep neural networks for...
hoanglehaithanh/Traffic-Sign-Detection
Traffic signs detection and classification in real time
thibo73800/capsnet-traffic-sign-classifier
A Tensorflow implementation of CapsNet(Capsules Net) apply on german traffic sign dataset
alexstaravoitau/traffic-signs
Building a CNN based traffic signs classifier.
surmenok/GTSRB
Convolutional Neural Network for German Traffic Sign Recognition Benchmark