mmdeploy/configs/mmocr/text-detection/text-detection_sdk_dynamic.py
AllentDan a2f82874bb
Support mmocr:dev-1.x (#904)
* init

* update UT

* fix UT except SAR

* update to latest 2.0

* fix ncnn UT

* export info
2022-09-01 15:11:43 +08:00

9 lines
260 B
Python

_base_ = ['./text-detection_dynamic.py', '../../_base_/backends/sdk.py']
codebase_config = dict(model_type='sdk')
backend_config = dict(pipeline=[
dict(type='LoadImageFromFile'),
dict(type='PackTextDetInputs', meta_keys=['img_path', 'ori_shape'])
])