mmdeploy/configs/mmseg/segmentation_ncnn_static-1024x2048.py
RunningLeon 499d06d844
Add mmseg performance (#254)
* update doc and config

* test with ncnn

* update docs

* rename config

* update test result with openvino

* merge master

* resolve comments

* update dbnet
2021-12-09 20:17:00 +08:00

4 lines
114 B
Python

_base_ = ['./segmentation_static.py', '../_base_/backends/ncnn.py']
onnx_config = dict(input_shape=[2048, 1024])