+ 2
Any one did Traffic Sign Detection in python
When recording the video detecting the traffic signa
2 Respostas
+ 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.
0
You can find such projects on internet easily