NeRD-Neural-Reflectance-Decomposition
NeRD-Neural-Reflectance-Decomposition copied to clipboard
Blank Results
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!
I'm running into the same issue with my custom data --- in some cases the predicted alphas in fine_result['acc_alpha']
would become all zeros. Any help would be appreciated :)
I'm running into the same issue with my custom data --- in some cases the predicted alphas in
fine_result['acc_alpha']
would become all zeros. Any help would be appreciated :)
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.
I'm running into the same issue with my custom data --- in some cases the predicted alphas in
fine_result['acc_alpha']
would become all zeros. Any help would be appreciated :)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.