Open realqikuaiqian opened 1 year ago
crop the images by the function of python, i.e. 'y = random.randint(0, h - patch_size_y - 1)', which try to crop them randomly and the size is 224*224
you can see the code in decomposition.py around line 170
I've understood, thanks for your answers.
Hi author, I have read your paper and code, and it's really impressive work. I have a question about the data augmentation process. Could you please explain in detail how you crop the images into multiple image patches for training?