mirror of
https://github.com/open-mmlab/mmdeploy.git
synced 2025-01-14 08:09:43 +08:00
* mmdeploy summer camp * fix lint * add note * add note * add a comment in interpolate.py Co-authored-by: root <root@LAPTOP-A20M40H8.localdomain>
4 lines
119 B
Python
4 lines
119 B
Python
_base_ = ['./segmentation_static.py', '../_base_/backends/ncnn-int8.py']
|
|
|
|
onnx_config = dict(input_shape=[2048, 1024])
|