Project-MONAI / MetricsReloaded

Apache License 2.0
69 stars 7 forks source link

Documentation #3

Closed brudfors closed 1 year ago

brudfors commented 1 year ago
PeterMcGor commented 1 year ago

Dear @csudre and @brudfors, I was wondering if there have been any updates on the documentation issue regarding the framework. I'm trying to extend the framework to an MS problem, but I'm having difficulty understanding the format and types of inputs required for the metrics and process functions. Would you be able to provide some guidance? Thank you for your help!

brudfors commented 1 year ago

Hi @PeterMcGor

More documentation is work in progress, lead by @csudre. As for getting a better understanding of how to use the framework, maybe it is valuable to have a look how MetricsReloaded is used from MONAI:

Note that MONAI currently supports only segmentation-based metrics from MetricsReloaded.

PeterMcGor commented 1 year ago

Thank you @brudfors! The tutorial is quite clear.

I'm actually trying to instantiate the framework for semantic segmentation and instance segmentation. I got errors doing in-house tests from the preparation_data_IS.py example while getting multi-threshold metrics as FROC. From your info, I guess that is not supported because it is still being tested, right? I made it work with some small changes but I haven't had the time to test it myself either.

Thank you again.

brudfors commented 1 year ago

Good to hear!

That is correct, MONAI currently supports only the semantic segmentation metrics from MetricsReloaded.

csudre commented 1 year ago

For information - all the documentation is available at https://metricsreloaded.readthedocs.io/en/latest/?badge=latest This addresses the following: