What are the steps neccesary to detect traffic lights using machine learning? [closed]

asked 2017-09-20 02:14:29 -0600

azgra gravatar image

Hello,

as title says, I would like to use machine learning to detect traffic lights and its state (red, orange, green). I am pretty much newbie in this field, so what do I have to do?

Do I have to do some detection/template matching before I feed neural network with images and theirs ground truth?

Then neural network can only tell me if there is traffic light in this image, but not its location am I right? So if there is traffic light, I would use template matching to find its location?

Does this what I just wrote make any sense or I am far from reality?

Thanks

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by sturkmen
close date 2020-10-04 12:26:59.250754

Comments

1

there ARE networks, that do both detection and identification, e.g. ssd or yolo

also: https://github.com/opencv/opencv_cont...

berak gravatar imageberak ( 2017-09-20 02:22:19 -0600 )edit

Thanks, I will look on it.

azgra gravatar imageazgra ( 2017-09-20 11:41:53 -0600 )edit