thibo73800/capsnet-traffic-sign-classifier
A Tensorflow implementation of CapsNet(Capsules Net) apply on german traffic sign dataset
This project helps classify traffic signs from images, similar to how an autonomous vehicle might identify road signs. You provide it with images of various traffic signs, and it outputs predictions about what each sign represents. This is useful for anyone working on computer vision tasks related to object recognition in traffic or transportation contexts, particularly researchers and developers.
178 stars. No commits in the last 6 months.
Use this if you are exploring or developing advanced image recognition models, specifically for categorizing different types of traffic signs.
Not ideal if you need an out-of-the-box solution for general image classification or a system ready for real-world deployment without further development.
Stars
178
Forks
91
Language
Jupyter Notebook
License
Apache-2.0
Category
Last pushed
Mar 05, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/thibo73800/capsnet-traffic-sign-classifier"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
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...
hoanglehaithanh/Traffic-Sign-Detection
Traffic signs detection and classification in real time
alexstaravoitau/traffic-signs
Building a CNN based traffic signs classifier.
alex-lechner/Traffic-Light-Classification
A detailed tutorial on how to build a traffic light classifier with TensorFlow for the capstone...