Spaces:
Runtime error
Runtime error
increase max sample size, center_crop = True
#2
by dkebudi - opened
Center crop will also introduce padding if the size of the image is smaller than the resolution requests. (i.e. resolution=1920x1920 on a 1920x1080 image set)
as covered here: https://pytorch.org/vision/0.9/transforms.html
dkebudi changed pull request status to merged