MetricsReloaded
MetricsReloaded copied to clipboard
Every time I use measured_distance(), it prints out the full array. This one line change removes the print statement which was presumably left in by mistake.
Accidentally pushed; please ignore it.
This PR adds missing `vol_diff` key to [BinaryPairwiseMeasures.measures_dict](https://github.com/Project-MONAI/MetricsReloaded/blob/b3a371503f8417839d67b073732170ac01ed03f7/MetricsReloaded/metrics/pairwise_measures.py#L251) Otherwise, the following KeyError is raised: ```console Traceback (most recent call last): File "/Users/user/code/MetricsReloaded/MetricsReloaded/metrics/pairwise_measures.py", line 1161, in to_dict_meas if len(self.measures_dict[key]) == 2:...
would be great if we can create an initial pypi release of this repository, so that `pip install MetricsReloaded` and the downstream applications can rely on it. please see also...
**Is your feature request related to a problem? Please describe.** In order to define some instance segmentation related metrics such as panoptic quality, one needs to be able to identify...
**Context** Following the evaluation process on a set of references / output pairs, an aggregated report should be produced **Describe the solution you'd like** 2 separate aggregations should be proposed:...
This PR allows for use of the metrics in `pairwise_measures.py` to be used from MONAI, in particular it enables the use of a batch dimension and a smoothing parameter. Some...
https://github.com/csudre/MetricsReloaded/blob/2895d959f847a3cd14b98ed0f49a6351e0181ae3/MetricsReloaded/processes/mixed_measures_processes.py#L153 It's not clear from the name of this function that the map is actually saved.
It would be clearer if the documentation specified the datatype of `pred_loc`, `ref_loc `and `pred_prob`. I initially thought `pred_loc` meant the location of the file containing the prediction and that...