Skip to content

Releases: lartpang/PySODMetrics

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

More metrics.

18 Dec 13:52
Compare
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
Compare
Choose a tag to compare

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

Update to v1.3.0

20 Dec 14:21
Compare
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
Compare
Choose a tag to compare

Update the document and some examples.

13 Mar 08:35
Compare
Choose a tag to compare

Update the document and some examples.

13 Mar 08:13
Compare
Choose a tag to compare
- Modify some examples.

- Rename the folder `tests` to `examples` to avoid misleading.
- Update the `readme.md`

For publishing a python package.

05 Mar 06:38
Compare
Choose a tag to compare
- Add the github action for publishing the package.

- Rename files.

发布一下!

29 Nov 13:06
Compare
Choose a tag to compare

速度OK,精度OK,基本可以用了