Add korean dictionary, and modify configuration of satrn model(text recognition model) (#1877)

* Update satrn_shallow_5e_st_mj.py

add train_config for setting max_epochs

* Add files via upload

add korean dictionary (korean + english + digits + symbols)
pull/1922/head
DongJinLee 2023-05-04 11:00:12 +09:00 committed by gaotongxiao
parent a344280bcb
commit bbe8964f00
2 changed files with 1805 additions and 0 deletions

View File

@ -12,6 +12,8 @@ _base_ = [
'_base_satrn_shallow.py',
]
train_cfg = dict(type='EpochBasedTrainLoop', max_epochs=20, val_interval=1)
# dataset settings
train_list = [_base_.mjsynth_textrecog_train, _base_.synthtext_textrecog_train]
test_list = [

File diff suppressed because it is too large Load Diff