Skip to content

Releases: Jingnan-Jia/segmentation_metrics

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.

v1.0.37

21 Sep 14:38
Compare
Choose a tag to compare

Add the comparison with medpy. Add more description to the metrics.

v1.0.36

17 Aug 10:20
Compare
Choose a tag to compare

Comparison with medpy.

v1.0.34

16 Aug 09:18
Compare
Choose a tag to compare

Add the comparison with medpy in README.md.

v1.0.32

20 Jun 13:11
Compare
Choose a tag to compare

fix the bug: fully_connected argument was missing before.

v1.0.31

17 Jun 16:25
Compare
Choose a tag to compare

v1.0.31: fix the bug: spacing should be cast to np.float64

v1.0.30

07 Jun 21:52
Compare
Choose a tag to compare

The spacing should be np.float64 instead of float32.

v1.0.29

07 Jun 21:16
Compare
Choose a tag to compare

Add spacing to numpy.ndarray images.

v1.0.27

19 May 20:05
Compare
Choose a tag to compare

v1.0.27
fix a bug: when metrics is a string, like 'msd', error would occured.

v1.0.26

19 May 19:52
Compare
Choose a tag to compare

v1.0.26
install dependencies automatically by setup.py