Skip to content

Releases: Jingnan-Jia/segmentation_metrics

v1.0.25

19 May 19:45
Compare
Choose a tag to compare

v1.0.25
setup.py automatically install dependencies.

v1.0.24

19 May 18:24
Compare
Choose a tag to compare

fix 2 issues:

  1. some dependencies can not be installed automatically.
  2. Error information becomes clearer.

v1.0.19

14 Nov 21:37
Compare
Choose a tag to compare

fix a bug when metrics is None

seg-metrics v1.0.16

02 Nov 13:25
Compare
Choose a tag to compare

fix a bug: when we only need surface distance, it would raise error that dice did not exist  in dictionary.

seg-metrics v1.0.16

02 Nov 13:01
Compare
Choose a tag to compare

v1.0.16
Remove 'fissure''s influence.

seg-metrics v1.0.15

02 Nov 12:42
Compare
Choose a tag to compare

seg-metrics v1.0.14

01 Nov 14:40
Compare
Choose a tag to compare

If computing a batch of images, the returned value shold be a list of metrics dictionaries.

seg-metrics v1.0.13

01 Nov 13:32
Compare
Choose a tag to compare

fix a bug on path type checking.

seg-metrics v1.0.12

17 Oct 22:03
Compare
Choose a tag to compare

fix documentation errors

seg-metrics v1.0.11

16 Oct 23:12
Compare
Choose a tag to compare

add the support to ndarray and SimpleITK.Image in memory.