Skip to content

Commit 8a19161

Browse files
committed
修复刷配件本次数计算不对
1 parent 9fa4351 commit 8a19161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tasks/BaseGfTask.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def find_top_right_count(self):
152152
return int(result[0].name.split('/')[0])
153153

154154
def find_cost(self, boxes=None):
155-
boundary = self.box_of_screen(0.48, 0.56, 0.57, 0.67)
155+
boundary = self.box_of_screen(0.48, 0.56, 0.57, 0.7)
156156
if not boxes:
157157
boxes = self.ocr(box=boundary)
158158

0 commit comments

Comments
 (0)