JunshengFu / traffic-sign-recognition

Built and trained a deep neural network to classify traffic signs, using TensorFlow.
GNU General Public License v3.0
9 stars 12 forks source link

Video feed #1

Open ameyakale603 opened 7 years ago

ameyakale603 commented 7 years ago

Can you suggest any methods to recognize traffic signs with the help of video feed through your model?

JunshengFu commented 7 years ago

@onlyak This current version only take the single cropped traffic sign as input. If you want to process for video, you might need a detector to auto-detect the location of the traffic sign and feed the detected traffic sign into this pipeline.