It shows dataset.get_augumentation will augment the train image, but you add centercrop after resize with same width and height, i'm confuse about it, and it seems redundant, and resize with no heigth/width ratio will weak structure of image
Resize without ratio => weak struture of image. I agree, i will fix it.
fun with centercrop. It really does not change anything in the picture because width=crop_widht, height=crop_height. I will delete it. Thank for your question
It shows dataset.get_augumentation will augment the train image, but you add centercrop after resize with same width and height, i'm confuse about it, and it seems redundant, and resize with no heigth/width ratio will weak structure of image