File size: 380 Bytes
57699b7 39d77a4 57699b7 50fc340 57699b7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
Benchmark:
name: "Hand Pose Estimation Benchmark"
type: "Recognition"
data:
path: "data/palm_detection_20230125"
files: ["palm1.jpg", "palm2.jpg", "palm3.jpg"]
sizes: # [[w1, h1], ...], Omit to run at original scale
- [224, 224]
metric:
warmup: 30
repeat: 10
backend: "default"
target: "cpu"
Model:
name: "MPHandPose"
confThreshold: 0.9
|