-
Notifications
You must be signed in to change notification settings - Fork 16
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
Value error #17
Comments
@Zumbalamambo what are the actual shapes of your inputs ? |
@edgarriba I got the same error on my other computer too. I just cloned the repo and tried this without varying any single parameters or files. |
print(image_i.shape) -> print(image_dst.shape) -> |
@Zumbalamambo you batch size should be equal for every input tensor, need to double check that broadcasting works here. |
@Zumbalamambo I'm not sure what changes the batch size. I did not do anything different. Its the fresh clone |
@Zumbalamambo What I mean is that your |
@edgarriba that works but it throws the following error in the last cell,
The error points to |
@Zumbalamambo you need to do the same for the intrinsics matrix. See: https://colab.research.google.com/drive/1DX4l_ssSEXSofOR3Hm9TcgRwFDWVEvJO?usp=sharing |
@edgarriba unfortunately the colab file is protected :( |
@Zumbalamambo try again. Let me know if it works and if we should update the original example. |
@edgarriba that works but still the last cell of the notebook throws the error that I have mentioned above. |
I tried
depth_estimation.ipynb
.It throws the following error,
ValueError: Input batch size must be the same for both tensors or 1
The text was updated successfully, but these errors were encountered: