Recovering Fine Details for Neural Implicit Surface Reconstruction (WACV2023)
D-NeuS is built on NeuS. It improves the surface reconstruction quality with fine details recovered.
python exp_runner.py --mode train --case <e.g., scan24>
python exp_runner.py --mode validate_mesh --case <e.g., scan24> --is_continue
python exp_runner.py --mode interpolate_<img_idx_0>_<img_idx_1> --case <e.g., scan24> --is_continue
Download the pre-processed DTU data from this link, and put it under ./data folder.
The code is based on NeuS. Some code snippets and data pre-processing are borrowed from MVSDF. Thanks for these great works.