mirror of
https://github.com/open-mmlab/mmdeploy.git
synced 2025-01-14 08:09:43 +08:00
6 lines
210 B
Python
6 lines
210 B
Python
|
_base_ = ['./text-detection_static.py', '../../_base_/backends/ascend.py']
|
||
|
|
||
|
onnx_config = dict(input_shape=[640, 640])
|
||
|
backend_config = dict(
|
||
|
model_inputs=[dict(input_shapes=dict(input=[1, 3, 640, 640]))])
|