alievk / npbg

Neural Point-Based Graphics
MIT License
324 stars 51 forks source link

question about camera.xml #37

Open donjiaking opened 1 year ago

donjiaking commented 1 year ago

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.