-
Notifications
You must be signed in to change notification settings - Fork 57
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
encountered an AssertionError while using UniDepthV2 to predict depth #45
Comments
another a question:if I tranform a picture to less resolution or more resolution,how will the result change? |
Thanks for using our work! Which is your input shape? (or the config you are passing to the mode, like pixels_bounds, etc..) To answer your question: the results may change a bit, but we expects them to be quite consistent, something that is not typical for previous works, especially in case of metric estimation. |
Thank you very much for your reply. |
hi there, I encounter a similar error with KITTI-shaped images. |
Thank you for the info, it looks like when out of bounds of the ratio, it fails, I will check it and get back to you (hopefully) the corrected version. |
The error comes from DINO original code and was solved in this PR, we committed the changes and now it should be solved. Let me know if something is still off. |
It seems the issue has been resolved. Thank you very much for your help. By the way, I've encountered a new problem: there's a significant difference between the intrinsics predictions from version 1 and version 2. Do you have any idea what might be causing this discrepancy?
|
I really appreciate your great masterpiece. but I used UniDepthV2 to predict, encountered an AssertionError exception as below:
my result is: int(w0)= 57,patch_pos_embed.shape[-2]= 57 and int(h0)= 43,patch_pos_embed.shape[-1]= 42
The text was updated successfully, but these errors were encountered: