clearliu777
clearliu777
hi, are you solved the training problems
请问这个全局的label是怎么转变的
Thank you for your quick response! I do not anything code, I just apply it to myself dataset. Also, when I debug this error, I found that the dim of...
In the initial phase, torch.cat((features_dc, features_rest), dim=1) == [node, 0, 3].cat([node, 1, 3]) dim=1 However, after "self.iterations_node_sampling = 7500", it will become [1, node, 0, 3].cat(1, [node, 1, 3]), dim=1
I reproduce this error, and print features_dc and features_rest, as shown below. "Initialization with all pcl. Need to reset the optimizer. [01/04 21:58:38] Initialize Learnable Gaussians for Nodes with Point...
Thanks for you reply! I will try it again, and report this problem latter.
In addition, when I add "--gt_alpha_mask_as_dynamic_mask --gs_with_motion_mask", I receive a good psnr and ssim, but the rendering visualization results are very poor.