Adding traffic sign recognition for the **ObjectClassifier**, let's start with traffic lights recognition(i.e. red, green)!, speed limits(maybe) References: - [Traffic Light Classifier](https://github.com/ndrplz/self-driving-car/tree/master/capstone_traffic_light_classifier) - [Reading Traffic Signs with Human-Like Accuracy](https://towardsdatascience.com/traffic-signs-classification-for-self-driving-car-67ce57877c33) - [Implementing Real-Time Traffic Light Detection and Classification](https://codeburst.io/self-driving-cars-implementing-real-time-traffic-light-detection-and-classification-in-2017-7d9ae8df1c58) - [Traffic Sign Recognition with TensorFlow](https://medium.com/@waleedka/traffic-sign-recognition-with-tensorflow-629dffc391a6)