Coder Social home page Coder Social logo

zykev / gauhuman Goto Github PK

View Code? Open in Web Editor NEW

This project forked from skhu101/gauhuman

0.0 0.0 0.0 27.8 MB

Code for our CVPR'2024 paper "GauHuman: Articulated Gaussian Splatting from Monocular Human Videos"

License: Other

Shell 0.31% C++ 3.54% Python 81.04% C 0.19% Cuda 14.69% CMake 0.23%

gauhuman's Introduction

GauHuman: Articulated Gaussian Splatting from Monocular Human Videos

S-Lab, Nanyang Technological University
CVPR 2024

GauHuman learns articulated Gaussian Splatting from monocular videos with both fast training (1~2 minutes) and real-time rendering (up to 189 FPS).

๐Ÿ“– For more visual results, go checkout our project page

This repository will contain the official implementation of GauHuman: Articulated Gaussian Splatting from Monocular Human Videos.

๐Ÿ“ฃ Updates

[12/2023] Training and inference codes for ZJU-Mocap_refine and MonoCap are released.

๐Ÿ–ฅ๏ธ Requirements

NVIDIA GPUs are required for this project. We recommend using anaconda to manage the python environments.

    conda create --name gauhuman python=3.8
    conda activate gauhuman
    conda install pytorch==2.0.0 torchvision==0.15.0 torchaudio==2.0.0 pytorch-cuda=11.8 -c pytorch -c nvidia
    pip install submodules/diff-gaussian-rasterization
    pip install submodules/simple-knn
    pip install --upgrade https://github.com/unlimblue/KNN_CUDA/releases/download/0.2/KNN_CUDA-0.2-py3-none-any.whl
    pip install -r requirement.txt

Tips: We implement the alpha mask loss version based on the official diff-gaussian-rasterization.

Set up Dataset

Please follow instructions of Instant-NVR to download ZJU-Mocap-Refine and MonoCap dataset.

Download SMPL Models

Register and download SMPL models here. Put the downloaded models in the folder smpl_models. Only the neutral one is needed. The folder structure should look like

./
โ”œโ”€โ”€ ...
โ””โ”€โ”€ assets/
    โ”œโ”€โ”€ SMPL_NEUTRAL.pkl

๐Ÿš‹ Training

Training command on ZJU_MoCap_refine dataset

bash run_zju_mocap_refine.sh

Training command on MonoCap dataset

bash run_monocap.sh

๐Ÿƒโ€โ™€๏ธ Evaluation

Evaluation command on ZJU_MoCap_refine dataset

bash eval_zju_mocap_refine.sh

Evaluation command on MonoCap dataset

bash eval_monocap.sh

๐ŸคŸ Citation

If you find the codes of this work or the associated ReSynth dataset helpful to your research, please consider citing:

@article{hu2023gauhuman,
  title={GauHuman: Articulated Gaussian Splatting from Monocular Human Videos},
  author={Hu, Shoukang and Liu, Ziwei},
  journal={arXiv preprint arXiv:},
  year={2023}
}

๐Ÿ—ž๏ธ License

Distributed under the S-Lab License. See LICENSE for more information.

๐Ÿ™Œ Acknowledgements

This project is built on source codes shared by Gaussian-Splatting, HumanNeRF and Animatable NeRF.

gauhuman's People

Contributors

skhu101 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.