Train Error
When i use my dataset,imgae sizei is (256,256). AssertionError: The size of cropping should smaller than the original image Why? How can i change parameter to solve this problem?
it is too small, we can't crop 384x384 subimages from 256x256 images.
You should use image with size around 1000 to 2000
Can we reduce the size of (384x384)?
yes, you can have a try
Same problem, did you try to crop smaller subimages and get it worked on image (256, 256) @jiangshashen
@HenryJunW @jiangshashen Hi! Did it successfully work on a smaller dataset?
@HenryJunW @jiangshashen Hi! Did it successfully work on a smaller dataset?
yes
Same problem, did you try to crop smaller subimages and get it worked on image (256, 256) @jiangshashen
yes,i did it