Releases: Jingnan-Jia/segmentation_metrics
Releases · Jingnan-Jia/segmentation_metrics
v1.2.8
Fix the error of volume similarity sign (#30)
v1.2.7
Fix a bug when calculating HD related metrics for all 0 images.
v1.2.6
Fix #28 for correct volume similarity
v1.2.4
Fix #28
fix a bug for the calculation of metrics when label does not exist in ground truth and prediction
v1.2.3
Fix #29
I updated the Documentation, so that users clearly know that the package will always return a list of dicts.
v1.2.1
Fix #26
We did not use smooth=0.001
value anymore. However, we explicitly check the condition and return the exect metrics for any conditions.
v1.1.6
change the default verbose to False so that we do not have some annoying information like: "0it [00:00, ?it/s] 1it [00:00, 5.06it/s" ...