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

Is it possible to share the config.yml for models? #8

Closed SevenLJY closed 2 years ago

SevenLJY commented 2 years ago

Hi,

I'm wondering if the showing case for the chair is using the same configuration as the neus-blender.yml you provided in the repo, and if it is possible to share the training params for several scenes as a guidance of hyper-params fine-tuning. Thanks in advance!

Currently, the chair model I trained using the provided .yml cannot reproduce the mesh as good as the one in your show case. Here is my test result (256 resolution mesh).

Screen Shot 2022-11-06 at 9 53 16 AM
bennyguo commented 2 years ago

All the results are produced using the given config file. This is probably due to the randomness during training and maybe you should try different seeds to see if results differ :)

SevenLJY commented 2 years ago

It indeed produces a slightly different mesh by changing the seed, but it still easily gets holes, especially on the flat surface.