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
The repository is organised in three main folders:
processes: this allows for the combination of multiple metrics in an evaluation setting and reflects the tasks tackled in the MetricsReloaded framework namely:
Image Level Classification (ILC)
Semantic Segmentation (SS)
Object Detection (OD)
Instance Segmentation (SS)
metrics: this contains all the individual metrics reported and discussed in the MetricsReloaded guidelines. Those are classified as either:
pairwise_measures - all metrics considering a binary or multiclass input
prob_pairwise_measures - all metrics relying on multi threshold and/or probabilistic input
calibration_measures - all metrics related to the evaluation of the calibration of probabilistic outputs
utility: this contains all ancillary function relevant notably for aggregation of metrics, or preliminary tools required for complext assignments prior to metrics calculation notably in the case of Object Detection and Instance Segmentation.
Useful links to get started
To see examples on how to process different cases of tasks please look into the
example:
example_ss.py
Pictorial representation
Metrics Reloaded fosters the convergence of validation methodology across modalities, application domains and classification scales
Support
For any questions or remarks, please contact metrics-reloaded-package(at)dkfz-heidelberg.de.