zhreshold commented on a change in pull request #8059: Fixed a bug of 
example/ssd/demo.py
URL: https://github.com/apache/incubator-mxnet/pull/8059#discussion_r141419245
 
 

 ##########
 File path: example/ssd/demo.py
 ##########
 @@ -53,7 +53,7 @@ def get_detector(net, prefix, epoch, data_shape, 
mean_pixels, ctx, num_class,
         if isinstance(data_shape, tuple):
             data_shape = data_shape[0]
         net = get_symbol(net, data_shape, num_classes=num_class, 
nms_thresh=nms_thresh,
-            force_nms=force_nms, nms_topk=nms_topk)
+            force_suppress=force_suppress, nms_topk=nms_topk)
 
 Review comment:
   force_suppress=force_nms
   The rest can be unchanged.
 
----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to