You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had the same problem too but now I have the solution for this issue just use : sudo pip install opencv-python
in your terminal , in linux. It will work fine.
Execute line
Error message:
AttributeError: 'numpy.ndarray' object has no attribute 'width'
the return of cv2.imread(~) doesn't has no attribute width. Becuase, the return is numpy.ndarray.
The text was updated successfully, but these errors were encountered: