facebookresearch / banmo

BANMo Building Animatable 3D Neural Models from Many Casual Videos
Other
539 stars 58 forks source link

near_far, obj_scale, bound #34

Open Lxiangyue opened 2 years ago

Lxiangyue commented 2 years ago

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?

gengshan-y commented 2 years ago

Hi, thanks for the questions.

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.