duanshengliu / End-to-end-for-chinese-plate-recognition

基于u-net,cv2以及cnn的中文车牌定位,矫正和端到端识别软件,其中unet和cv2用于车牌定位和矫正,cnn进行车牌识别,unet和cnn都是基于tensorflow的keras实现
Apache License 2.0
515 stars 117 forks source link

UI和CNN分离。 #24

Closed hongzhe12 closed 1 year ago

hongzhe12 commented 1 year ago

将界面和CNN训练代码进行了分离,删除无效的Label对象,创建了requirements.txt文件,以及虚拟环境,将程序入口改为main.py文件。

hongzhe12 commented 1 year ago

优化后的代码,可读性方面不错的。