Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

可以识别双层车牌吗? #1

Open
yangshenchang opened this issue Oct 17, 2022 · 10 comments
Open

可以识别双层车牌吗? #1

yangshenchang opened this issue Oct 17, 2022 · 10 comments

Comments

@yangshenchang
Copy link

老哥,这个算法可以识别双层的车牌吗?具体是怎么做的?

@we0091234
Copy link
Owner

老哥,这个算法可以识别双层的车牌吗?具体是怎么做的?

可以的,https://github.com/we0091234/Chinese_license_plate_detection_recognition 这里可以看到,具体就是双层进行分割,然后拼接成一层识别

@we0091234
Copy link
Owner

老哥,这个算法可以识别双层的车牌吗?具体是怎么做的?
tmp55DE
拼接成这样,当成单层车牌进行识别
new

@yangshenchang
Copy link
Author

感谢大佬回复
https://github.com/we0091234/Chinese_license_plate_detection_recognition/blob/abe9002cf5ab673efe303efc2caf35c7665085bc/plate_recognition/double_plate_split_merge.py#L4
另外,我找到这个拼接函数,但是这个函数好像只在detect_plate.py这个文件中被使用,在训练和测试中不对双层车牌进行处理吗?

@we0091234
Copy link
Owner

感谢大佬回复 https://github.com/we0091234/Chinese_license_plate_detection_recognition/blob/abe9002cf5ab673efe303efc2caf35c7665085bc/plate_recognition/double_plate_split_merge.py#L4 另外,我找到这个拼接函数,但是这个函数好像只在detect_plate.py这个文件中被使用,在训练和测试中不对双层车牌进行处理吗?

训练的时候也需要这样处理,将双层车牌分割,拼接成单层

@yangshenchang
Copy link
Author

感谢大佬回复 https://github.com/we0091234/Chinese_license_plate_detection_recognition/blob/abe9002cf5ab673efe303efc2caf35c7665085bc/plate_recognition/double_plate_split_merge.py#L4 另外,我找到这个拼接函数,但是这个函数好像只在detect_plate.py这个文件中被使用,在训练和测试中不对双层车牌进行处理吗?

训练的时候也需要这样处理,将双层车牌分割,拼接成单层

明白了

@Mrmuran
Copy link

Mrmuran commented Nov 2, 2022

您好,我看了您这个项目的训练过程。好像没有用到crnn呢。如果使用crnn结构,该如何修改代码呢

@we0091234
Copy link
Owner

您好,我看了您这个项目的训练过程。好像没有用到crnn呢。如果使用crnn结构,该如何修改代码呢

crnn其实就是cnn+lstm 我去掉了lstm因为发现加上和不加上效果差不多,要用rnn的话我可以更新一下代码,到时候

@Mrmuran
Copy link

Mrmuran commented Nov 3, 2022

好的,谢谢回复

@we0091234
Copy link
Owner

好的,谢谢回复

有问题可以加qq群 :871797331

@Mrmuran
Copy link

Mrmuran commented Nov 3, 2022

嗯嗯

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants