mmdeploy/configs/text-detection_ncnn-int8_static.py
BrokenArrow fbe7586415
Add result of quantization of TextSnake (#1074)
* Update result of TextSnake

result from https://github.com/BrokenArrow1404/2022-MMLAB-SUMMERCAMP/blob/main/week4/README.md

* Update result of TextSnake

result from https://github.com/BrokenArrow1404/2022-MMLAB-SUMMERCAMP/blob/main/week4/README.md

* Add deploy config for quantization of TextSnake

* repair lint error
2022-09-21 15:28:28 +08:00

4 lines
116 B
Python

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