autonomousvision / sdfstudio

A Unified Framework for Surface Reconstruction
Apache License 2.0
1.96k stars 183 forks source link

Implementation of NeuS2 method #263

Open wujinhu1999 opened 9 months ago

wujinhu1999 commented 9 months ago

Hello authors, thank you for your great work! I would like to ask whether the Multi-res Feature Grids and Hash Grids in Representations in sdfstudio-methods.md are the same? Or do you just use the hash encoding in instant-ngp to replace part of the MLP? Is it normal that the training speed does not improve when I use this ‘--pipeline.model.sdf-field.use-grid-feature True’? I would also like to ask if you have implemented the method in NeuS2 about applying multi-resolution hash encodings to SDF-based volume rendering?Looking forward to your reply!