alievk / npbg

Neural Point-Based Graphics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

question about camera.xml

donjiaking opened this issue · comments

commented

In my custom dataset, the camera matrices provided are "camera to world", should I use np.linalg.inv to convert them to "world to camera" ? In other words, is the view_matrix output from load_scene_data in w2c and opengl format?

Thank you very much.