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 2018/11/21 19:05:47 UTC

[GitHub] piyushghai commented on a change in pull request #13357: Add imresize and copyMakeBorder to mx.image

piyushghai commented on a change in pull request #13357: Add imresize and copyMakeBorder to mx.image
URL: https://github.com/apache/incubator-mxnet/pull/13357#discussion_r235508438
 
 

 ##########
 File path: python/mxnet/image/image.py
 ##########
 @@ -178,6 +233,59 @@ def scale_down(src_size, size):
     return int(w), int(h)
 
 
+def copyMakeBorder(src, top, bot, left, right, *args, **kwargs):
 
 Review comment:
   Can you rename ```bot``` to ```bottom``` ? 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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