awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 dépôts

Awesome GitHub RepositoriesParametric Human Model Fitting

Optimizing parameters of pre-defined human body, hand, and face meshes to match visual data.

Distinct from Parametric Model Fitters: Distinct from general parametric model fitters (data-centric) or CAD parametric engines (design-centric).

Explore 5 awesome GitHub repositories matching artificial intelligence & ml · Parametric Human Model Fitting. Refine with filters or upvote what's useful.

Awesome Parametric Human Model Fitting GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • zju3dv/easymocapAvatar de zju3dv

    zju3dv/EasyMocap

    4,483Voir sur GitHub↗

    EasyMocap is a markerless 3D human motion capture system that recovers body, hand, and face poses from single or multi-view video without physical markers or suits. It uses parametric body models like SMPL, SMPL-X, and MANO, and leverages mirror reflections to resolve depth ambiguity in single-view pose estimation, improving accuracy by computing mirror surface normals from vanishing points. The system distinguishes itself through mirror-assisted depth disambiguation, enabling accurate 3D pose reconstruction from a single RGB image or video that includes a mirror reflection. It also supports

    Fits SMPL/SMPL-X/MANO parametric body models to 2D keypoints and silhouettes for 3D pose recovery.

    Pythonmotion-capture
    Voir sur GitHub↗4,483
  • fudan-generative-vision/champAvatar de fudan-generative-vision

    fudan-generative-vision/champ

    4,253Voir sur GitHub↗

    Champ est un système de vision génératif et un générateur image-à-vidéo contrôlable conçu pour l'animation d'images humaines. Il utilise un synthétiseur vidéo basé sur la diffusion et un guidage paramétrique 3D pour transformer une image de référence unique en une séquence cohérente de mouvement basée sur des données de pilotage externes. Le framework se distingue par un système de transfert de pose humaine qui emploie l'extraction paramétrique du corps 3D et l'alignement dans l'espace de coordonnées. Cela permet au modèle de mapper le mouvement d'une vidéo de pilotage vers une personne de référence en s'ajustant aux échelles corporelles et aux perspectives de caméra en utilisant des cartes de profondeur et de conditionnement sémantique. Le système couvre un large éventail de capacités incluant l'affinement des données de mouvement, le transfert de mouvement paramétrique et un pipeline d'entraînement de modèle de vision à deux étapes. Ces processus assurent la cohérence structurelle et la stabilité temporelle à travers les animations humaines générées.

    Fits 3D body models to reference images and driving videos to create structured motion data.

    Pythonhuman-animationimage-animatiolnvideo-generation
    Voir sur GitHub↗4,253
  • mkocabas/vibeAvatar de mkocabas

    mkocabas/VIBE

    3,157Voir sur GitHub↗

    VIBE is a 3D human pose estimation framework designed to reconstruct human body shapes and poses from video frames. It functions as a toolkit for predicting parameters of the SMPL human body model to generate 3D mesh sequences. The system includes a 3D motion data exporter to convert predicted pose sequences into standard 3D file formats for use in graphics and animation software. It also provides a structured training pipeline for preparing datasets and training models to estimate body shapes from images. Its capabilities cover computer vision for estimating body pose and shape, as well as

    Optimizes parameters of pre-defined human body meshes to align 3D reconstructions with 2D detections.

    Python3d-human-pose3d-pose-estimationcvpr
    Voir sur GitHub↗3,157
  • viser-project/viserAvatar de viser-project

    viser-project/viser

    2,633Voir sur GitHub↗

    Viser is a Python 3D visualization framework and remote scene server that renders 3D primitives, point clouds, and meshes in a web browser. It functions as a server-client system that synchronizes scene state and camera poses to a web client via WebSockets. The framework provides specialized capabilities for robotics and computer vision, including a URDF robot visualizer for loading robot models and joint states, as well as a GPU-accelerated Gaussian splatting viewer for high-fidelity volumetric rendering. It also supports the visualization of human body models and skinned meshes for pose ana

    Displays human body models using pose parameters and skinned mesh deformation for anatomy analysis.

    Pythonpythonvisualizationweb
    Voir sur GitHub↗2,633
  • facebookresearch/sam-3d-bodyAvatar de facebookresearch

    facebookresearch/sam-3d-body

    2,628Voir sur GitHub↗

    sam-3d-body is a machine learning framework for 3D human mesh recovery and pose estimation. It utilizes a 3D human mesh recovery model to reconstruct full-body meshes, including the body, hands, and feet, from a single image. The project implements a specialized extension of the Segment Anything Model to guide the extraction and refinement of human body shapes. This integration allows for prompt-guided mesh recovery, where 2D masks and keypoints constrain the inference of 3D pose and shape parameters. The system covers a range of computer vision capabilities, including 3D spatial alignment t

    Uses a statistical parametric model to decompose human body shape and pose into low-dimensional vectors.

    Python
    Voir sur GitHub↗2,628
  1. Home
  2. Artificial Intelligence & ML
  3. Parametric Human Model Fitting

Explorer les sous-tags

  • VisualizersTools for rendering parametric human body models and skinned meshes. **Distinct from Parametric Human Model Fitting:** Focuses on the visual representation of human models rather than the mathematical process of fitting them to data.