mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 07:08:04 +08:00
Fix: item number OCR wrong
tune the threshold from 64 to 96 solve the problem
This commit is contained in:
parent
11170ffa64
commit
35d4430c33
@ -20,7 +20,7 @@ class AmountOcr(Digit):
|
||||
return image.astype(np.uint8)
|
||||
|
||||
|
||||
AMOUNT_OCR = AmountOcr([], threshold=64, name='Amount_ocr')
|
||||
AMOUNT_OCR = AmountOcr([], threshold=96, name='Amount_ocr')
|
||||
PRICE_OCR = Digit([], letter=(255, 223, 57), threshold=128, name='Price_ocr')
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user