mmdeploy/configs/mmocr/text-detection/text-detection_ncnn-int8_static.py
RunningLeon faf2d9c2b5
fix mmseg out_channels=1 (#2179)
* fix

* fix

* fix

* fix

* fix
2023-06-25 15:02:45 +08:00

4 lines
116 B
Python

_base_ = ['./text-detection_static.py', '../../_base_/backends/ncnn-int8.py']
onnx_config = dict(input_shape=None)