Skip to content

techedlaksh/traffic-signs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recognising Traffic Signs using Convolutional Neural Network



Recognise the traffic signs from the images into 43 different category.

Model:

  • 3 Convolutional block with 32, 64 and 128 filters of 3x3 kernel size
  • Activation function used ReLu
  • Optimiser used Stochastic Gradient Descent (SGD)
  • Loss is Categorical Crossentropy

Dataset:

  • Link: GTRSB
  • 43 classes
  • More than 50,000 images in total
  • Large, lifelike database
  • Physical traffic sign instances are unique within the dataset

About

Using CNN to detect inner representation of 43 different Traffic Signs which is provided in GTRSB dataset

Resources

Stars

4 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors