PaddlePaddle / PaddleDetection

Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object tracking and real-time multi-person keypoint detection.
Apache License 2.0
12.59k stars 2.86k forks source link

paddledetection 中车牌识别因文字影响无法识别车牌的问题 #7573

Open PengKunGit opened 1 year ago

PengKunGit commented 1 year ago

问题确认 Search before asking

请提出你的问题 Please ask your question

当用paddledetection中的车牌检测时。车头有文字的时候,没有检测到车牌,而是检测到文字上了,想问问能怎么解决!

OCRv3
lgy2830 commented 1 year ago

这个是检测模型的问题,车牌检测模型他用的是字符检测模型,只要有字,他就认为是车牌区域。也就是他认为在车辆区域内,只有车牌区域有字符,那么检测到字符,就是检测到了车牌区域。目前来说,这种情况比较少,可以考虑换个检测模型,不用字符检测模型。

PengKunGit commented 1 year ago

那除了这个字符检测模型 还有什么其他模型可用,求告知,感谢  

阍者 @.***

 

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2022年12月30日(星期五) 下午4:02 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [PaddlePaddle/PaddleDetection] paddledetection 中车牌识别因文字影响无法识别车牌的问题 (Issue #7573)

这个是检测模型的问题,车牌检测模型他用的是字符检测模型,只要有字,他就认为是车牌区域。也就是他认为在车辆区域内,只有车牌区域有字符,那么检测到字符,就是检测到了车牌区域。目前来说,这种情况比较少,可以考虑换个检测模型,不用字符检测模型。

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

lgy2830 commented 1 year ago

可以自己训练一个车牌检测的模型,或者网上找训练好的模型。模型换了,还要考虑兼容的问题,输入输出不一样了,而且与百度的框架也不一样了。挺麻烦的

PengKunGit commented 1 year ago

好的 我明白了  谢谢您!  

阍者 @.***

 

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2023年1月3日(星期二) 上午9:36 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [PaddlePaddle/PaddleDetection] paddledetection 中车牌识别因文字影响无法识别车牌的问题 (Issue #7573)

可以自己训练一个车牌检测的模型,或者网上找训练好的模型。模型换了,还要考虑兼容的问题,输入输出不一样了,而且与百度的框架也不一样了。挺麻烦的

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

PengKunGit commented 1 year ago

你好 我用训练好的模型  去检测识别的时候,黄绿蓝车牌都可以检测到。。但是白色的车牌 带警字的无法识别 ,,后附图片。。 我自己思考了下可能是我用的CCPD模型里面只包含了 蓝绿黄牌。。  那如果需要检测警车的白色车牌  请问该需要怎么去改进啊

阍者 @.***

 

------------------ 原始邮件 ------------------ 发件人: "PaddlePaddle/PaddleDetection" @.>; 发送时间: 2023年1月3日(星期二) 上午9:36 @.>; @.**@.>; 主题: Re: [PaddlePaddle/PaddleDetection] paddledetection 中车牌识别因文字影响无法识别车牌的问题 (Issue #7573)

可以自己训练一个车牌检测的模型,或者网上找训练好的模型。模型换了,还要考虑兼容的问题,输入输出不一样了,而且与百度的框架也不一样了。挺麻烦的

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

lgy2830 commented 1 year ago

图像处理部分看下,他是把车牌弄成黑白图像去识别的,有没有可能白底黑字的经过处理以后字体都没了

PengKunGit commented 1 year ago

好的 我去看看 谢谢你的分析idea!

阍者 @.***

 

------------------ 原始邮件 ------------------ 发件人: "PaddlePaddle/PaddleDetection" @.>; 发送时间: 2023年3月13日(星期一) 上午9:30 @.>; @.**@.>; 主题: Re: [PaddlePaddle/PaddleDetection] paddledetection 中车牌识别因文字影响无法识别车牌的问题 (Issue #7573)

图像处理部分看下,他是把车牌弄成黑白图像去识别的,有没有可能白底黑字的经过处理以后字体都没了

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>