A PyTorch implementation of End to End Chinese License Plate Recognition, the whole project is mainly modified from SSD, which is a Single-stage object detector. And I mainly adopted the idea of this article(A Novel Integrated Framework for Learning both Text Detection and Recognition) and designed an OCR ROI pooling operation, so that detection, classification and text recognition can be integrated into one net for training, and using VGG as the backbone network.
And i use CCPD: Chinese City Parking Dataset for training, i random choose 70000 sample for training. You can download the whole dataset or just use the images in ./data/test_data
git clone https://github.com/chenjun2hao/CLPR.pytorch.git
(Binary Package for CUDA 9.0)
$ pip install cupy-cuda90
python 3.6
pytorch 0.4.0
For testing, download the pretrained model from Baidu disk, password:16pk, and put the model in weights folder.
python test.py
here are some examples:
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Coming later
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。