7 lines
206 B
Python
7 lines
206 B
Python
|
_base_ = ['./text-detection_dynamic.py', '../../_base_/backends/openvino.py']
|
||
|
|
||
|
onnx_config = dict(input_shape=None)
|
||
|
|
||
|
backend_config = dict(
|
||
|
model_inputs=[dict(opt_shapes=dict(input=[1, 3, 640, 640]))])
|