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

how do you process data? #19

Open Ericgone opened 3 months ago

Ericgone commented 3 months ago

Hi,

Thank you for your great work. When I tried your pipeline on my own scene, I encountered with problem which is that how did you process the video or images? I saw you provided some processed data obtained from Youtube and guess that the original data is video fiels. After downloading the precessed data, there are 'images', 'mask', and 'sparse' folders? how did you get that?

thank you for considering this. Looking forward to your response.

kcheng1021 commented 3 months ago

Hi. Thanks for your attention. You only need to split the video into frames and then use the processing steps of COLMAP suggested in 3DGS. The mask folder is not necessary.