You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Btw, camera coordinate system of Shiny dataset still makes me little bit confused since original LLFF loader transform the coordinate after load the 'poses_bounds.npy'.
OpenCV convention (right, down, forward) you used is the coordinate system of 'poses_bounds.npy' file in shiny dataset??
For example, if I load the 'poses_bounds.npy' file from '$datasetfolder/cd' directory using following code and extract 3x4 poses, then coordinate system of 'poses' array is (right, down, forward)?
How can I check the given data loader and data format for Shiny dataset ?
In addition, what camera coordinate Shiny dataset use?
For example, x,y,z is (right, up, backward) in NeRF.
Can I use the LLFF loader for Shiny dataset as well?
The text was updated successfully, but these errors were encountered: