This repository includes the related code of GarVerseLOD.
GarVerseLOD: High-Fidelity 3D Garment Reconstruction from a Single In-the-Wild Image using a Dataset with Levels of Details
Zhongjin Luo, Haolin Liu, Chenghong Li, Wanghao Du, Zirong Jin, Wanhu Sun, Yinyu Nie, Weikai Chen, Xiaoguang Han
We propose a hierarchical framework to recover different levels of garment details by leveraging the garment shape and deformation priors from the GarVerseLOD dataset. Given a single clothed human image searched from Internet, our approach is capable of generating high-fidelity 3D standalone garment meshes that exhibit realistic deformation and are well-aligned with the input image.
git clone https://github.com/zhongjinluo/GarVerseLOD.git
cd GarVerseLOD/
conda env create -f environment.yaml
conda activate garverselod
This system has been tested with Python 3.8.19, PyTorch 1.13.1, PyTorch3D 0.7.1 and CUDA 11.7 on Ubuntu 20.04.
To run our system, please refer to demo/README.md for instructions.
Please refer to dataset/README.md for instructions.
@article{luo2024garverselod,
title={GarVerseLOD: High-Fidelity 3D Garment Reconstruction from a Single In-the-Wild Image using a Dataset with Levels of Details},
author={Luo, Zhongjin and Liu, Haolin and Li, Chenghong and Du, Wanghao and Jin, Zirong and Sun, Wanhu and Nie, Yinyu and Chen, Weikai and Han, Xiaoguang},
journal={ACM Transactions on Graphics (TOG)},
year={2024}
}
The code benefits from or utilizes the folowing projects. Many thanks to their contributions.