Skip to content

Commit

Permalink
Add korean dictionary, and modify configuration of satrn model(text r…
Browse files Browse the repository at this point in the history
…ecognition 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)
  • Loading branch information
ldj7672 authored and gaotongxiao committed May 4, 2023
1 parent a344280 commit bbe8964
Show file tree
Hide file tree
Showing 2 changed files with 1,805 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configs/textrecog/satrn/satrn_shallow_5e_st_mj.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
'_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 = [
Expand Down
Loading

0 comments on commit bbe8964

Please sign in to comment.