Closed zeshunzong closed 3 months ago
Thank you for your interest. We need this operation as well, so we'll check it and get back to you within a day. 😀
Hello!
You can downsample training images with -r
or --resolution
option (same as 3DGS).
For example, if you add -r 2
argument to the command line, the training resolution will be 507 x 676 for the n3v dataset. (default is -r 1
)
by the way thanks for also fixing the loss_list index out of bound issue!
there is an annoying print in train.py line 151, it would be perfect if that is removed!
Thanks for the nice work!
A quick question on downsampling. If I want to make the training faster by downsampling the training data, what is the most convenient way to achieve that?