Open Lxiangyue opened 2 years ago
Hi, thanks for the questions.
bound_factor
* initial unit sphere. We found bound_factor=2 to be a good value and fixed it through experiments.The reason near_far
are nn.parameters is to facilitate model loading (there may be a better design). Indeed, near_far
are not optimized through gradients, but only updated using rest shape and cameras here.
Hi, thanks again for your awesome work!
Could you please tell me the means and relationships of parameter 'near_far', 'obj_bound', 'obj_scale', 'bound', and 'bound_factor'? I am so confused about these parameters.
Also, I can understand you set the object center localized at z=0.3 in the world space, and design the 'warmp_shape' to initialize the object as a small sphere by training the SDF. But why set the near_far (initialized by 0-0.6) as a learning parameter (reset_nf) instead of a fixed hyperparameter?