gsplat icon indicating copy to clipboard operation
gsplat copied to clipboard

intrinsic parameters adjust problem

Open scott198510 opened this issue 11 months ago • 0 comments

In the Vanilla 3dgs code, when composing caminfo, fovx and fovy were used instead of the parameter cx and cy in the intrinsics matrix,, I'm a bit confused that it's not implemented on gsplat, as the original implementation did not use cx, cy, How can the camera coordinate system be converted to pixel during rendering? At the same time, when downscale the image, such as factor=2,4, it only adjusts the image size, while cx and cy are not processed. Why is this?

scott198510 avatar Feb 06 '25 12:02 scott198510