MobileNetV3-Pytorch icon indicating copy to clipboard operation
MobileNetV3-Pytorch copied to clipboard

Some confusion about the data preprocessing.

Open clks-wzz opened this issue 6 years ago • 1 comments

I found that the "preocessing.py" codes use a simple transforms.RandomResizedCrop(224) to preprocess the input training data. Why don't you utilize aspect preserving resize before cropping? Thanks.

clks-wzz avatar Jul 08 '19 07:07 clks-wzz

Thanks for your opinion. I refer to the following URL. but, I think when we using a RandomResizedCrop(224), it can get a generalized effect. pytorch example

Thank you :)

leaderj1001 avatar Jul 08 '19 13:07 leaderj1001