Cycle route signs detection using deep learning

This article addresses the issue of detecting traffic signs signalling cycle routes. It is also necessary to read the number or text of the cycle route from the given image. These tags are kept under the identifier IS21 and have a defined, uniform design with text in the middle of the tag. The detec...

Full description

Saved in:
Bibliographic Details
Main Authors: Kopecky, Lukas, Dobrovolny, Michal, Fuchs, Antonin, Selamat, Ali, Krejcar, Ondrej
Format: Book Section
Published: Springer Science and Business Media Deutschland GmbH 2022
Subjects:
Online Access:http://eprints.utm.my/id/eprint/100516/
http://dx.doi.org/10.1007/978-3-031-16014-1_8
Tags: Add Tag
No Tags, Be the first to tag this record!
Description
Summary:This article addresses the issue of detecting traffic signs signalling cycle routes. It is also necessary to read the number or text of the cycle route from the given image. These tags are kept under the identifier IS21 and have a defined, uniform design with text in the middle of the tag. The detection was solved using the You Look Only Once (YOLO) model, which works on the principle of a convolutional neural network. The OCR tool PythonOCR was used to read characters from tags. The success rate of IS21 tag detection is 93.4%, and the success rate of reading text from tags is equal to 85.9%. The architecture described in the article is suitable for solving the defined problem.