You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/03/22 19:28:25 UTC

[GitHub] [incubator-mxnet] mzient opened a new issue #14505: RandomResizedCrop produces wrong aspect ratios.

mzient opened a new issue #14505: RandomResizedCrop produces wrong aspect ratios.
URL: https://github.com/apache/incubator-mxnet/issues/14505
 
 
   RandomResizedCrop randomly swaps with/height which produces out-of-bounds aspect ratios if the ends of the aspect ratio range are not reciprocals. When swapping is removed, then the aspect ratio is skewed. The solution is to use uniform distribution on a logarithmic scale. See https://github.com/pytorch/vision/pull/799

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services