mmdeploy/configs/mmseg/segmentation_pplnn_static-512x1024.py
RunningLeon 0556feec79
Replace convert_syncbatchnorm in mmseg (#93)
* replace convert_syncbatchnorm with revert_sync_batchnorm from mmcv

* change logger
2022-01-26 11:07:28 +08:00

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]))