XiaoxiaoGuo / fashion-iq

145 stars 39 forks source link

resize images issues #4

Open hujiajia0401 opened 5 years ago

hujiajia0401 commented 5 years ago

i have download the image using image url。subsequent, should i seize the image before the torchvision transforms? cause some image size is less than the crop size, and causing transfom error。or should i change the crop size more lesser?

hujiajia0401 commented 5 years ago

sorry ,i see the resize_image.py script

zxh19976666 commented 3 years ago

How to divide the datasets into training set and test set,I have download all images,but how to divide it?