Totoro97 / NeuS

Code release for NeuS
MIT License
1.6k stars 211 forks source link

Train NeuS in 10min using Instant-NGP acceleration techniques #78

Open bennyguo opened 2 years ago

bennyguo commented 2 years ago

Thank the authors for the great work!

I've been implementing NeuS using acceleration techniques proposed in Instant-NGP (multiresolution hash encoding, fully fused networks, occupancy grid pruning), and have managed to train NeuS in 10min on a NeRF-Synthetic scene. The code is released at https://github.com/bennyguo/instant-nsr-pl. Welcome to try the code and feel free to contribute!

NeRF in 5min NeuS in 10 min
Rendering rendering-nerf rendering-neus
Mesh mesh-nerf mesh-neus
Totoro97 commented 2 years ago

Hi sorry for the late reply. Looks great! Thanks so much for your efforts😆