dcharatan / pixelsplat

[CVPR 2024 Oral, Best Paper Runner-Up] Code for "pixelSplat: 3D Gaussian Splats from Image Pairs for Scalable Generalizable 3D Reconstruction" by David Charatan, Sizhe Lester Li, Andrea Tagliasacchi, and Vincent Sitzmann
http://davidcharatan.com/pixelsplat/
MIT License
864 stars 60 forks source link

Questions about adjusting camera intrinsics in data augmentation #60

Closed zxp46 closed 7 months ago

zxp46 commented 7 months ago

Thanks for the implementation of your awesome work.

I have a question about why the camera intrinsics of center crop is designed in this way. In your code, I think you only adjusted the focal length according to the size change by cropping, but why not consider the change in principal points and the scaling factor by rescale?

dcharatan commented 7 months ago

See #58. Also note that the Gaussian Splatting rasterizer only supports principal points at image centers.