Skip to content

Commit 781fe83

Browse files
committed
precommit
1 parent e182430 commit 781fe83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/torchmetrics/detection/panoptic_quality.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ class PanopticQuality(Metric):
3535
.. math::
3636
PQ = \frac{IOU}{TP + 0.5 FP + 0.5 FN}
3737
38-
where IOU, TP, FP and FN are respectively the sum of the intersection over union for true positives, the number of
39-
true postitives, false positives and false negatives. This metric is inspired by the PQ implementation of
40-
panopticapi, a standard implementation for the PQ metric for object detection.
38+
where IOU, TP, FP and FN are respectively the sum of the intersection over union for true positives,
39+
the number of true postitives, false positives and false negatives. This metric is inspired by the PQ
40+
implementati on of panopticapi, a standard implementation for the PQ metric for object detection.
4141
4242
.. note:
4343
Metric is currently experimental

0 commit comments

Comments
 (0)