-
Notifications
You must be signed in to change notification settings - Fork 24
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
ref_distance, ref_normal returning NANs #5
Comments
Hello, I am currently encountering the same issue.
Additionally, I discovered that the output of "layer_4" is NaN for the vision_transformer (dpt_depth.py, line 70):
Loading the checkpoint for normal prediction appears to be functioning correctly. Could you please inform me of how this issue was resolved? Best regards, |
I could solve it by reconfiguring the backbone, as I observed the features are NaN in the deep layers of the Encoder. In the file dpt_depth.py (line 42) I changed the hooks of the backbone from |
@gard-n Thanks! Sorry I forgot to update with my solution. Maybe it is no useful to you anymore but will write it here as it might help others. I realised the NaNs came from using |
No description provided.
The text was updated successfully, but these errors were encountered: