hamuchiwa / AutoRCCar

OpenCV Python Neural Network Autonomous RC Car
BSD 2-Clause "Simplified" License
3.33k stars 1.48k forks source link

Traffic signal not detected #163

Closed sundar19 closed 5 years ago

sundar19 commented 5 years ago

Mr.hamuchiwa I showed a red led before camera but it's not detected. I can't find any readymade traffic signals in market.so what parameters are important in making the traffic signal Thank you

hamuchiwa commented 5 years ago

The traffic light classifier included in this project only works for the light you see in the video, certainly you could make one and train a model on that. I don't quite follow what you meant by parameters, I think as long as it looks like a traffic light, shape and edges are clear then it should be fine.

sundar19 commented 5 years ago

Thank You Mr.Hamuchiwa