zju3dv / PGSR

code for "PGSR: Planar-based Gaussian Splatting for Efficient and High-Fidelity Surface Reconstruction"
https://zju3dv.github.io/pgsr/
Other
467 stars 26 forks source link

about multi-view consistency #2

Closed cv-lab-x closed 2 months ago

cv-lab-x commented 3 months ago

hi, thanks for your work, did you test multi-view photometric consistency on rgb color or decoupled rgb color? and how many neighboring frames did you test ? Looking forward to your reply, thanks. @danpeng2

danpeng2 commented 3 months ago

Photometric loss has not been tested on RGB; however, based on previous experience, RGB does not provide any gain. We use only one neighboring frame per iteration. For detailed usage, please refer to our code.