1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 12:08:21 +08:00

Add: [JP] cnocr for jp added

model trained by @LmeSzinc

Co-Authored-By: LmeSzinc <37934724+LmeSzinc@users.noreply.github.com>
This commit is contained in:
noname94
2020-11-04 13:35:29 +09:00
parent 877848495f
commit 3c7fcf61fb
4 changed files with 4958 additions and 0 deletions

View File

@@ -32,6 +32,8 @@ OCR_MODEL = {
# Charset: Number, English character, Chinese character, symbols, <space>
# _num_classes: 6426
'cnocr': AlOcr(model_name='densenet-lite-gru', model_epoch=39, root='./bin/cnocr_models/cnocr', name='cnocr'),
'jp': AlOcr(model_name='densenet-lite-gru', model_epoch=125, root='./bin/cnocr_models/jp', name='jp'),
}