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

Is there any way to use datasets from instant ngp? #26

Closed
jpbalarini opened this issue May 6, 2022 · 1 comment
Closed

Is there any way to use datasets from instant ngp? #26

jpbalarini opened this issue May 6, 2022 · 1 comment

Comments

@jpbalarini
Copy link

Hi, I am trying to train nvfdiffrec straigth from instant-ngp NERF datasets but I'm blocked. The instant-ngp dataset uses images without alpha and it seems like nvdiffrec needs images with alpha. Also, nvdiffrec uses a train/test/val dataset, is there a way to use the same input as instant-ngp uses?

Thanks!

@jmunkberg
Copy link
Collaborator

jmunkberg commented May 7, 2022

Hello @jpbalarini

Yes, we do require alpha. The foreground segmentation mask is essential for our shape optimization to work. See the paper for details.

We should be compatible with the standard synthetic nerf datasets from https://github.com/bmild/nerf, see e.g., https://github.com/NVlabs/nvdiffrec/blob/main/configs/nerf_chair.json for an example config.

What are the differences between the instant-ngp and the nerf synthetic dataset versions? Our nerf dataset reader is here: https://github.com/NVlabs/nvdiffrec/blob/main/dataset/dataset_nerf.py , hopefully it is easy to customize to your needs.

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