6 lines
185 B
Python
6 lines
185 B
Python
|
_base_ = ['./segmentation_static.py', '../_base_/backends/pplnn.py']
|
||
|
|
||
|
onnx_config = dict(input_shape=[1024, 512])
|
||
|
|
||
|
backend_config = dict(model_inputs=dict(opt_shape=[1, 3, 512, 1024]))
|