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
Hello Ruyi, when I train on my own dataset, the number of points increased to 3.6e+05, making the training process very slow.
Which parameters in adaptive control can typically be adjusted to reduce the number of points?
The text was updated successfully, but these errors were encountered:
You can adjust --densify_grad_threshold. Increasing it reduces the number of split Gaussians. To disable adaptive control entirely, set --densify_until_iter 0.
Hello Ruyi, when I train on my own dataset, the number of points increased to 3.6e+05, making the training process very slow.
Which parameters in adaptive control can typically be adjusted to reduce the number of points?
The text was updated successfully, but these errors were encountered: