6 lines
126 B
Python
6 lines
126 B
Python
|
_base_ = [
|
||
|
'./text-recognition_static.py', '../../_base_/backends/onnxruntime.py'
|
||
|
]
|
||
|
|
||
|
onnx_config = dict(input_shape=None)
|