kevinthesun commented on a change in pull request #4312: [TOPI][Relay][OP] 
Dynamic NMS and strided_slice
URL: https://github.com/apache/incubator-tvm/pull/4312#discussion_r345442538
 
 

 ##########
 File path: python/tvm/relay/op/vision/nms.py
 ##########
 @@ -55,6 +55,7 @@ def get_valid_counts(data,
 def non_max_suppression(data,
                         valid_count,
                         max_output_size=-1,
+                        score_threshold=0.0,
 
 Review comment:
   Same here.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to