Skip to content

Releases: Jingnan-Jia/segmentation_metrics

v1.2.8

Choose a tag to compare

@Jingnan-Jia Jingnan-Jia released this 16 Jul 09:15

Fix the error of volume similarity sign (#30)

v1.2.7

Choose a tag to compare

@Jingnan-Jia Jingnan-Jia released this 18 Jun 13:29

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

v1.2.6

Choose a tag to compare

@Jingnan-Jia Jingnan-Jia released this 18 Jun 09:53

Fix #28 for correct volume similarity

v1.2.5

Choose a tag to compare

@Jingnan-Jia Jingnan-Jia released this 18 Jun 09:06

Fix #28

v1.2.4

Choose a tag to compare

@Jingnan-Jia Jingnan-Jia released this 18 Jun 08:58

Fix #28

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

v1.2.3

Choose a tag to compare

@Jingnan-Jia Jingnan-Jia released this 17 Jun 20:24

Fix #29

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

v1.2.2

Choose a tag to compare

@Jingnan-Jia Jingnan-Jia released this 17 Jun 20:13

fix the version number

v1.2.1

Choose a tag to compare

@Jingnan-Jia Jingnan-Jia released this 17 Jun 20:04

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

Choose a tag to compare

@Jingnan-Jia Jingnan-Jia released this 18 Nov 20:08

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

Choose a tag to compare

@Jingnan-Jia Jingnan-Jia released this 13 Nov 17:29

fix a bug.