autonomousvision / monosdf

[NeurIPS'22] MonoSDF: Exploring Monocular Geometric Cues for Neural Implicit Surface Reconstruction
MIT License
572 stars 53 forks source link

DTU's coordinate system convention #73

Open raynehe opened 1 year ago

raynehe commented 1 year ago

Hi, thanks for the wonferful work!

I'm using a NeRF synthetic dataset, which follows OpenGL coordinate system convention (x-axis to the right, y-axis upward, and z-axis backward along the camera’s focal axis). When I apply the dataset to VolSDF directly, the computed ray_dir is incorrect.

I think the problem is in the rotation matrix, DTU/BlendedMVs might follow a different convention. But I couldn't find anything about the coordinate system convention of DTU dataset, I'm wondering could you give me a hint?

Thank you very much!

niujinshuchong commented 1 year ago

The coordinate system is: x right , y downward and z forward.