-
Notifications
You must be signed in to change notification settings - Fork 13
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
Questions about process custom datasets #6
Comments
Hi, thanks for sharing your result! How many views do you have in your multi-view setting? |
I use 5 views in my experiment. |
I see. Since you have fewer views than NeRSemble (16 views), you may need to weaken the regularization on the texture map by |
Thanks! |
Which value for |
Thanks for release the great work!
while I use this repo to process my custom dataset which contains multi-view videos and camera calibrations. I rewrite the dataset codes and try to keep dataloader ouput in same format with nersemble_dataset.py, however, the alignment result below looks strange. the photo loss is inf in process.
Are there any other things to pay attention to when processing custom dataset?
The text was updated successfully, but these errors were encountered: