multimodalart's picture
multimodalart HF Staff
Upload folder using huggingface_hub
6d68e35 verified
|
Raw
History Blame Contribute Delete
1.27 kB

A newer version of the Gradio SDK is available: 6.26.0

Upgrade
metadata
title: Hand Visibility Detector
emoji: 🤚
colorFrom: pink
colorTo: gray
sdk: gradio
sdk_version: 6.15.1
app_file: app.py
short_description: Per-keypoint hand visibility estimation
python_version: '3.10'
startup_duration_timeout: 30m
models:
  - ryhara/hand-visibility-detector

🤚 Hand Visibility Detector

Per-keypoint visibility estimation for hands. Detect hands, estimate 3D pose (WiLoR-mini), and predict per-keypoint visibility.

Green keypoints = visible, Red keypoints = occluded.

How it works

  1. Hand detection: A YOLO model detects hand bounding boxes.
  2. 3D pose estimation: WiLoR-mini estimates 3D hand pose (MANO model).
  3. Visibility estimation: A lightweight head on top of the WiLoR ViT backbone predicts per-keypoint visibility (21 keypoints).

Model

Reference