DL3DV-10K / Dataset

News: the 10k dataset is ready for download.
https://dl3dv-10k.github.io/DL3DV-10K/
Other
284 stars 4 forks source link

How can I transform the poses (nerfstudio format) to opencv convention from OpenGL convention? #21

Open thucz opened 3 months ago

thucz commented 3 months ago

I try to flip the y and z axes direction of the camera-to-world matrix but it seems that it is not enough. when I train generalizable Gaussian Splatting on DL3DV. The RGB loss suddenly increased a lot and failed.

c2w[..., :, 1:3] *= -1
ShengCN commented 1 week ago

It seems to be code dependent. Have you figured out what happened in your code?