opencv_zoo / benchmark /config /handpose_estimation_mediapipe.yaml
Wanli
Update handpose estimation model from MediaPipe (2023feb) (#133)
50fc340
raw
history blame
404 Bytes
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
reduction: "median"
backend: "default"
target: "cpu"
Model:
name: "MPHandPose"
confThreshold: 0.9