Skip to content

Releases: lartpang/PySODMetrics

Add human correction effort measure.

31 Aug 14:42

Choose a tag to compare

v1.5.0: Add size-invariance variants.

09 Aug 03:41

Choose a tag to compare

v1.4.4

09 May 06:36

Choose a tag to compare

Full Changelog: v1.4.3...v1.4.4

v1.4.3

08 May 07:38

Choose a tag to compare

Full Changelog: v1.4.2...v1.4.3

Add the `normalize` argument for the FmeasureV2 to control whether data preprocessing is used.

16 Jan 07:44

Choose a tag to compare

More metrics.

18 Dec 13:52

Choose a tag to compare

Add some new metrics, such as Multi-Scale IoU (NOTE: The threshold selection differs slightly from the original implementation.).

Full Changelog: v1.4.0...v1.4.1

More metrics and more feature supports.

24 Feb 08:43

Choose a tag to compare

Fixed possible numerical overflow during centroid calculation in the original implementation.

22 Aug 16:25

Choose a tag to compare

Update to v1.3.0

20 Dec 14:21

Choose a tag to compare

Due to the difference between numpy and matlab, in version 1.2.x, there are very slight differences on some metrics between the results of the matlab code and ours. The recent PR (#3) alleviated this problem. However, there are still very small differences on E-measure. The results in most papers are rounded off to three or four significant figures, so, there is no obvious difference between the new version and the version 1.2.x for them.

Update the document, add the github action for linting and fix the error in setup.py.

31 Mar 11:59

Choose a tag to compare