ventusff / neurecon

Multi-view 3D reconstruction using neural rendering. Unofficial implementation of UNISURF, VolSDF, NeuS and more.
MIT License
852 stars 81 forks source link

What is the meaning of speed_factor in VolSDF? #10

Open ootts opened 2 years ago

ootts commented 2 years ago

And which part does it correspond to in the paper? Thanks a lot!

ventusff commented 1 year ago

Hi @ootts , Apologies for the delayed response. This is simply a hyperparameter that amplifies the gradients of the learnable parameter. The paper merely asserts that this parameter is learnable, implying it can be formulated through any type of learnable function mapping. We just need to find a suitable one.