DevikalyanDas / npgs

[CVPR 2024] Neural Parametric Gaussians for Monocular Non-Rigid Object Reconstruction
19 stars 1 forks source link

Neural Parametric Gaussians for Monocular Non-Rigid Object Reconstruction (CVPR 2024)

Devikalyan Das, Christopher Wewer, Raza Yunus, Eddy Ilg, Jan Eric Lenssen

Saarland University, Saarland Informatics Campus, Germany and Max Planck Institute for Informatics, Saarland Informatics Campus, Germany

Project Page| arXiv Paper

The source code release is ongoing. Sorry for the delay. Please have patience!!!

Setup (with conda)

1. Install dependencies

Use the below command

conda env create -f environment_1.yml

2. Download model weights

You can check the test images used in the paper and also download model weights from this link

3. Download data

You can download D-NeRF data from the here and UB4D data from here

4. TODO.