19reborn / NeuS2_TCNN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NeuS2_TCNN

This repository implements the double backwards for the Relu-based MLP in the TCNN framework as described in

NeuS2: Fast Learning of Neural Implicit Surfaces for Multi-view Reconstruction
Wang, Yiming and Han, Qin and Habermann, Marc and Daniilidis, Kostas and Theobalt, Christian and Liu, Lingjie

Please also refer to the following repository

NeuS2

Installation and usage

Please refer to Tiny CUDA Neural Networks.

Acknowledgement

We would like to thank Tiny CUDA Neural Networks authors for releasing their implementations.

Citation

@inproceedings{neus2,
    title={NeuS2: Fast Learning of Neural Implicit Surfaces for Multi-view Reconstruction}, 
    author={Wang, Yiming and Han, Qin and Habermann, Marc and Daniilidis, Kostas and Theobalt, Christian and Liu, Lingjie},
    year={2023},
    booktitle={Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)}
}

About

License:Other


Languages

Language:C++ 75.6%Language:Cuda 20.2%Language:Python 2.4%Language:CMake 1.5%Language:C 0.3%