Skip to content

Commit

Permalink
fix docstring about agnostic
Browse files Browse the repository at this point in the history
  • Loading branch information
leesongun committed Aug 4, 2022
1 parent 5bdfde7 commit c3b3945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cvu/postprocess/nms/yolov5.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def non_max_suppression_np(predictions: np.ndarray,
iou_thres (float, optional): IoU threshold in range 0-1 for NMS filtering.
Defaults to 0.45.
agnostic (bool, optional): agnostic to width-height. Defaults to False.
agnostic (bool, optional): Perform class-agnostic NMS. Defaults to False.
multi_label (bool, optional): apply Multi-Label NMS. Defaults to False.
Expand Down

0 comments on commit c3b3945

Please sign in to comment.