Closed jorgegaticav closed 3 years ago
Could you please check if you have provided the corrected input paths?
@vqdang Yes, the input is correct. I also tried with another dataset of 2000x2000 pixel images, and extracted patches of 540x540_164x164 and it works. I think there is something about the image size maybe? maybe should I try a different config?
It's hard to say unless you drop into debug mode. I assumed that there were no data generated previously because the above log indicates the code jumping directly to callbacks after finishing an epoch. As long as aug_shape
> act_shape
then there should not be a problem.
Will close the issue as it seems to be temporarily resolved.
Hi! I am using 512x512 pixel images. I set
win_size = [512, 512]
andstep_size = [164, 164]
onextract_patches.py
. So the patches are the same size as the images. I am using the fast model mode with the following values:When I run
run_train.py
I am getting this error.