You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The matlab code based here <https://github.com/DengPingFan/CODToolbox/blob/910358910c7824a4237b0ea689ac9d19d1958d11/Onekey_Evaluation_Code/OnekeyEvaluationCode/main.m#L102>
40
-
needs to change `Bi_sal(sal>threshold)=1;` to `Bi_sal(sal>=threshold)=1;`.
41
-
42
-
For related discussion, please see: <https://github.com/DengPingFan/CODToolbox/issues/1>
39
+
- The matlab code based here <https://github.com/DengPingFan/CODToolbox/blob/910358910c7824a4237b0ea689ac9d19d1958d11/Onekey_Evaluation_Code/OnekeyEvaluationCode/main.m#L102> needs to change `Bi_sal(sal>threshold)=1;` to `Bi_sal(sal>=threshold)=1;`. For related discussion, please see: <https://github.com/DengPingFan/CODToolbox/issues/1>
40
+
- 2021-12-20 (version `1.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 (https://github.com/lartpang/PySODMetrics/pull/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.
43
41
44
42
## Usage
45
43
@@ -61,13 +59,13 @@ pip install pysodmetrics
61
59
62
60
### Examples
63
61
64
-
* <./examples/test_metrics.py>
65
-
* <./examples/metric_recorder.py>
62
+
- <./examples/test_metrics.py>
63
+
- <./examples/metric_recorder.py>
66
64
67
65
## Thanks
68
66
69
-
*<https://github.com/DengPingFan/CODToolbox>
70
-
- By DengPingFan(<https://github.com/DengPingFan>)
67
+
-<https://github.com/DengPingFan/CODToolbox>
68
+
- By DengPingFan(<https://github.com/DengPingFan>)
0 commit comments