You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This FR is to add support for classwise metrics to the segmentation trainer
Rationale
There can be many classes in a dataset and we want class specific metrics
Implementation
Using the approach of @isaaccorley as here with ClasswiseWrapper and enabled by an optional arg to the segmentation trainer, classwise_metrics: bool = False. To support this an additional labels: Optional[List[str]] = None arg will also be added
Alternatives
None
Additional information
No response
The text was updated successfully, but these errors were encountered:
In addition to class wise or instead of? I think that would be nice to have the complete set - with the classwise as optional otherwise the list of metrics can get very long
Summary
This FR is to add support for classwise metrics to the segmentation trainer
Rationale
There can be many classes in a dataset and we want class specific metrics
Implementation
Using the approach of @isaaccorley as here with ClasswiseWrapper and enabled by an optional arg to the segmentation trainer,
classwise_metrics: bool = False
. To support this an additionallabels: Optional[List[str]] = None
arg will also be addedAlternatives
None
Additional information
No response
The text was updated successfully, but these errors were encountered: