turandai / gaussian_surfels

Implementation of the SIGGRAPH 2024 conference paper "High-quality Surface Reconstruction using Gaussian Surfels".
485 stars 23 forks source link

camera center #40

Open li1u opened 1 month ago

li1u commented 1 month ago

Hello, I am amazed by the effect of your article. I hope you can help me solve a doubt. There are some data sets, such as renderme360, whose camera center is not half of the length and width of the image. How does 'prcppoint' solve this problem? I want to solve this problem by rewriting the projection matrix (the results of your paper are already very good, I rewrote it based on another article, and that article did not take into account the center offset) image But the result is not ideal image How do you use prcppoint? Or how do you rewrite diff-plane-rasterization?

turandai commented 1 month ago

Hi, I dealt with it here. I remember I refered to DNA-Rendering code, and it seems working.