houchenfeng

Results 15 comments of houchenfeng

I have encountered the same problem. I use 2DGS along with its corresponding densification method, and train it using the `image-fitting.py` script. This issue is quite confusing. Are there any...

> It seems that your splat file has grown to a very large size, 21 million Gaussians. This is the main problem here. Consumer grade GPU's like 4090 can expect...

> It seems that your splat file has grown to a very large size, 21 million Gaussians. This is the main problem here. Consumer grade GPU's like 4090 can expect...

> [@houchenfeng](https://github.com/houchenfeng) can you try training with just the `splatfacto` method with your custom DTU data and see if the problem occurs with the baseline? I just tried it, and...

I set split_screen_size: float = 0.04 (default=0.05) in class DeSplatModelConfig to avoid this error. However, the memory usage unexpectedly exceeded 80GB. This is perplexing because I'm using a modified DTU...