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

詳細記述

保存先:
書誌詳細
主要な著者: 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.