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
830 stars 56 forks source link

Question about the content of the .torch file #61

Closed SuzyZhao0417 closed 5 months ago

SuzyZhao0417 commented 5 months ago

Thans for your work!I check the content in .torch file, and the attributes in 'cameras' has 18 parameters,what does each parameter represent (as the first two items should represent the dimensions of the image)?

dcharatan commented 5 months ago

You can see how they're used here: https://github.com/dcharatan/pixelsplat/blob/1947b629da93b7327cb6d7a4901e77500a566231/src/dataset/dataset_re10k.py#L175-L198