Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.19 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.19 KB

🧵 Differentiable Garment Pose

Garment Pose Estimation with Differentiable Rendering


🚀 Overview

Differentiable Garment Pose is an advanced framework for estimating garment poses by leveraging the power of differentiable rendering. This project combines computer vision, graphics, and machine learning to create a pipeline capable of understanding and predicting garment deformations in 3D.

In progress features:

  • use a config file to set up the model
  • currently only works for a single set of garment and pose. provide potential support for multiple garments and poses
  • fix the hyperparameter optimization script
  • repo cleanup and streamline generated output
  • build a docker container

Key Features

  • Differentiable Rendering: Smooth and continuous optimization of garment poses using rendering gradients.
  • Modular Design: Easily integrate and customize for various garment types and pose scenarios.
  • GPU accelerated

🛠️ Installation

Requirements:

  • Python >= 3.8
  • PyTorch >= 1.12
  • CUDA support (optional for GPU acceleration)
  • SMPL-X model (download from here)

Steps:

Coming soon!