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 2017/12/12 22:28:31 UTC

[GitHub] zhreshold closed pull request #8829: Small fix default parameter `--thresh` on SSD example demo.py

zhreshold closed pull request #8829: Small fix default parameter `--thresh` on SSD example demo.py
URL: https://github.com/apache/incubator-mxnet/pull/8829
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/example/ssd/demo.py b/example/ssd/demo.py
index 965f2ecec5..f811180b5d 100644
--- a/example/ssd/demo.py
+++ b/example/ssd/demo.py
@@ -84,7 +84,7 @@ def parse_args():
                         help='green mean value')
     parser.add_argument('--mean-b', dest='mean_b', type=float, default=104,
                         help='blue mean value')
-    parser.add_argument('--thresh', dest='thresh', type=float, default=0.5,
+    parser.add_argument('--thresh', dest='thresh', type=float, default=0.6,
                         help='object visualize score threshold, default 0.6')
     parser.add_argument('--nms', dest='nms_thresh', type=float, default=0.5,
                         help='non-maximum suppression threshold, default 0.5')


 

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