wei-mao-2019 / SDFFlow

official implementation for our paper SDFFlow
MIT License
21 stars 0 forks source link

Neural SDF Flow for 3D Reconstruction of Dynamic Scenes

Loading Overview

This is the code for the paper

Wei Mao, Richard Hartley, Mathieu Salzmann, Miaomiao Liu. Neural SDF Flow for 3D Reconstruction of Dynamic Scenes. In ICLR 24.

[paper] [talk]

Dependencies

Datasets

CMU Panoptic dataset

For the original dataset please visit their website http://domedb.perception.cs.cmu.edu/.

Here we provide processed clips from five videos of the dataset: band1, cell1, hanggling_b2, ian3 and pizza1. Download the data.zip and unzip it to the root folder of the project.

Training and Evaluation

Citing

If you find our code usefull, please also consider to cite our work

@inproceedings{mao2024neural,
  title={Neural SDF Flow for 3D Reconstruction of Dynamic Scenes},
  author={Mao, Wei and Hartley, Richard and Salzmann, Mathieu and Liu, Miaomiao},
  journal={ICLR},
  year={2024}
}

Acknowledgments

The overall code framework (dataloading, training, testing etc.) is adapted from VolSDF.

The auto computation of gradient in forward call is adapted from DNS

Licence

MIT