opencv_zoo / benchmark /config /qrcode_wechatqrcode.yaml
Yuantao Feng
Decoupling dataloader and benchmark runner (#16)
0199e9f
raw
history blame
637 Bytes
Benchmark:
name: "QRCode Detection and Decoding Benchmark"
type: "Detection"
data:
path: "benchmark/data/qrcode"
files: ["opencv.png", "opencv_zoo.png"]
sizes:
- [100, 100]
- [300, 300]
metric:
warmup: 30
repeat: 10
reduction: "median"
backend: "default"
target: "cpu"
Model:
name: "WeChatQRCode"
detect_prototxt_path: "models/qrcode_wechatqrcode/detect_2021nov.prototxt"
detect_model_path: "models/qrcode_wechatqrcode/detect_2021nov.caffemodel"
sr_prototxt_path: "models/qrcode_wechatqrcode/sr_2021nov.prototxt"
sr_model_path: "models/qrcode_wechatqrcode/sr_2021nov.caffemodel"