Skip to content
#

traffic-sign-classification

Here are 64 public repositories matching this topic...

🖍️ This project achieves some functions of image identification for Self-Driving Cars. First, use yolov5 for object detection. Second, image classification for traffic light and traffic sign. Furthermore, the GUI of this project makes it more user-friendly for users to realize the image identification for Self-Driving Cars.

  • Updated Jun 11, 2024
  • Python

In this project, a traffic sign recognition system, divided into two parts, is presented. The first part is based on classical image processing techniques, for traffic signs extraction out of a video, whereas the second part is based on machine learning, more explicitly, convolutional neural networks, for image labeling.

  • Updated Nov 26, 2020
  • Python

In this project, deep neural networks and convolutional neural networks are used to classify traffic signs. A model is trained so it can decode traffic signs from natural images by using the German Traffic Sign Dataset. After the model is trained, the model is tested on new images of traffic signs that are found on the web

  • Updated May 22, 2018
  • Python

Improve this page

Add a description, image, and links to the traffic-sign-classification topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the traffic-sign-classification topic, visit your repo's landing page and select "manage topics."

Learn more