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

cnn.h5是否失效了,打不开? #9

Closed hongweiwork closed 10 months ago

hongweiwork commented 3 years ago

项目中的cnn.h5文件打不开,请问是失效了还是什么原因?谢谢回复。

duanshengliu commented 3 years ago

 检查一下tensorflow版本是否为1.15.2

------------------ 原始邮件 ------------------ 发件人: "duanshengliu/End-to-end-for-chinese-plate-recognition" <notifications@github.com>; 发送时间: 2020年12月3日(星期四) 下午2:27 收件人: "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] cnn.h5是否失效了,打不开? (#9)

项目中的cnn.h5文件打不开,请问是失效了还是什么原因?谢谢回复。

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

hongweiwork commented 3 years ago

您好,请问运行UI.py并选择好车牌图片点击车牌识别出现TypeError: Layout of the output array image is incompatible with cv::Mat (step[ndims-1] != elemsize or step[1] != elemsize*nchannels问题怎么解决,谢谢回复

duanshengliu commented 3 years ago

我这边貌似没有出现类似问题呢,你查查是否是opencv版本和我是否一致?

------------------ 原始邮件 ------------------ 发件人: "duanshengliu/End-to-end-for-chinese-plate-recognition" <notifications@github.com>; 发送时间: 2020年12月3日(星期四) 晚上10:45 收件人: "duanshengliu/End-to-end-for-chinese-plate-recognition"<End-to-end-for-chinese-plate-recognition@noreply.github.com>; 抄送: "不啻逍遥然"<1069033158@qq.com>;"Comment"<comment@noreply.github.com>; 主题: Re: [duanshengliu/End-to-end-for-chinese-plate-recognition] cnn.h5是否失效了,打不开? (#9)

您好,请问运行UI.py并选择好车牌图片点击车牌识别出现TypeError: Layout of the output array image is incompatible with cv::Mat (step[ndims-1] != elemsize or step[1] != elemsize*nchannels问题怎么解决,谢谢回复

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