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

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

请问支持绿牌和黄牌吗? #11

Closed Mrzhaopy closed 10 months ago

Mrzhaopy commented 3 years ago

作者您好: 我在使用的时候发现unet对蓝牌分割效果较好,对绿牌分割效果较差,以及自己标注绿牌,黄牌使用unet进行训练吗,车牌矫正代码是否支持其他颜色车牌?

duanshengliu commented 3 years ago

我训练集只有蓝牌的,其他牌数据集没有添加,可能是你绿牌的数据集比蓝牌的少吧

------------------ 原始邮件 ------------------ 发件人: "duanshengliu/End-to-end-for-chinese-plate-recognition" <notifications@github.com>; 发送时间: 2020年12月28日(星期一) 中午1:30 收件人: "duanshengliu/End-to-end-for-chinese-plate-recognition"<End-to-end-for-chinese-plate-recognition@noreply.github.com>; 抄送: "Subscribed"<subscribed@noreply.github.com>; 主题: [duanshengliu/End-to-end-for-chinese-plate-recognition] 请问支持绿牌和黄牌吗? (#11)

作者您好: 我在使用的时候发现unet对蓝牌分割效果较好,对绿牌分割效果较差,以及自己标注绿牌,黄牌使用unet进行训练吗,车牌矫正代码是否支持其他颜色车牌?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

Mrzhaopy commented 3 years ago

我的数据绿牌较多,所以想在您的基础上训练自己的数据,opencv那块不太熟,所以想问下opencv矫正那块对颜色没有要求吧

duanshengliu commented 3 years ago

不影响,我unet部分是1500张左右 

---原始邮件--- 发件人: "Mrzhaopy"<notifications@github.com> 发送时间: 2020年12月28日(周一) 中午1:37 收件人: "duanshengliu/End-to-end-for-chinese-plate-recognition"<End-to-end-for-chinese-plate-recognition@noreply.github.com>; 抄送: "Comment"<comment@noreply.github.com>;"duanshengliu"<1069033158@qq.com>; 主题: Re: [duanshengliu/End-to-end-for-chinese-plate-recognition] 请问支持绿牌和黄牌吗? (#11)

我的数据绿牌较多,所以想在您的基础上训练自己的数据,opencv那块不太熟,所以想问下opencv矫正那块对颜色没有要求吧

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

Mrzhaopy commented 3 years ago

好的,非常感谢您的回复

daijie1223 commented 3 years ago

我的数据绿牌较多,所以想在您的基础上训练自己的数据,opencv那块不太熟,所以想问下opencv矫正那块对颜色没有要求吧 可以提供你的数据集吗?或者我们可以交换。我有5w+的蓝牌,3w+的绿牌。q:10413577014

fight-hawk123 commented 2 years ago

作者您好: 我在使用的时候发现unet对蓝牌分割效果较好,对绿牌分割效果较差,以及自己标注绿牌,黄牌使用unet进行训练吗,车牌矫正代码是否支持其他颜色车牌?

您好,请问一下你这边别的车牌的实现了吗?