Skip to content

Commit

Permalink
Fixed typo in documentation for MeanAveragePrecision (#1243)
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
kielnino authored Sep 29, 2022
1 parent a0943fd commit 199e6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/torchmetrics/detection/mean_ap.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ class MeanAveragePrecision(Metric):
Input format of given boxes. Supported formats are ``[`xyxy`, `xywh`, `cxcywh`]``.
iou_type:
Type of input (either masks or bounding-boxes) used for computing IOU.
Supported IOU types are ``["bboxes", "segm"]``.
Supported IOU types are ``["bbox", "segm"]``.
If using ``"segm"``, masks should be provided (see :meth:`update`).
iou_thresholds:
IoU thresholds for evaluation. If set to ``None`` it corresponds to the stepped range ``[0.5,...,0.95]``
Expand Down

0 comments on commit 199e6cc

Please sign in to comment.