kcheng1021 / GaussianPro

[ICML2024] Official code for GaussianPro: 3D Gaussian Splatting with Progressive Propagation
https://kcheng1021.github.io/gaussianpro.github.io/
MIT License
551 stars 36 forks source link

Question on modeling water #6

Closed Gatswei closed 3 months ago

Gatswei commented 3 months ago

Thank u for your excellent work! I train gaussianpro in the park scene. The output rendering is well aligned with the geometry. But I find that the water geometry doesn't look very good. Do you have any ideas to improve this aspect in the future? 00012 00012normal

kcheng1021 commented 3 months ago

Thank you for your attention. The water not only lacks texture, but also presents challenges such as reflections and specular effects. Its color varies under different viewpoints, requiring additional modeling. This could be a promising research direction in the future.

Gatswei commented 3 months ago

Thank you for your reply. I will try to investigate how to solve the problem of water surface modeling.