The Portfolio

Logo

A collection of project work that produced on my professional development journey.

View My GitHub Profile

Traffic Sign Classifier

A CNN network based on a modified LeNet-5 has been trained to classify 43 German traffic signs.

LeNet-5

The highlights of the project are listed in below:

An example of all the 43 different traffic signs used for training is shown in below.

all_signs

Here is one of the traffic signs found from the Internet.

70km/h

Below are the feature maps extracted by the model at the first layer output of the CNN.

conv1

For details, please follow this link. A copy of the trained model can be found in here.