Merged
Conversation
Closed
6929309 to
ddd9133
Compare
Contributor
There was a problem hiding this comment.
Hey - 我已经审查了你的修改,看起来很棒!
帮我变得更有用吧!请在每条评论上点 👍 或 👎,我会根据你的反馈不断改进代码评审。
Original comment in English
Hey - I've reviewed your changes and they look great!
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
Contributor
There was a problem hiding this comment.
Pull request overview
本 PR 旨在修复“信用点商店”中对“当前信用点”的 OCR 识别不准确问题,通过调整识别区域(ROI)与识别参数,使读取到的数值更贴近用户实际可用信用点。
Changes:
- 调整信用点商店“当前信用点”OCR 的 ROI,以避免误读/读到非目标区域。
- 在主 pipeline 中为该 OCR 增加
only_rec: true,改为在精确 ROI 内仅做识别(不做检测)。
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| assets/resource_adb/pipeline/CreditShopping/Shopping.json | 更新 ADB pipeline 覆盖配置中的信用点 OCR ROI。 |
| assets/resource/pipeline/CreditShopping/Shopping.json | 更新主 pipeline 中信用点 OCR ROI,并启用 only_rec 以提升稳定性。 |
MistEO
approved these changes
Mar 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary by Sourcery
Bug Fixes:
Original summary in English
Summary by Sourcery
Bug Fixes:
Original summary in English
Summary by Sourcery
Bug Fixes:
Original summary in English
Summary by Sourcery
Bug Fixes: