This document discusses methods for traffic sign detection and classification using neural networks. It describes gathering and labeling a large dataset of street images containing various traffic signs and objects. A YOLO algorithm is used to detect regions of interest within images for classification by an R-CNN neural network. Results are evaluated based on accuracy and types of failures, such as false positives. Future work involves improving the dataset size and quality to increase detection accuracy.