You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm recently using gsplat to train 8K resolution images. My gaussian model can fit well on 2K resolution. But when I'm training on 4K or even higher resolution 8K, the loss will drop very slowly and the metrics are way too worse than training in 2K resolution. And the rendering quality is also much worse. To solve this problem, I tried the following measures:
Use multi-scale training: Use the raw image and its downsampled ones as training views: (1, 2, 4, 8) as the downsample ratio.
Use smaller densify grad threshold but triggers severe floaters problems.
Warm up, training from 4X smaller resolution from the beginning, and then train on the high resolution images.
Both the above measures has no significant improvements on this problem. Do you have any advices on this problem?
The text was updated successfully, but these errors were encountered:
Hi, I'm recently using gsplat to train 8K resolution images. My gaussian model can fit well on 2K resolution. But when I'm training on 4K or even higher resolution 8K, the loss will drop very slowly and the metrics are way too worse than training in 2K resolution. And the rendering quality is also much worse. To solve this problem, I tried the following measures:
Both the above measures has no significant improvements on this problem. Do you have any advices on this problem?
The text was updated successfully, but these errors were encountered: