-
Notifications
You must be signed in to change notification settings - Fork 26
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
Problems when training A-NeRF in zju_mocap dataset #8
Comments
Hi, thanks for reaching out. Since ZJU-Mocap has small pose variation, A-NeRF will just learn everything that won't hurt the reconstruction on training images (it's not constrained by surface model). If you wish to train an A-NeRF with cleaner background, you can try perturb the background, so that it's A-NeRF cannot capture it easily (and therefore, given up on it as we provided background color to it anyway). Specifically, see this line here: You can try replacing it with:
So that the background is just a bunch of noise, and A-NeRF cannot forcefully remember this without hurting reconstruction. I never tried this, but this should work in theory. |
"Maybe A-NeRF is not suitable for zju_mocap? or there are some other reasons for this?" If you want to try it a little more, set You can set Again, thanks for reaching out! Let me know if you have further questions. |
No problem. I am closing this issue now. Feel free to reopen and comment if you want to discuss further. |
When I trained A-NeRF in zju_mocap not changing dataloader in this repo, it seems that there will be some artifacts on the floor when visualization. Do you meet the problem when you training on zju_mocap? or whether I did something wrong when training?
The text was updated successfully, but these errors were encountered: