Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shiny dataset dataloader #46

Open
dogyoonlee opened this issue Feb 7, 2022 · 2 comments
Open

Shiny dataset dataloader #46

dogyoonlee opened this issue Feb 7, 2022 · 2 comments

Comments

@dogyoonlee
Copy link

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?

@pureexe
Copy link
Contributor

pureexe commented Feb 10, 2022

How can I check the given data loader and data format for Shiny dataset ?

You might want to check the dataset class

class OrbiterDataset(Dataset):

what camera coordinate Shiny dataset use?

unlike NeRF, we use OpenCV convention (right,down,forward)

Can I use the LLFF loader for Shiny dataset as well?

we use a modified LLFF loader and might not be compatible with the original LLFF loader. please be careful.

@dogyoonlee
Copy link
Author

@pureexe
Thanks a lot for your kind reply!!!

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)?
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants