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

How do I generate a dataset for real 360? #190

Open
guswhd opened this issue Sep 6, 2023 · 3 comments
Open

How do I generate a dataset for real 360? #190

guswhd opened this issue Sep 6, 2023 · 3 comments

Comments

@guswhd
Copy link

guswhd commented Sep 6, 2023

@hawkinsp
First, I wanted to confirm that it worked well on the nerf synthetic dataset and then create a real 360 dataset and train it.
However, there is not much information, so I query #175 After seeing this problem, I thought about dragging mip nerf's dataset to real 360 and downloading the dataset to learn. It was trained well with mip nerf's dataset, but the dataset I created myself did not have a file called pose_bounds.npy, but instead had a file called transform.json, and as expected, it did not learn well.
In conclusion, I am curious about how a file called pose_bounds.npy is created and what role it plays.

@kim-jinuk
Copy link

If you only have RGB images, using COLMAP and the link below will help you create a "poses_bounds.npy" file.

https://github.com/Fyusion/LLFF/tree/master

@guswhd
Copy link
Author

guswhd commented Sep 11, 2023

If you only have RGB images, using COLMAP and the link below will help you create a "poses_bounds.npy" file.

https://github.com/Fyusion/LLFF/tree/master

thank you !!
Are there any data generation tips that might be helpful in learning nerf well?

@DWhettam
Copy link

DWhettam commented Sep 14, 2023

I'd recommend looking at the local_colmap_and_resize.sh script from here also: https://github.com/google-research/multinerf

I believe a combination of that script and the LLFF imgs2poses.py script is what is used to create your own dataset.

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

3 participants