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_r345445628
##########
File path: src/relay/op/vision/nms.cc
##########
@@ -107,6 +112,7 @@ bool NMSRel(const Array<Type>& types,
Expr MakeNMS(Expr data,
Expr valid_count,
int max_output_size,
+ double score_threshold,
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