text-detection_onnxruntime_static.py 118 Bytes
Newer Older
limm's avatar
limm committed
1
2
3
_base_ = ['./text-detection_static.py', '../../_base_/backends/onnxruntime.py']

onnx_config = dict(input_shape=None)