Training dataset - patch creation
anitchris opened this issue · comments
It would be really helpful if you could point out how to create the patches when the image size is less than 128 x 128 (the patch size mentioned in the training settings). Would we consider such images by zero padding or exclude those images as the ones present in BSD500 dataset of size 120 x 80?
You can pad it by reflection padding, but I remember there is all images are 481x321
. Don't downsample it when you use it for denoising.