Skip to content

Commit cfeb39a

Browse files
yarkablehhaAndroid
andauthored
fix docstring in bbox_nms.py (#7547)
* Create init_cfg.md * Update docs/zh_cn/tutorials/init_cfg.md Co-authored-by: Haian Huang(深度眸) <[email protected]> * update init_cfg.md * update init_cfg.md * update init_cfg.md * update init_cfg.md * fix docstring * fix docstring Co-authored-by: Haian Huang(深度眸) <[email protected]>
1 parent 7d1ce22 commit cfeb39a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mmdet/core/post_processing/bbox_nms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def multiclass_nms(multi_bboxes,
2020
contains scores of the background class, but this will be ignored.
2121
score_thr (float): bbox threshold, bboxes with scores lower than it
2222
will not be considered.
23-
nms_thr (float): NMS IoU threshold
23+
nms_cfg (dict): a dict that contains the arguments of nms operations
2424
max_num (int, optional): if there are more than max_num bboxes after
2525
NMS, only top max_num will be kept. Default to -1.
2626
score_factors (Tensor, optional): The factors multiplied to scores

0 commit comments

Comments
 (0)