Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tasks/Component/GeneralInvite/assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class GeneralInviteAssets:
# 判断是不是在庭院界面
I_GI_HOME = RuleImage(roi_front=(361,34,34,46), roi_back=(361,34,34,46), threshold=0.8, method="Template matching", file="./tasks/Component/GeneralInvite/gi/gi_gi_home.png")
# 判断是不是在探索界面
I_GI_EXPLORE = RuleImage(roi_front=(677,11,33,46), roi_back=(677,11,33,46), threshold=0.8, method="Template matching", file="./tasks/Component/GeneralInvite/gi/gi_gi_explore.png")
I_GI_EXPLORE = RuleImage(roi_front=(690,16,28,28), roi_back=(688,8,33,46), threshold=0.8, method="Template matching", file="./tasks/Component/GeneralInvite/gi/gi_gi_explore.png")


# Ocr Rule Assets
Expand Down
Binary file modified tasks/Component/GeneralInvite/gi/gi_gi_explore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions tasks/Component/GeneralInvite/gi/member.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
{
"itemName": "gi_explore",
"imageName": "gi_gi_explore.png",
"roiFront": "677,11,33,46",
"roiBack": "677,11,33,46",
"roiFront": "690,16,28,28",
"roiBack": "688,8,33,46",
"method": "Template matching",
"threshold": 0.8,
"description": "判断是不是在探索界面"
Expand Down
Loading