mirror of
https://github.com/open-mmlab/mmocr.git
synced 2025-06-03 21:54:47 +08:00
* [Config] Add textrec_default_runtime * add vis hook * update nrtr configs * Update configs/textrecog/nrtr/nrtr_resnet31-1by16-1by8_6e_st_mj.py Co-authored-by: gaotongxiao <gaotongxiao@gmail.com>
6 lines
109 B
Python
6 lines
109 B
Python
_base_ = [
|
|
'nrtr_resnet31-1by16-1by8_6e_st_mj.py',
|
|
]
|
|
|
|
model = dict(backbone=dict(last_stage_pool=False))
|