You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys, when i run with DyNeRF dataset and google immersive dataset. I notice that if i set the init_type as random, the model quickly goes to overfitting after 5000 iters. while if using sfm as init_type, the model could converge to a good psnr. Can anyone explain the reason behind this?
The text was updated successfully, but these errors were encountered:
Because sfm provides a better prior, for example, the Gaussian ball will be initialized on the surface of the object. If random is used, you need to wait for the Gaussian ball to slowly move or (clone / split).
Hi guys, when i run with DyNeRF dataset and google immersive dataset. I notice that if i set the init_type as random, the model quickly goes to overfitting after 5000 iters. while if using sfm as init_type, the model could converge to a good psnr. Can anyone explain the reason behind this?
The text was updated successfully, but these errors were encountered: