Traffic Sign Recognition with TensorFlow 2.x
End to end example from raw image processing to model evaluation

Introduction
TensorFlow is a software library most famous for its flexibility and ease of use in neural networks. You can find a lot of examples online from image classification to object detection, but many of them are based on TensorFlow 1.x. It…


