File size: 500 Bytes
57699b7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
Benchmark:
name: "Hand Pose Estimation Benchmark"
type: "Recognition"
data:
path: "benchmark/data/palm_detection"
files: ["palm1.jpg", "palm2.jpg", "palm3.jpg"]
sizes: # [[w1, h1], ...], Omit to run at original scale
- [256, 256]
metric:
warmup: 30
repeat: 10
reduction: "median"
backend: "default"
target: "cpu"
Model:
name: "MPHandPose"
modelPath: "models/handpose_estimation_mediapipe/handpose_estimation_mediapipe_2022may.onnx"
confThreshold: 0.9
|