-
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
Blank Results #12
Comments
I'm running into the same issue with my custom data --- in some cases the predicted alphas in |
I still cannot solve this issue after debugging and give up. It seems that training nerd is unstable. Have a try with Neural-PIL. I can stablely reproduce the results of Neural-PIL. |
Hi, I am using Neural-PIL for relighting. What should I do? The README.md section doesn't seem to mention how to relight. |
I am trying to follow and reproduce your work but meet some problem. I tried the script in README but find the rgb output is all white. This is my command:
python train_nerd.py --datadir /root/Data/synthetic/Chair/ --basedir ~/Experiments --expname 03_nerd_official --gpu 0,1,2,3 --config configs/nerd/blender.txt
I checked that the ground truth image can be correctlly read. When debugging, I find that 'target' and 'target_mask' are all correct but payload['rgb'] always output 1.0 after training. Any ideas? Thanks a lot!
The text was updated successfully, but these errors were encountered: