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
Given 2 images with inverted aspect ratios (image 1: 1000x500, image 2: 500x1000), and a desired image size of 1000x500, the transform A.LongestMaxSize will not pad either image, resulting in a non-batchable image batch. To resolve this, the images should be resized to the largest size that fits within the given dimensions.
The text was updated successfully, but these errors were encountered:
Given 2 images with inverted aspect ratios (image 1: 1000x500, image 2: 500x1000), and a desired image size of 1000x500, the transform
A.LongestMaxSize
will not pad either image, resulting in a non-batchable image batch. To resolve this, the images should be resized to the largest size that fits within the given dimensions.The text was updated successfully, but these errors were encountered: