houchenfeng
houchenfeng
Could you explain how you deal with distractor points included in the initial Gaussian point cloud? I'm trying to reproduce your code. When processing real-world captured scenes, I found that...
I trained using a custon dataset (adding distractors to the DTU data) with the default parameters of OnTheGo, but I encountered an Out of Memory (OOM) error even when downsampling...
During training with custom data and default onthego parameters, split_mask.sum().item() gradually decreases to zero. This triggers a size mismatch error in split_gaussians_dyn when no splittable Gaussians remain. How should we...