opencv_zoo / benchmark /config /text_recognition_crnn_en.yaml
Yuantao Feng
Add CRNN_CN for recognizing Chinese (#23)
8b13820
raw
history blame
485 Bytes
Benchmark:
name: "Text Recognition Benchmark"
type: "Recognition"
data:
path: "benchmark/data/text"
files: ["1.jpg", "2.jpg", "3.jpg"]
metric: # 'sizes' is omitted since this model requires input of fixed size
warmup: 30
repeat: 10
reduction: "median"
backend: "default"
target: "cpu"
Model:
name: "CRNN"
modelPath: "models/text_recognition_crnn/text_recognition_CRNN_EN_2021sep.onnx"
charsetPath: "models/text_recognition_crnn/charset_36_EN.txt"