From 3a11340cb4d252583d5228e2a7a9f5ce34a0412f Mon Sep 17 00:00:00 2001 From: charsyme <63857415+charsyme@users.noreply.github.com> Date: Sat, 14 May 2022 16:20:05 +0300 Subject: [PATCH] Update object-detection-2d-nms-seq2seq_nms.md --- docs/reference/object-detection-2d-nms-seq2seq_nms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/object-detection-2d-nms-seq2seq_nms.md b/docs/reference/object-detection-2d-nms-seq2seq_nms.md index 34d24fa61f..6f5dbbe19c 100644 --- a/docs/reference/object-detection-2d-nms-seq2seq_nms.md +++ b/docs/reference/object-detection-2d-nms-seq2seq_nms.md @@ -139,7 +139,7 @@ Seq2SeqNMSLearner.run_nms(self, boxes, scores, img, threshold, boxes_sorted, top ``` Performs non-maximum suppression, using seq2seq-nms. -It incorporates the full pipeline needed for inference. +It incorporates the full pipeline needed for inference, including the FMoD's edge/interest-point map computation step. Parameters: