bennyguo / instant-nsr-pl

Neural Surface reconstruction based on Instant-NGP. Efficient and customizable boilerplate for your research projects. Train NeuS in 10min!
MIT License
857 stars 84 forks source link

mesh resolution #116

Closed huang997733 closed 1 year ago

huang997733 commented 1 year ago

Hi there,

Thanks for your work. I have an issue with the resolution in the config.model.geometry.isosurface. The default value in the neus-blender.yaml is 512, my understanding is that a meshgrid (512x512x512) is created. I try to change the resolution to 128 to get a meshgrid (128x128x128), however the result shows that the object seems to be bounded by a box. Is 128 not enough in this case? I thought changing the resolution will only affect the number of vertices. Is there any way to get a meshgrid with resolution 128 while preserving the reconstruction quality?

Thanks

image