Skip to content

Commit

Permalink
docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesGaydon committed Apr 25, 2024
1 parent 8e1268e commit 6a874b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion myria3d/callbacks/metric_callbacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class ModelMetrics(Callback):
"""Compute metrics for multiclass classification.
Accuracy, Precision, Recall are micro-averaged.
Accuracy, Precision, Recall, F1Score are micro-averaged.
IoU (Jaccard Index) is macro-average to get the mIoU.
All metrics are also computed per class.
Expand Down

0 comments on commit 6a874b2

Please sign in to comment.