MDhamani/Traffic-Sign-Recognition-Using-YOLO
Identifying traffic signs in real time using YOLO for autonomous self driving car
This helps autonomous vehicle engineers quickly identify traffic signs from camera feeds in real-time. It takes raw image data from a vehicle's camera and outputs precise identifications of German traffic signs, enabling the vehicle to understand its environment. This tool is for engineers developing and testing self-driving car systems, particularly those working with European road conditions.
No commits in the last 6 months.
Use this if you are developing an autonomous vehicle system and need a pre-trained model to accurately detect and classify German traffic signs in real-time.
Not ideal if you need to detect traffic signs from a region other than Germany or require a model that can identify a broader range of road objects beyond just traffic signs.
Stars
80
Forks
19
Language
Jupyter Notebook
License
—
Category
Last pushed
Apr 14, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/MDhamani/Traffic-Sign-Recognition-Using-YOLO"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
davidbrai/deep-learning-traffic-lights
Code and files of the deep learning model used to win the Nexar Traffic Light Recognition challenge
aarcosg/traffic-sign-detection
Traffic Sign Detection. Code for the paper entitled "Evaluation of deep neural networks for...
thibo73800/capsnet-traffic-sign-classifier
A Tensorflow implementation of CapsNet(Capsules Net) apply on german traffic sign dataset
hoanglehaithanh/Traffic-Sign-Detection
Traffic signs detection and classification in real time
alexstaravoitau/traffic-signs
Building a CNN based traffic signs classifier.