Skip to content

Releases: Jingnan-Jia/segmentation_metrics

v1.2.7

18 Jun 13:29
Compare
Choose a tag to compare

Fix a bug when calculating HD related metrics for all 0 images.

v1.2.6

18 Jun 09:53
Compare
Choose a tag to compare

Fix #28 for correct volume similarity

v1.2.5

18 Jun 09:06
Compare
Choose a tag to compare

Fix #28

v1.2.4

18 Jun 08:58
Compare
Choose a tag to compare

Fix #28

fix a bug for the calculation of metrics when label does not exist in ground truth and prediction

v1.2.3

17 Jun 20:24
Compare
Choose a tag to compare

Fix #29

I updated the Documentation, so that users clearly know that the package will always return a list of dicts.

v1.2.2

17 Jun 20:13
Compare
Choose a tag to compare

fix the version number

v1.2.1

17 Jun 20:04
Compare
Choose a tag to compare

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

18 Nov 20:08
Compare
Choose a tag to compare

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" ...

v1.1.5

13 Nov 17:29
Compare
Choose a tag to compare

fix a bug.

v1.1.3

30 Oct 08:29
Compare
Choose a tag to compare

Add TP, TN, FP, FN to make it possible to customize more metrics.