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
At ImageLoader class cv2.resize is used, but opencv resize will resize image not in the shape assumed. For example, if you use 144x256 shape, it will return 256x144. For this reason, it leads to errors of mismatched shapes. Need to change this method, or swap axeses
The text was updated successfully, but these errors were encountered:
At ImageLoader class cv2.resize is used, but opencv resize will resize image not in the shape assumed. For example, if you use 144x256 shape, it will return 256x144. For this reason, it leads to errors of mismatched shapes. Need to change this method, or swap axeses
The text was updated successfully, but these errors were encountered: