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: