mirror of https://github.com/open-mmlab/mmocr.git
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
parent
a344280bcb
commit
bbe8964f00
|
@ -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
Loading…
Reference in New Issue