mirror of https://github.com/open-mmlab/mmocr.git
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))
|