Skip to content

Commit

Permalink
adding docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
prernadh committed Dec 31, 2024
1 parent c9af0d4 commit 56eb28c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fiftyone/utils/eval/segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,7 @@ class SegmentationResults(BaseEvaluationResults):
eval_key: the evaluation key
pixel_confusion_matrix: a pixel value confusion matrix
classes: a list of class labels corresponding to the confusion matrix
matches: a list of tuples containing (true_class, pred_class, weight, gt_id, pred_id)
missing (None): a missing (background) class
backend (None): a :class:`SegmentationEvaluation` backend
"""
Expand Down

0 comments on commit 56eb28c

Please sign in to comment.