Skip to content

ruchikachavhan/Traffic-Light-Detection-using-Tensorflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Traffic-Light-Detection-using-Tensorflow

Detection of the direction of green light arrow(up, right and left).

Network

thresholding green out of the images -> resizing images into 100*100 -> three layered convolutinal network.

Examples of images in training set:-

29 29onlygreen Arrow pointing upwards

4832 4832onlygreen Arrow pointing towards left

Results:

selection_021 By applying threshold -> selection_020

Result: [[0.45063314 0.51786035 0.03150653]]

Probability that the arrow points upwards= 0.45063314

Probabilty that the arrow points towards left= 0.51786035

Probabilty that the arrow points towards right= 0.03150653

About

Detection of the direction of green light arrow(up, right and left).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages