Closed
Conversation
Contributor
5upernova-heng
commented
Oct 5, 2023
- 每日任务升级遗器
- 写了个简单的识别,识别出物品格子。思路大致就是之前群里的思路 [Bug] 分解遗器每日如果遇到第一个四星遗器上锁会卡住 #51 detect the boundary of the relics objects, and fix the savage relics bug #53。
- 因为能识别格子,所以顺便把遗器分解的 bug 也修了 [Bug] 分解遗器每日如果遇到第一个四星遗器上锁会卡住 #51
LmeSzinc
reviewed
Oct 8, 2023
2eba2e2 to
699c746
Compare
# Conflicts: # dev_tools/keyword_extract.py
# Conflicts: # tasks/item/relics.py
Contributor
Author
|
换了一种识别方法。原本灰度化->二值化->Canny->霍夫直线稳得时候很稳,线不多不少,耗时大概 30ms。但因为那个仓库背景是半透明的,在有的场景下,背景颜色和稀有度颜色太像了导致灰度化二值化总会漏掉一些边界 现在改用了海图识别找网格线的同款方法,但是耗时要长一些,一张图 50ms 左右 |
LmeSzinc
reviewed
Oct 18, 2023
# Conflicts: # dev_tools/keyword_extract.py
Owner
|
这个功能涉及养成了,得讨论要不要加选项,初步想法是
|
Contributor
Author
可以。那我先按这个做了 |
# Conflicts: # tasks/item/relics.py
Contributor
Author
done |
Owner
LmeSzinc
reviewed
Nov 20, 2023
# Conflicts: # module/config/config_updater.py
Contributor
Author
|
done |
# Conflicts: # config/template.json # module/config/argument/args.json # module/config/config_generated.py # module/config/config_updater.py # module/config/i18n/en-US.json # module/config/i18n/es-ES.json # module/config/i18n/ja-JP.json # module/config/i18n/zh-CN.json # module/config/i18n/zh-TW.json
# Conflicts: # tasks/daily/daily_quest.py
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.
