opencv_zoo / benchmark /config /face_detection_yunet.yaml
Yuantao Feng
Add SFace for face recognition (#3)
9d96bb5
raw
history blame
527 Bytes
Benchmark:
name: "Face Detection Benchmark"
data:
path: "benchmark/data/face/detection"
files: ["group.jpg", "concerts.jpg", "dance.jpg"]
metric:
sizes: # [[w1, h1], ...], Omit to run at original scale
- [160, 120]
- [640, 480]
warmup: 3
repeat: 10
batchSize: 1
reduction: 'median'
backend: "default"
target: "cpu"
Model:
name: "YuNet"
modelPath: "models/face_detection_yunet/face_detection_yunet.onnx"
confThreshold: 0.6
nmsThreshold: 0.3
topK: 5000
keepTopK: 750