opencv_zoo / benchmark /config /license_plate_detection_yunet.yaml
ytfeng's picture
Add LPD_YuNet for License Plate Detection (#56)
6eef315
raw
history blame
559 Bytes
Benchmark:
name: "License Plate Detection Benchmark"
type: "Detection"
data:
path: "benchmark/data/license_plate_detection"
files: ["1.jpg", "2.jpg", "3.jpg", "4.jpg"]
sizes: # [[w1, h1], ...], Omit to run at original scale
- [320, 240]
metric:
warmup: 30
repeat: 10
reduction: "median"
backend: "default"
target: "cpu"
Model:
name: "LPD_YuNet"
modelPath: "models/license_plate_detection_yunet/license_plate_detection_lpd_yunet_2022may.onnx"
confThreshold: 0.8
nmsThreshold: 0.3
topK: 5000
keepTopK: 750