Coder Social home page Coder Social logo

hq0709 / depth-neus Goto Github PK

View Code? Open in Web Editor NEW
88.0 3.0 0.0 614 KB

Official code release for paper "Depth-NeuS: Neural Implicit Surfaces Learning for Multi-view Reconstruction Based on Depth Information Optimization"

Python 100.00%
3d-reconstruction

depth-neus's Introduction

Depth-NeuS

Contact author: click here

compare

Data preparation

The data (from scannet) is organized as follows:

<scene_name>
|-- cameras_sphere.npz   # camera parameters
|-- image
    |-- 0000.png        # target image for each view
    |-- 0001.png
    ...
|-- depth
    |-- 0000.png        # target depth for each view
    |-- 0001.png
    ...
|-- pose
    |-- 0000.txt        # camera pose for each view
    |-- 0001.txt
    ...
|-- pred_normal
    |-- 0000.npz        # predicted normal for each view
    |-- 0001.npz
    ...
|-- xxx.ply		# GT mesh or point cloud from MVS
|-- trans_n2w.txt       # transformation matrix from normalized coordinates to world coordinates

Setup

pip install -r requirements.txt

Training

python ./exp_runner.py --mode train --conf ./confs/depth-neus.conf --gpu 0 --scene_name your_scene_name

Mesh Extraction

python exp_runner.py --mode validate_mesh --conf ./confs/depth-neus.conf --is_continue

Model Evaluation

python ./exp_evaluation.py --mode eval_3D_mesh_metrics

Citation

If you use the code, please cite the following paper:

@article{jiang2023depthneus,
      title={Depth-NeuS: Neural Implicit Surfaces Learning for Multi-view Reconstruction Based on Depth Information Optimization}, 
      author={Hanqi Jiang and Cheng Zeng and Runnan Chen and Shuai Liang and Yinhe Han and Yichao Gao and Conglin Wang},
      year={2023},
      eprint={2303.17088},
      archivePrefix={arXiv},
      primaryClass={cs.CV}
}

depth-neus's People

Contributors

hq0709 avatar

Stargazers

 avatar Alexander.Kang avatar  avatar  avatar Liu Lijuan avatar  avatar Fu Lian avatar  avatar Marcos Trinca avatar ForFun avatar Xinyu WU avatar  avatar  avatar  avatar 小染KK avatar Yanxu Li avatar YiChenCityU avatar  avatar  avatar  avatar ryan avatar Toru Ito avatar Chaoyue Song avatar Iyanuoluwa Ajao avatar Sandalots avatar Chen Run Nan avatar  avatar 爱可可-爱生活 avatar  avatar  avatar  avatar  avatar Jinyue Wei avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar Sikong Qian avatar  avatar  avatar  avatar 若鱼不是鱼 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar Liu Siqi avatar  avatar  avatar  avatar  avatar  avatar 王淑宁 avatar  avatar  avatar Deng Zheyi avatar BJTU_cwl avatar  avatar Pengyuan Shen avatar chestnut avatar  avatar  avatar  avatar gyp avatar  avatar  avatar  avatar 蒋文睿 avatar  avatar  avatar Skyly avatar

Watchers

 avatar  avatar Andy Liao avatar

depth-neus's Issues

How to train custom dataset?

Thanks for your great work!
I want to train my custom dataset, but how to make custom data and how to train custom datasets?
I cannot find trans_n2w.txt and pred_normal.txt in the scannet.
Thank you very much!

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.