autonomousvision / unisurf

[ICCV'21] UNISURF: Unifying Neural Implicit Surfaces and Radiance Fields for Multi-View Reconstruction
MIT License
416 stars 34 forks source link

Coordinate axis convetions #20

Open robonrrd opened 1 year ago

robonrrd commented 1 year ago

What are the coordinate conventions used for camera pose matrices in cameras.npz? Are you using the NeRF/OpenCV standard of "+Z down the optical axis, +X to the right and +Y is down"?

AndreeaDogaru commented 1 year ago

Some resources I found useful: https://github.com/autonomousvision/differentiable_volumetric_rendering/blob/master/FAQ.md https://github.com/autonomousvision/differentiable_volumetric_rendering/issues/3 https://github.com/autonomousvision/differentiable_volumetric_rendering/issues/64