VITA-Group / FSGS

[ECCV 2024]"FSGS: Real-Time Few-Shot View Synthesis using Gaussian Splatting", Zehao Zhu*, Zhiwen Fan*, Yifan Jiang, Zhangyang Wang
Other
408 stars 33 forks source link

Sparse or Dense Point Clouds as Input #13

Closed fanyang3 closed 11 months ago

fanyang3 commented 11 months ago

Nice work!But I have a question about this work. I noticed that you used COLMAP to do both sparse and dense reconstruction. May I ask if you are using sparse or dense point clouds as input for 3D Gaussian Splatting? Looking forward to your reply! 微信图片_20231213152334

zehaozhu commented 11 months ago

Hi, we use dense point clouds as inputs

leo-frank commented 10 months ago

How to use sparse point clouds as inputs?

leo-frank commented 10 months ago

BTW, is it reasonable to use dense point clouds under sparse setting ?

I think that the final rendering quality has relation with initial points, so it may be not reasonable.

zehaozhu commented 10 months ago

Hi @leo-frank

Thanks for your interest in our work.

The initial number of point cloud does affect rendering quality.

The sparse setting focus on NVS from sparse input views and the dense point cloud only comes from sparse input views. So I think it's reasonalbe to use dense points as long as long as it does not introduce any additional information beyond what is already provided by the sparse views.