Releases: lartpang/PySODMetrics
Releases · lartpang/PySODMetrics
Add the `normalize` argument for the FmeasureV2 to control whether data preprocessing is used.
More metrics.
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.
Full Changelog: v1.3.1...v1.4.0
Fixed possible numerical overflow during centroid calculation in the original implementation.
Update to v1.3.0
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.
1.2.4 fix error in `setup.py`
Update the document and some examples.
1.2.3 fix a little bug
Update the document and some examples.
- Modify some examples. - Rename the folder `tests` to `examples` to avoid misleading. - Update the `readme.md`
For publishing a python package.
- Add the github action for publishing the package. - Rename files.