mmdeploy/configs/mmocr/base_static.py

7 lines
187 B
Python

_base_ = ['../_base_/torch2onnx.py']
codebase = 'mmocr'
# 'TextDetection' or 'TextRecognition'
task = 'TextDetection'
pytorch2onnx = dict(input_names=['input'], output_names=['output'])