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/06/07 10:27:16 UTC

[GitHub] larroy commented on a change in pull request #11033: Add frame-resize option to ssd demo to scale camera input

larroy commented on a change in pull request #11033: Add frame-resize option to ssd demo to scale camera input
URL: https://github.com/apache/incubator-mxnet/pull/11033#discussion_r193698427
 
 

 ##########
 File path: example/ssd/demo.py
 ##########
 @@ -109,6 +109,8 @@ def parse_args():
                         help='string of comma separated names, or text filename')
     parser.add_argument('--camera', action='store_true',
                         help="use camera for image capturing")
+    parser.add_argument('--frame-resize', type=str, default=None
 
 Review comment:
   We avoid a call to resizing if it's none

----------------------------------------------------------------
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