You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear author
Sorry I have a name problem
It seemed that the normal conception of the camera extrinsics is w2c matrix.
However you made extrinsics=c2w, can you tell me the reason?
Sorry again for my poor knowledge.
Hi, @haowang020110, there is no specific reason for using c2w or w2c. The main reason might be the encoder involves some operations that are easier to start from camera space, e.g., the wrapping operation (#80), and the encoder predicts 3D Gaussians in camera space, which is then transformed into world space. Hence, it seems more convenient to use c2w in this project.
Dear author
Sorry I have a name problem
It seemed that the normal conception of the camera extrinsics is w2c matrix.
However you made extrinsics=c2w, can you tell me the reason?
Sorry again for my poor knowledge.
mvsplat/src/dataset/dataset_re10k.py
Lines 224 to 226 in ef976a1
The text was updated successfully, but these errors were encountered: