You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2020/11/17 19:37:38 UTC

[GitHub] [incubator-tvm] trevor-m opened a new pull request #6933: [Frontend][TensorFlow] Support NonMaxSuppressionV5

trevor-m opened a new pull request #6933:
URL: https://github.com/apache/incubator-tvm/pull/6933


   * Support NonMaxSuppressionV5  aka `tf.image.non_max_suppression_with_scores` which returns scores in addition to indices and size (https://github.com/tensorflow/tensorflow/commit/eb10dcf81a30030a59a5cefa4f5e60d14362a164)
   * "soft_nms_sigma" option is not supported yet, but it doesn't appear to be common.
   
   NMSv5 is used by TF Object Detection API.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-tvm] zhiics merged pull request #6933: [Frontend][TensorFlow] Support NonMaxSuppressionV5

Posted by GitBox <gi...@apache.org>.
zhiics merged pull request #6933:
URL: https://github.com/apache/incubator-tvm/pull/6933


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-tvm] zhiics commented on pull request #6933: [Frontend][TensorFlow] Support NonMaxSuppressionV5

Posted by GitBox <gi...@apache.org>.
zhiics commented on pull request #6933:
URL: https://github.com/apache/incubator-tvm/pull/6933#issuecomment-729281956


   Thanks @trevor-m @kevinthesun 


----------------------------------------------------------------
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:
users@infra.apache.org