aipixel / GPS-Gaussian

[CVPR 2024 Highlight] The official repo for “GPS-Gaussian: Generalizable Pixel-wise 3D Gaussian Splatting for Real-time Human Novel View Synthesis”

Home Page:https://shunyuanzheng.github.io/GPS-Gaussian

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Confusion About Pixel Coordinates

kkaytekin opened this issue · comments

I am a little confused about whether pixel coordinates represent the pixel centers or the pixel corners.

  • If the pixel coordinates represent pixel corners, rescaling image is simply multiplying the first two rows of the intrinsic matrix, as done in human_loader.py
  • But looking at the implementation of depth2pts here shows that pixel coordinates represent the pixel centers. In this case, the pixel coordinates need to be transformed another way, as shown in this Stackoverflow Post

I'd appreciate it if you could explain which is the case here.

Best,