mediapipe-pose-detection

Debug MediaPipe pose detection by adjusting confidence thresholds and validating landmarks.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/Thedougler/agent-template --skill mediapipe-pose-detection
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mediapipe-pose-detection
Source: https://github.com/Thedougler/agent-template/tree/main/.github/skills/mediapipe-pose-detection
Command: npx skills add https://github.com/Thedougler/agent-template --skill mediapipe-pose-detection

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides expertise in MediaPipe pose detection, helping users debug landmark tracking, adjust confidence thresholds, and resolve issues related to pose analysis in videos.

Core Features & Use Cases

  • Landmark Analysis: Detailed information on key body landmarks for jump analysis.
  • Confidence Tuning: Guidance on adjusting detection and tracking confidence thresholds for optimal results.
  • Issue Resolution: Solutions for common problems like landmark jitter, left/right confusion, and tracking loss.
  • Video Processing: Insights into handling video rotation and frame dimensions.
  • Use Case: Debugging why knee landmarks are not accurately tracked during a jump analysis video.

Quick Start

Use the mediapipe-pose-detection skill to analyze the provided video file for pose estimation issues.

Frequently Asked Questions about mediapipe-pose-detection

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Why does MediaPipe pose detection lose tracking on my subject during video analysis?

MediaPipe pose detection loses tracking when detection or tracking confidence thresholds are set too high for your video quality. Lowering these thresholds allows the model to maintain landmark tracking even when visual certainty drops during rapid movements.

How do I fix landmark jitter in MediaPipe pose detection?

To fix landmark jitter in MediaPipe pose detection, you need to adjust the detection and tracking confidence thresholds. Tuning these parameters smooths the landmark tracking output and resolves fluctuating pose coordinates across video frames.

How do I resolve left/right confusion with body landmarks in pose estimation?

Left/right confusion in pose estimation occurs when the video input is rotated or frame dimensions are mismatched. Correcting video rotation properties and verifying frame dimensions before processing resolves mirrored or swapped body landmark coordinates.

How do I validate pose detection accuracy for jump analysis?

To validate pose detection accuracy for jump analysis, compare the tracked knee landmarks against manual observation of the video frames. This validates that the estimated pose coordinates correctly align with the subject's actual physical movements.

What causes low confidence scores in MediaPipe landmark tracking?

Low confidence scores in MediaPipe landmark tracking are caused by poor lighting, occlusion, or fast movements that obscure body landmarks. Adjusting the detection and tracking confidence thresholds helps the model retain pose estimates under these suboptimal visual conditions.

How do I optimize MediaPipe pose detection performance for video processing?

Optimize MediaPipe pose detection performance by adjusting confidence thresholds and ensuring proper video rotation and frame dimension handling. These adjustments reduce processing overhead and improve landmark tracking stability across the video analysis pipeline.