Skip to content
View humansplat's full-sized avatar

Block or report humansplat

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
humansplat/README.md

πŸ”₯ HumanSplat: Generalizable Single-Image Human Gaussian Splatting with Structure Priors

Arxiv Project Page Code License: MIT

HumanSplat predicts 3D Gaussian Splatting properties from a single input image in a generalizable manner.

πŸ“Š Dataset

Download human datasets (Thuman2.0, 2K2K and Twindom) and organize them as follows:

${ROOT} 
β”œβ”€β”€πŸ“‚data/
    β”œβ”€β”€πŸ“‚Thuman2/
       β”œβ”€β”€ πŸ“‚0000/
       β”œβ”€β”€ πŸ“‚...
       β”œβ”€β”€ πŸ“‚0525/
    β”œβ”€β”€πŸ“‚2K2K/
       β”œβ”€β”€ πŸ“‚00003/
       β”œβ”€β”€ πŸ“‚...
       β”œβ”€β”€ πŸ“‚04739/
    β”œβ”€β”€πŸ“‚Twindom/

πŸ”§ Installation

(1) Register an account and run bash settings/fetch_hps.sh

Register an username & password for pixie and SMPLX is required.

bash settings/fetch_hps.sh

(2)Additionally install dependencies and setup the environment:

bash settings/setup.sh

HPS (Human Pose and Shape) Estimation

πŸš€ HPS Usage
# init revebg, load pretrained models, and predict HPS
python3 src/predit_hps.py

πŸš€ Usage

The code has been recently tidied up for release and could perhaps contain bugs. Please feel free to open an issue.

πŸ“š Citation

If you find our work useful for your research, please consider citing and starring the repo ⭐. Thank you very much.

@article{pan2024humansplat,
  title={HumanSplat: Generalizable Single-Image Human Gaussian Splatting with Structure Priors},
  author={Pan, Panwang and Su, Zhuo and Lin, Chenguo and Fan, Zhen and Zhang, Yongjie and Li, Zeming and Shen, Tingting and Mu, Yadong and Liu, Yebin},
  journal={arXiv preprint arXiv:2406.12459},
  year={2024}
}

Popular repositories Loading

  1. humansplat humansplat Public

    [NeurIPS'24] Official implementation of "HumanSplat: Generalizable Single-Image Human Gaussian Splatting with Structure Priors"

    Python 91 2

  2. humansplat.github.io humansplat.github.io Public

    JavaScript