4 lines
121 B
Python
4 lines
121 B
Python
_base_ = ['./segmentation_static.py', '../_base_/backends/onnxruntime.py']
|
|||
|
|||
onnx_config = dict(input_shape=[2048, 1024])
|