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

GIF result on hotdog & lego dataset: all is white #7

Open
ZhangXiaoXuan2019 opened this issue Nov 20, 2022 · 1 comment
Open

GIF result on hotdog & lego dataset: all is white #7

ZhangXiaoXuan2019 opened this issue Nov 20, 2022 · 1 comment

Comments

@ZhangXiaoXuan2019
Copy link

Hello authors,
I have read the GNeRF paper recently and try to re-product the results on blender hotdog and lego dataset, with released code in this repository and default settings. But I find that the output gif result is all white after at least 30k training iterations.

I have also read the previous issues proposed previously here. The author say that it happens that the GAN part training fails and leads to all-white results. I wonder whether it is normal for the GNeRF to fail on GAN training?

@quan-meng
Copy link
Owner

Yes, the gan training sometimes will fail because the density field becomes all empty and generate all white images, it is related to some parameters like image size, dataset type, etc. I still cannot guarantee that it will be stable in all the scenes with same parameters :)

I often look at the first hundred iterations and restart the training if an imbalance occurs between the generator and discriminator.

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