toandaominh1997 / EfficientDet.Pytorch

Implementation EfficientDet: Scalable and Efficient Object Detection in PyTorch
MIT License
1.44k stars 305 forks source link

Data augmentation confusion #22

Open cswwp opened 4 years ago

cswwp commented 4 years ago

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

image

toandaominh1997 commented 4 years ago

@cswwp Thanks for the great question from you=)).