Skip to content

Commit

Permalink
fix typo in class documentation (#1548)
Browse files Browse the repository at this point in the history
Co-authored-by: Eugene Khvedchenya <ekhvedchenya@gmail.com>
Co-authored-by: Louis-Dupont <35190946+Louis-Dupont@users.noreply.github.com>
  • Loading branch information
3 people committed Oct 24, 2023
1 parent 43f8bea commit ec21383
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class PPYoloEPostPredictionCallback(DetectionPostPredictionCallback):
def __init__(self, score_threshold: float, nms_threshold: float, nms_top_k: int, max_predictions: int, multi_label_per_box: bool = True):
"""
:param score_threshold: Predictions confidence threshold. Predictions with score lower than score_threshold will not participate in Top-K & NMS
:param iou: IoU threshold for NMS step.
:param nms_threshold: IoU threshold for NMS step.
:param nms_top_k: Number of predictions participating in NMS step
:param max_predictions: maximum number of boxes to return after NMS step
:param multi_label_per_box: controls whether to decode multiple labels per box.
Expand Down

0 comments on commit ec21383

Please sign in to comment.