This document provides an overview of all the models our team used to classify traffic lights.
- faster_rcnn_sim
- faster_rcnn_reallife
- ssd_inception_v2_coco_sim
- ssd_inception_v2_coco_reallife
- ssd_sim_and_real_24_03_2018
- ssd_sim_and_real_30_03_2018
This model is optimized to classify simulator images. This model is based on Faster R-CNN Resnet 101 model architecture and created using TensorFlow's Object Detection API. Model is first trained using Bosch Small traffic Light Data set and then fine tuned for a hand annotated set of images from the Udacity Simulator.
epochs : 10000 learning rate : 0.0003
This model is optimized to classify reallife traffic light images. This model is based on Faster R-CNN Resnet 101 model architecture and created using TensorFlow's Object Detection API. Model is first trained using Bosch Small traffic Light Data set and then fine tuned for a hand annotated set of images from the Udacity test track.
epochs : 10000 learning rate : 0.0003
This model is designed to classify simulator images. This model is based on SSD inception v2 model architecture and created using TensorFlow's object detection API. It is trained using a hand annotated set of images from the Udacity Simulator.
epochs : 5000
learning rate : 0.004
This model is designed to classify reallife traffic light images. This model is based on SSD inception v2 model architecture and created using TensorFlow's object detection API. It is trained using a hand annotated set of images from the Udacity test track.
epochs : 5000
learning rate : 0.004
This model is designed to classify both reallife and simulator traffic light images. This model is based on SSD inception v2 model architecture and created using TensorFlow's object detection API. It is trained using a hand annotated set of images from the Udacity test track, as well as using Bosch Small traffic Light Data set
epochs : +30k learning rate : 0.004
This model is designed to classify both reallife and simulator traffic light images. This model is based on SSD inception v2 model architecture and created using TensorFlow's object detection API. It is trained using a hand annotated set of images from the Udacity test track, Bosch Small traffic Light Data set, as well as hand annotated by sloth images
epochs : +100k learning rate : 0.004