-
Notifications
You must be signed in to change notification settings - Fork 117
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
alueError: shapes (3,3) and (1,1) not aligned: 3 (dim 1) != 1 (dim 0) #6
Comments
Q: What version of opencv do you exactly use? |
I got the same error! |
I am getting the same error. |
np.multiply(F , true_F[2][2]) |
I got the same error,Has anyone solved it? |
that's worked for me and the next guys, if you get error again. 'It is not currently possible to manually set the aspect ' you can change line 26 cube_reconstruction.py to ax.set_aspect('auto'). worked. |
I change true_F[2][2] to true_F[2][2].item(),. |
Hi, just tried out python3 cube_reconstruction.py and got:
The text was updated successfully, but these errors were encountered: