NeRD-Neural-Reflectance-Decomposition
NeRD-Neural-Reflectance-Decomposition copied to clipboard
Running Error
Hi, it's quite a nice work you have made. So I tried to re-implement it based on the code and command you published. However, when I directly runs your code on the synthetic data, following your commands. The generated testing images are all white, here is my running command:
nohup python -u train_nerd.py --datadir /home/ma-user/work/zhl/nerd_pro/nerd_data/synthetic/Car --basedir /home/ma-user/work/zhl/nerd_pro/nerd --expname car --gpu 0,1,2,3 --spherify --config configs/nerd/blender.txt > logs/car4.out 2>&1 &
Where the 'basedir' is the directory that contains 'train_nerd.py'. I tried both to add or not add the 'spherify' option, but the generated testing images are all white. Could you give me some suggestions?
I meet the same problem. Did you find any solution?