Git Product home page Git Product logo

dynsurf's Introduction

Neural Surface Reconstruction of Dynamic Scenes with Monocular RGB-D Camera

Mirgahney Mohamed · Lourdes Agapito

3DV 2024

Logo

We propose DynamicSurf, a model-free neural implicit surface reconstruction method for high-fidelity 3D modelling of non-rigid surfaces from monocular RGB-D video.


Usage

Data Convention

The data is organized as NeuS

<case_name>
|-- cameras_sphere.npz    # camera parameters
|-- depth
    |-- # target depth for each view
    ...
|-- image
    |-- # target RGB each view
    ...
|-- mask
    |-- # target mask each view (For unmasked setting, set all pixels as 255)
    ...

Here cameras_sphere.npz follows the data format in IDR, where world_mat_xx denotes the world-to-image projection matrix, and scale_mat_xx denotes the normalization matrix.

Pre-processed Data

You can download a part of pre-processed KillingFusion data here and unzip it into ./.

Important Tips: If the pre-processed data is useful, please cite the related paper(s) and strictly abide by related open-source license(s).

Setup

Clone this repository and create the environment (please notice CUDA version)

git clone https://github.com/Mirgahney/dysurf.git
cd dysurf

The code is tested with Python 3.9 and PyTorch 1.11 with CUDA 11.3. DynamicSurf requires smooth_sampler, which is a drop-in replacement for PyTorch's grid sampler that support double back-propagation. Also the following packages are required:

conda env create -f dysurf.yml
conda activate dysurf
Dependencies (click to expand)
  • torch==1.11
  • pytorch3d
  • scikit-image
  • open3d
  • imageio
  • matplotlib
  • configargparse
  • tensorboard
  • opencv-contrib-python
  • opencv_python==4.5.2.52
  • trimesh==3.9.8
  • numpy==1.21.2
  • scipy==1.7.0
  • PyMCubes==0.1.2

Running

  • Training
python3 -W ignore exp_runner_grid_hydra.py 
  • Evaluating pre-trained model

    Coming Soon

Data Pre-processing

Coming Soon

Geometric Projection

Coming Soon

Todo List

  • Code of Data Pre-processing
  • Code of Geometric Projection
  • Pre-trained Models and Evaluation Code
  • Training Code

Acknowledgements

This project is built upon NDR, Go-Surf, and NeuS. Some code snippets are also borrowed from IDR and NeRF-pytorch. The pre-processing code for camera pose initialization is borrowed from Fast-Robust-ICP. The evaluation code for geometry rendering is borrowed from StereoPIFu_Code. Thanks for these great projects. We thank all the authors for their great work and repos.

Contact

If you have questions, please contact Mirgahney Mohamed.

Citation

If you find our code or paper useful, please cite

@misc{mohamed2023dynamicsurf,
      title={DynamicSurf: Dynamic Neural RGB-D Surface Reconstruction with an Optimizable Feature Grid},
      author={Mirgahney Mohamed and Lourdes Agapito},
      year={2023},
      eprint={2311.08159},
      archivePrefix={arXiv},
      primaryClass={cs.CV}
}

If you find our pre-processed data useful, please cite the related paper(s) and strictly abide by related open-source license(s).

dynsurf's People

Contributors

mirgahney avatar rainbowrui avatar ustc3dv avatar jingwenwang95 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

dynsurf's Issues

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.