sai88uk/openpose-skeleton-detector-v2 🖞ïļâœ“❓ → 🖞ïļ

â–ķïļ 150 runs 📅 Sep 2025 ⚙ïļ Cog 0.16.1 🔗 GitHub ⚖ïļ License
image-to-image pose-estimation

About

Generate pose skeleton detection with face and hand keypoints from any photo using ControlNet OpenPose. Returns a colorful skeleton visualization on black background with body keypoints (25 points), face keypoints (70 points), and hand keypoints (21 point

Example Output

Output

Example output

Performance Metrics

16.92s Prediction Time
111.57s Total Time
All Input Parameters
{
  "image": "https://replicate.delivery/pbxt/NnVaVsie63OWLqoMGsXAoo9SeZYph4Ocg5RLthYrdh3rcbSp/tmpbhzufqqa.png",
  "include_face": true,
  "include_hands": true,
  "output_format": "png"
}
Input Parameters
image (required) Type: string
Input image for pose detection
include_face Type: booleanDefault: true
Include facial keypoints (70 points)
include_hands Type: booleanDefault: true
Include hand keypoints (21 points per hand)
output_format Default: png
Output format
Output Schema

Output

Type: string â€Ē Format: uri

Example Execution Logs
ðŸĶī Starting pose detection...
😊 Include face: True
👋 Include hands: True
📁 Output format: png
📷 Input image size: (1392, 752)
🔄 Generating pose skeleton...
✅ Pose skeleton generated successfully
ðŸĶī Output image size: (960, 512)
ðŸ’ū Skeleton saved to: /tmp/pose_skeleton.png
Version Details
Version ID
ef93ef54014446b14cb4176af267e043af61a4b0da55f19e092a4c94286e0367
Version Created
September 29, 2025
Run on Replicate →