-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Rendered depth video is black #59
Comments
Hello! I have the problem also, did you solve it successfully? |
Unfortunately, I haven't figured this out yet. |
You need to normalize the Simply doing |
@yashbhalgat I already tried that before creating the disparity video, but it seems that the disparity contains nans which is the main problem. At what point do you perform the normalization? Btw, I see that the nans originate from the following line Line 299 in a15fd7c
|
Were you able to resolve the issue ? |
I'm also having this issue – there are occasional artefacts that pass through the video, but most of the time it's just black. |
Have you fixed that problem? |
Hi, |
I try to train a NeRF on the lego bulldozer scene, and although the RGB video comes out as expected, the depth video is just black. I'm using torch==1.8.1 and torchvision==0.9.1 with cuda-10.2. Any idea, what could be going wrong?
The text was updated successfully, but these errors were encountered: