Benchmark: | |
name: "Face Detection Benchmark" | |
type: "Detection" | |
data: | |
path: "data/face_detection" | |
files: ["group.jpg", "concerts.jpg", "dance.jpg"] | |
sizes: # [[w1, h1], ...], Omit to run at original scale | |
- [160, 120] | |
metric: | |
warmup: 30 | |
repeat: 10 | |
backend: "default" | |
target: "cpu" | |
Model: | |
name: "YuNet" | |
confThreshold: 0.6 | |
nmsThreshold: 0.3 | |
topK: 5000 | |