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...

全面介绍

Saved in:
书目详细资料
Main Authors: Kopecky, Lukas, Dobrovolny, Michal, Fuchs, Antonin, Selamat, Ali, Krejcar, Ondrej
格式: Conference or Workshop Item
出版: 2022
主题:
在线阅读:http://eprints.utm.my/id/eprint/100513/
http://dx.doi.org/10.1007/978-3-031-16014-1_8
标签: 添加标签
没有标签, 成为第一个标记此记录!
实物特征
总结: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.