-
Notifications
You must be signed in to change notification settings - Fork 3
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 to run on custom datasets? #16
Comments
I have a similar issue with my real segmented datasets. I first convert the datasets from LLFF to blender format scripts/llff2nerf.py and then train them as with other blender datasets but the metrics and reconstruction are really bad. I still haven't figured out what goes wrong. |
Try tuning the starting density. Is the PSNR going up? |
Hi, thanks for your advice. Which yaml file should I use for tuning the starting density? Multiple yaml files have density setting. |
This one. The one shown in the readme. |
Hi, I am trying to run NMF on my own datasets. My dataset format is dtu or neus, for which I write a new dataloader. But I notice the rendered results except the images of the last index are just blank with
vis_every=500
. I tried to tune thenear_far
but did not work.Are any advice for custom datasets? For example, the scale of the scene? the size of the bounding box of the poses?
The text was updated successfully, but these errors were encountered: