File size: 485 Bytes
42310ef 0199e9f 00c0329 18103a9 00c0329 18103a9 42310ef 8b13820 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
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" |