Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 671 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 671 Bytes

3DAnimatableAvatars

This repository contains code to convert a 2D image generated by a text-to-image diffusion model into a 3D mesh and to animate the mesh.

Overview

The process of converting a 2D image into a 3D mesh and animating it involves several steps:

  1. Image Generation: Using an LLM based diffusion model to generate a 2D image from a text prompt.
  2. Image to Mesh Conversion: Use a 2D image as input and convert it into a 3D mesh using Meta's Sapiens model.
  3. Mesh Animation: Animate the 3D mesh by fitting the SMPL-X parametric human body model to the mesh.

Pipeline Demo

Thumbnail