desplat
desplat copied to clipboard
DeSplat: Decomposed Gaussian Splatting for Distractor-Free Rendering
How can I render dynamics?
Hi @asolin 🤗 I'm Niels and work as part of the open-source team at Hugging Face. I discovered your work on Arxiv and was wondering whether you would like to...
are you considering releasing a standalone version that does not rely on Nerfstudio in the future?
Hello, Author! Are you considering releasing a standalone version that does not rely on Nerfstudio in the future? For example, could it be implemented primarily based on the gsplat library...
Hello, I'd like to know how to process my own dataset, consisting of only images. If I follow the format used in the "on the go" dataset, can I directly...
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...
"When training on the Phototourism dataset with the --pipeline.model.use_adc True option, an error like below occurs during the training process. How can I resolve this?" File "/mnt/ssd1/taeyoung/nerfstudio/nerfstudio/models/base_model.py", line 143, in...