You are on page 1of 2

School of Computer Science and Engineering

ARTIFICIAL INTELIGENCE PROJECT MINI REPORT


(Project Term Jan – May, 2023)

Traffic Sign Classification

Submitted by

NAME OF STUDENTS REGISTRATION NUMBER SECTION


Aswini 12103477 K21Pk
Pallavi Dey 12104832 K21pk

Submitted to: Dipen Saini

ABSTRACT
This paper presents an effective solution to detecting traffic signs on road by first classifying
the traffic sign images using Convolutional Neural Network (CNN) on the German Traffic
Sign Recognition Benchmark (GTSRB) [1] and then detecting the images of Indian Traffic
Signs using the Indian Dataset which will be used as testing dataset while building
classification model. Therefore, this system helps electric cars or self-driving cars to
recognise the traffic signs efficiently and correctly. The system involves two parts, detection
of traffic signs from the environment and classification based on CNN thereby recognising
the traffic sign. The classification involves building a CNN model of different filters of
dimensions 3 × 3, 5 × 5, 9 × 9, 13 × 13, 15 × 15,19 × 19, 23 × 23, 25 × 25 and 31 ×31 from
which the most efficient filter is chosen for further classifying the image detected. The
detection involves detecting the traffic sign using YOLO v3-v4 and BLOB detection.
Transfer Learning is used for using the trained model for detecting Indian traffic sign images.

Mapillary Traffic Sign Dataset

This is the largest and the most diverse traffic sign dataset consisting of images from all over
the world with fine-grained annotations of traffic sign classes. Extensive experiments have
been run to establish strong baselines for both the detection and the classification tasks. The
dataset includes 52K images that are fully annotated and 48K images that are partially
annotated. This is the largest and the most diverse traffic sign dataset consisting of images
from all over the world with fine-grained annotations of traffic sign classes. Extensive
experiments have been run to establish strong baselines for both the detection and the
classification tasks. In addition, the diversity of this dataset enables effective transfer learning
for existing large-scale benchmark datasets on traffic sign detection and classification.

Role And Responsibility: -


We two did together

related work, detailed work plan as Gantt chart

You might also like