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

can we use nerf for llff dataset? #38

Open
qingxu-thu opened this issue Aug 11, 2022 · 3 comments
Open

can we use nerf for llff dataset? #38

qingxu-thu opened this issue Aug 11, 2022 · 3 comments

Comments

@qingxu-thu
Copy link

How can we use the llff dataset as origin nerf for some results, I wonder if some interfaces for the llff input, since I'm not sure whether there can be a conving transform for llff poses to the transforms_train?

@Gword
Copy link
Collaborator

Gword commented Aug 12, 2022

You can modify dataset.py to support llff dataset. For reading llff data, you can refer to: https://github.com/Jittor/jrender/blob/main/nerf_helper/load_llff.py

@qingxu-thu
Copy link
Author

Ok, It seems the implementation is corresponding to the original LLFF. It can try to use its c2w matrix. But I see the original instant ngp collmap2nerf.py and for c2w, it seems to conduct a coord transform for the origin. I wonder if it has been done in this implementation.

@Gword
Copy link
Collaborator

Gword commented Aug 27, 2022

We support using llff dataset in the latest version. You can pull the latest version and have a try.

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