File size: 402 Bytes
e5b568e 39d77a4 e5b568e 260eb6d e5b568e f4c5d90 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
Benchmark:
name: "Palm Detection Benchmark"
type: "Detection"
data:
path: "data/palm_detection_20230125"
files: ["palm1.jpg", "palm2.jpg", "palm3.jpg"]
sizes: # [[w1, h1], ...], Omit to run at original scale
- [192, 192]
metric:
warmup: 30
repeat: 10
backend: "default"
target: "cpu"
Model:
name: "MPPalmDet"
scoreThreshold: 0.5
nmsThreshold: 0.3
topK: 1
|