Proceedings of the 14th International Joint Conference on E-Business and Telecommunications 2017
DOI: 10.5220/0006436100420047
|View full text |Cite
|
Sign up to set email alerts
|

A Method for Traffic Sign Recognition with CNN using GPU

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1

Citation Types

0
5
0

Year Published

2020
2020
2023
2023

Publication Types

Select...
3
2
1

Relationship

0
6

Authors

Journals

citations
Cited by 8 publications
(5 citation statements)
references
References 7 publications
0
5
0
Order By: Relevance
“…The architecture of our model is: 1) 2 Conv2D layer (filter=32, kernel_size= (5,5), activation="relu") 2) MaxPool2D layer ( pool_size=(2,2)) 3) Dropout layer (rate=0.25) 4) 2 Conv2D layer (filter=64, kernel_size= (3,3), activation="relu") 5) MaxPool2D layer ( pool_size=(2,2)) 6) Dropout layer (rate=0.25) 7) Flatten layer to squeeze the layers into 1 dimension 8) Dense Fully connected layer (256 nodes, activation="relu") 9) Dropout layer (rate=0.5) 10) Dense layer (43 nodes, activation="softmax") Model is compiled with Adam optimizer which performs well and loss is "categorical_crossentropy" because we have multiple classes to categorise.…”
Section: B Build a Cnn Modelmentioning
confidence: 99%
See 1 more Smart Citation
“…The architecture of our model is: 1) 2 Conv2D layer (filter=32, kernel_size= (5,5), activation="relu") 2) MaxPool2D layer ( pool_size=(2,2)) 3) Dropout layer (rate=0.25) 4) 2 Conv2D layer (filter=64, kernel_size= (3,3), activation="relu") 5) MaxPool2D layer ( pool_size=(2,2)) 6) Dropout layer (rate=0.25) 7) Flatten layer to squeeze the layers into 1 dimension 8) Dense Fully connected layer (256 nodes, activation="relu") 9) Dropout layer (rate=0.5) 10) Dense layer (43 nodes, activation="softmax") Model is compiled with Adam optimizer which performs well and loss is "categorical_crossentropy" because we have multiple classes to categorise.…”
Section: B Build a Cnn Modelmentioning
confidence: 99%
“…And then build the GUI for uploading the image and a button is used to classify which calls the classify() function. The classify () function is converting the image into the dimension of shape (1,30,30,3). This is because to predict the traffic sign , same dimension which was used when building the model is provided.…”
Section: A Build Ing a Graphical User Interface (Gui)mentioning
confidence: 99%
“…Hu et al 12 introduced branch convolution neural network with a detailed process to change a regular pre-trained convolution neural network (CNN) into a branch convolution neural network. Shustanov and Yakimov 13 presented a CNN architecture, executed in real time on a mobile GPU. Yang et al 14 proposed a scale invariant architecture.…”
mentioning
confidence: 99%
“…The widely used dataset in the literature for the purpose to train the TSR model are such the German Traffic Sign Detection Benchmark (GTSDB) and the Malaysian Traffic Signs Dataset (MTSD). For instance, the GTSDB is used in [6][7][8][9]. On the other hand, researches in [10][11][12] used the MTSD dataset for the implementation of the TSR.…”
mentioning
confidence: 99%
“…Studies in [12,13] applied the established Artificial Neural Network (ANN) in TSR program which yields to 97.00% and 99.00% accuracy rate respectively. Whereas, the Convolutional Neural Network (CNN) has been implemented in [6,7,14] and obtained the accuracy rate of above 95.00%.…”
mentioning
confidence: 99%