Any one did Traffic Sign Detection in python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Any one did Traffic Sign Detection in python

When recording the video detecting the traffic signa

25th Mar 2021, 4:18 PM
Shreyas AJITH
Shreyas AJITH - avatar
2 Answers
+ 1
I never tried this so I wanted to wait until someone else answered so I could share what I could without being the one to reclassify your question as answered. Did you see this repository? https://github.com/HevLfreis/TrafficLight-Detector It is for Python and uses OpenCV. I didn't use CNN for traffic sign detection but I was part of a team in a contest called International Robot Racing Challenge. Part of the competition is traffic light and stop sign detection. I also created a simulator that is demonstrated here: https://youtu.be/ReNeC07z1Ok?t=41 The simulator shows stop signs and an animated traffic light. It might be useful for you if you want to make an autonomous driving control system. It becomes available as a locally hosted web server that you can talk with using its API from Python. The API allows its client to have full access to read simulated camera, LIDAR, and depth sensors. The API also lets the client control speed and steering of a car in the simulated environment.
31st Mar 2021, 6:12 AM
Josh Greig
Josh Greig - avatar
0
You can find such projects on internet easily
28th Mar 2021, 3:47 PM
AKSHAY🇮🇳
AKSHAY🇮🇳 - avatar