opencv_zoo / benchmark /config /face_detection_yunet.yaml
ytfeng's picture
Use YuNet of fixed input shape to avoid 'parseShape' error (#45)
62917b7
raw
history blame
525 Bytes
Benchmark:
name: "Face Detection Benchmark"
type: "Detection"
data:
path: "benchmark/data/face_detection"
files: ["group.jpg", "concerts.jpg", "dance.jpg"]
sizes: # [[w1, h1], ...], Omit to run at original scale
- [160, 120]
- [640, 480]
metric:
warmup: 30
repeat: 10
reduction: "median"
backend: "default"
target: "cpu"
Model:
name: "YuNet"
modelPath: "models/face_detection_yunet/face_detection_yunet_2022mar.onnx"
confThreshold: 0.6
nmsThreshold: 0.3
topK: 5000