You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I adjusted the white background of the Lego to black during training, and encountered this issue in the training process. What could be the possible cause? (Here, I commented out the "white_bkgd" part.)
The text was updated successfully, but these errors were encountered:
And this is the rendered video, i wonder why the low part is perfect while the high part is almost black, could it be the reason that i comment the white regularization ?
# if white_bkgd:
# rgb_map = rgb_map + (1.-acc_map[...,None])
Alternatively, there is another possibility that the issue could be due to my own Lego dataset. When generating the data, I did not follow the official data provided, but instead used Blender to create it. For example, in this image, my training data was generated by rotating the camera around the bottom, while the test data was generated by rotating the camera around the top. Could the black region in the upper half be a result of the lack of information from the camera below or the camera above?
I adjusted the white background of the Lego to black during training, and encountered this issue in the training process. What could be the possible cause? (Here, I commented out the "white_bkgd" part.)
The text was updated successfully, but these errors were encountered: