NVlabs / EmerNeRF

PyTorch Implementation of EmerNeRF: Emergent Spatial-Temporal Scene Decomposition via Self-Supervision
https://emernerf.github.io/
Other
562 stars 42 forks source link

Question about coordinate. #3

Closed shanxiaojun closed 11 months ago

shanxiaojun commented 11 months ago

Thanks for your great work. I just wonder if you use the same coordinate as LLFF.

Jiawei-Yang commented 11 months ago

Hi Shanxiao,

Thanks for your interest in our work. We use the OpenCV coordinate system for camera images. I'm not sure if LLFF uses this one or if it uses the OpenGL coordinate system.

shanxiaojun commented 11 months ago

Thank you for your reply!