摘要(英) |
With the advancement of technology, the demand for transportation has become indispensable for humans. In the case of Taiwan, the number of vehicles is almost equivalent to the total population, considering the small size of the country and the high population density. Therefore, efficient vehicle parking management is crucial. The performance of license plate recognition systems plays a key role in addressing this issue. Currently, most parking lot entrances and exits use fixed-position license plate recognition systems, while mobile license plate recognition systems are required for roadside parking fee collection. Mobile systems need to perform recognition in a wider range of environments, particularly skewed angles, making them more challenging compared to fixed-position systems. Thanks to the development of deep learning in recent years, improving the upper limit of image processing technology and quickly recognizing multiple license plates has become effortless. Therefore, the goal of this study is to apply deep learning to license plate recognition systems and deploy them on the mobile devices of parking fee administrators, achieving a recognition accuracy of 99% for license plates with skew angles ranging from 0 to 45 degrees and a recognition speed of less than 0.5 seconds per image. To accomplish this, the study utilizes the slanted license plate recognition model IWPODNet and the character recognition model YOLOv5. Both models are trained using separate datasets consisting of 1490 license plate images and 5560 character images on a computer. The resolutions selected for IWPODNet and YOLOv5 models are 480x368 and 160x160. On the 308 test datas, IWPODNet achieved good results with recall of 0.8 and YOLOv5 achieved good results with precision of 0.982, and recall of 0.973. The recognition speeds are 0.798 seconds and 0.045 seconds per image, respectively. In the app phase, after analyzing the trade-off between accuracy and speed based on model resolution size, the two models are finally converted into TensorFlow Lite models with resolutions of 288x216 and 160x160, respectively, for operation on mobile devices.We create a license plate recognition app and use regular expressions as filters for presenting character results. Our models are deployed on the RS35 Android mobile computer provided by the collaborating company to develop a license plate recognition app. Finally, the app is tested by capturing 304 photos with a resolution of 2 million pixels, from the perspective of a parking fee collector, targeting 1 car or 1 to 3 motorcycles within a distance of 3 meters. The results show a precision of 90.7% and the fastest recognition speed of 0.7 seconds per image. From these results, it can be observed that IWPODNet is more suitable for simulation on a computer and benefits from its advantage in handling slanted license plates. On the other hand, YOLOv5 demonstrates fast and excellent recognition capabilities both on the computer and in the app. |
參考文獻 |
Abhishek Kashyap,B.Suresh, Anukul Patil,Saksham Sharma,Ankit Jaiswal.(2018).“Automatic Number Plate Recognition,”2018 IEEE International Conference on Advances in Computing, Communication Control and Networking (ICACCCN)’Oct 12-13,Greater Noida, India,838-843.
Alexey Bochkovskiy,Hong-Yuan Mark Liao,Chien-Yao Wang.(2020).
“YOLOv4: Optimal Speed and Accuracy of Object Detection,”
arXiv:2004.10934
Alex Krizhevsky, Ilya Sutskever, Geoffrey E. Hinton,(2012).“ImageNet Classification with Deep Convolutional Neural Networks,” Communications of the ACM, 84-90.
Gee Sern Hsu,Jiun Chang Chen,Yu Zu Chung.(2013).“Application-Oriented License Plate Recognition,”2013 IEEE Transactions on Vehicular Technology,552 – 561.
Jing Ming Guo,Yun Fu Liu.(2008).“License Plate Localization and Character Segmentation With Feedback Self-Learning and Hybrid Binarization Techniques,”2008 IEEE Transactions on Vehicular Technology,1417 – 1424.
Joseph Redmon, Ali Farhadi.(2018). YOLOv3: “An Incremental Improvement,” arXiv:1804.02767v1
MaxJaderberg,KarenSimonyan,AndrewZisserman,Koray Kavukcuoglu.(2016). “Spatial Transformer Networks,”arXiv:1506.02025.
Ming Xiang He,Peng Hao.(2020). “Robust Automatic Recognition of Chinese License Plates in Natural Scenes,” 2020 IEEE Access,173804 – 173814.
Navaneeth Bodla,Bharat Singh,Rama Chellappa Larry S.Davis.(2017). “Improving Object Detection With One Line of Code,”2017 IEEE International Conference on Computer Vision (ICCV), Oct.22-29 2017.Venice,Italy,5562-5570.
Ramprasaath R. Selvaraju, Michael Cogswell, Abhishek Das, Ramakrishna Vedantam, Devi Parikh, Dhruv Batra, (2019). “Grad-CAM: Visual Explanations from Deep Networks via Gradient-based Localization,” International Journal of Computer Vision, 1-24.
Rayson Laroca,Luiz.A.Zanlorensi,Gabriel R,Gonçalves,Eduardo Todt,William Robson Schwartz,David Menotti.(2021). “An efficient and layout-independent automatic license plate recognition system based on the YOLO detector,”2021 IET(The Institution of Engineering and Technology)Intelligent Transport Systems,483-503.
Ross Girshick,Jeff Donahue,Trevor Darrell,Jitendra Malik.(2014).“Rich feature hierarchies for accurate object detection and semantic segmentation Tech report ,” 2014 IEEE Conference on Computer Vision and Pattern Recognition(CVPR),Jun.23-28,Columbus,Ohio,USA,580-587.
Sergio Montazzolli Silva , Cláudio Rosito Jung. (2018). “License Plate Detection and Recognition in Unconstrained Scenarios,”2018 Proceedings of the European Conference on Computer Vision (ECCV), Sep.8-14 2018,Munich,Germany,580-596.
Sergio M. Silva,Cláudio Rosito Jung. (2022). “A Flexible Approach for Automatic License Plate Recognition in Unconstrained Scenarios,” 2022 IEEE Transactions on Intelligent Transportation Systems,5693 - 5703.
Shaoqing Ren, Kaiming He, Ross Girshick, and Jian Sun, (2015). “Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks” Computer Vision and Pattern Recognition, 1-14.
Tejendra Panchala,Hetal Patela,Ami Panchal.(2016).“License Plate Detection using Harris Corner and Character Segmentation by Integrated Approach from an Image,”2016 International Conference on Communication, Computing and Virtualization (ICCCV),419-425.
Yu Cheng, Duo Wang, Pan Zhou, Tao Zhang.(2020).“A Survey of Model Compression and Acceleration for Deep Neural Networks,”2018 IEEE Signal Processing Magazine,126-136.
物件偵測NMS (2018)。2023 年 5 月 17 日 取自
https://chih-sheng-huang821.medium.com/%E6%A9%9F%E5%99%A8-%E6%B7%B1%E5%BA%A6%E5%AD%B8%E7%BF%92-%E7%89%A9%E4%BB%B6%E5%81%B5%E6%B8%AC-non-maximum-suppression-nms-aa70c45adffa
公路總局之車種與車牌類別(2023)。2023年6月25取自https://www.thb.gov.tw/cp.aspx?n=102 |