mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Upd: Emotion Ocr
This commit is contained in:
parent
2ed87ea228
commit
3b279144e2
@ -29,6 +29,8 @@ class EmotionDigit(Digit):
|
||||
if i < col:
|
||||
break
|
||||
image = image[:, :i]
|
||||
else:
|
||||
image = image[:, :24]
|
||||
image = super().pre_process(image)
|
||||
return image
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user