-
Notifications
You must be signed in to change notification settings - Fork 60
基于CCPD的车牌号检测和识别案例 #744
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
基于CCPD的车牌号检测和识别案例 #744
Conversation
@Xv-M-S 请先根据CI测试报告,修改代码规范问题,并在完成后,提示管理员重新触发CI,直至通过。。 |
好的潘导
…------------------ 原始邮件 ------------------
发件人: ***@***.***>;
发送时间: 2024年10月8日(星期二) 上午10:51
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [mindspore-lab/mindocr] 基于CCPD的车牌号检测和识别案例 (PR #744)
@Xv-M-S 请先根据CI测试报告,修改代码规范问题,并在完成后,提示管理员重新触发CI,直至通过。。
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
潘导你好,已根据CI测试报告完成代码的修改,怎么提示管理员触发CI呢? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
此处能否不修改源码,而在配置里或命令行里设定相关阈值
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
在源代码 https://github.com/mindspore-lab/mindocr/blob/main/mindocr/metrics/det_metrics.py#L108 调用DetectionIoUEvaluator初始化时为提供任何参数,导致只能使用默认参数;在配置文件的metric处也没有提供关于iou的修改
https://github.com/mindspore-lab/mindocr/blob/main/docs/zh/tutorials/yaml_configuration.md#5-%E8%AF%84%E4%BC%B0%E6%8C%87%E6%A0%87-metric
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
建议类似的黑底截图尽量转成 插入文本的方式,格式舒适些
postprocess:
name: abc
...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
导师你好,已按照要求修改
已根据第二次CI测试报告修改代码 |
建议py文件以文本形式写进md,docs目录下不要放代码文件和配置文件 |
已将代码和配置文件以附录形式放入md |
已根据第三次CI测试报告修改代码 |
c++问题pr#747已修复,请更新一次代码重新触发门禁 |
添加"c++问题pr#747修改"
已更新代码 |
麻烦创建一个examples文件夹,将输出案例整理在该文件夹下,可放代码和配置文件,感谢!参考https://github.com/mindspore-lab/mindyolo/tree/master/examples |
已将输出案例移动到examples文件夹下,并添加了代码和配置文件 |
Thank you for your contribution to the MindOCR repo.
Before submitting this PR, please make sure:
Motivation
(Write your motivation for proposed changes here.)
【开源实习】基于MindOCR的车牌识别案例输出 (https://gitee.com/mindspore/community/issues/I98K8W)
Test Plan
(How should this PR be tested? Do you require special setup to run the test or repro the fixed bug?)
Related Issues and PRs
【开源实习】基于MindOCR的车牌识别案例输出 (https://gitee.com/mindspore/community/issues/I98K8W)
(Is this PR part of a group of changes? Link the other relevant PRs and Issues here. Use https://help.github.com/en/articles/closing-issues-using-keywords for help on GitHub syntax)