mirror of
https://github.com/open-mmlab/mmdeploy.git
synced 2025-01-14 08:09:43 +08:00
9 lines
264 B
Python
9 lines
264 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='Collect', keys=['img'], meta_keys=['filename', 'ori_shape'])
|
||
|
])
|