JOP-Lee / READ

AAAI2023,implementation of "READ: Large-Scale Neural Scene Rendering for Autonomous Driving", the experimental results are significantly better than Nerf-based methods
https://github.com/JOP-Lee/READ-Large-Scale-Neural-Scene-Rendering-for-Autonomous-Driving
GNU General Public License v2.0
451 stars 56 forks source link

question about camera.xml #16

Closed donjiaking closed 1 year ago

donjiaking commented 1 year ago

Hi, I wonder the format of transform in camera.xml is "camera to world" or "world to camera", and it is in opengl or opencv coordinate system? Thanks very much.

JOP-Lee commented 1 year ago

Hi, please refer to the setting of metashape

h8c2 commented 1 year ago

hi, it's "camera to world" and opencv coordinate system? i am not familiar with metashape and I am not sure if it is right.