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
Copy file name to clipboardExpand all lines: readme.md
+6-23Lines changed: 6 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
13
13
## Introduction
14
14
15
-
A simple and efficient implementation of SOD metrics
15
+
A simple and efficient implementation of SOD metrics.
16
16
17
17
- Based on `numpy` and `scipy`
18
18
- Verification based on Fan's matlab code <https://github.com/DengPingFan/CODToolbox>
@@ -23,7 +23,7 @@ Your improvements and suggestions are welcome.
23
23
24
24
### Related Projects
25
25
26
-
- A Python-based salient object detection and video object segmentation evaluation toolbox. <https://github.com/lartpang/Py-SOD-VOS-EvalToolkit>
26
+
-[PySODEvalToolkit](https://github.com/lartpang/PySODEvalToolkit): A Python-based Evaluation Toolbox for Salient Object Detection and Camouflaged Object Detection
27
27
28
28
### Supported Metrics
29
29
@@ -35,7 +35,7 @@ Your improvements and suggestions are welcome.
- The matlab code needs to change `Bi_sal(sal>threshold)=1;` to `Bi_sal(sal>=threshold)=1;` in <https://github.com/DengPingFan/CODToolbox/blob/910358910c7824a4237b0ea689ac9d19d1958d11/Onekey_Evaluation_Code/OnekeyEvaluationCode/main.m#L102>. For related discussion, please see [the issue](https://github.com/DengPingFan/CODToolbox/issues/1).
68
-
- 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.
69
51
70
52
## Usage
71
53
@@ -81,8 +63,9 @@ The core files are in the folder `py_sod_metrics`.
81
63
82
64
## Reference
83
65
84
-
-<https://github.com/DengPingFan/CODToolbox>
85
-
- By DengPingFan(<https://github.com/DengPingFan>)
66
+
-[Matlab Code](https://github.com/DengPingFan/CODToolbox) by DengPingFan(<https://github.com/DengPingFan>): In our comparison (the test code can be seen under the `test` folder), the result is consistent with the code.
67
+
- The matlab code needs to change `Bi_sal(sal>threshold)=1;` to `Bi_sal(sal>=threshold)=1;` in <https://github.com/DengPingFan/CODToolbox/blob/910358910c7824a4237b0ea689ac9d19d1958d11/Onekey_Evaluation_Code/OnekeyEvaluationCode/main.m#L102>. For related discussion, please see [the issue](https://github.com/DengPingFan/CODToolbox/issues/1).
68
+
- 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.
Copy file name to clipboardExpand all lines: readme_zh.md
+7-20Lines changed: 7 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,18 +12,18 @@
12
12
13
13
## 介绍
14
14
15
-
一份简单有效的 SOD 指标实现
15
+
一份简单有效的 SOD 指标实现。
16
16
17
17
- 基于`numpy`和极少量`scipy.ndimage`代码
18
-
- 基于 DengPing Fan <https://github.com/DengPingFan/CODToolbox>
18
+
- 基于 DengPing Fan <https://github.com/DengPingFan/CODToolbox> 进行对比验证
19
19
- 结构简单,易于扩展
20
20
- 代码轻量且快速
21
21
22
22
欢迎您的改进和建议。
23
23
24
24
### 相关项目
25
25
26
-
- A Python-based salient object detection and video object segmentation evaluation toolbox. <https://github.com/lartpang/Py-SOD-VOS-EvalToolkit>
26
+
-[PySODEvalToolkit](https://github.com/lartpang/PySODEvalToolkit): A Python-based Evaluation Toolbox for Salient Object Detection and Camouflaged Object Detection
- By DengPingFan(<https://github.com/DengPingFan>)
66
+
-[Matlab Code](https://github.com/DengPingFan/CODToolbox) by DengPingFan(<https://github.com/DengPingFan>): 在我们的测试中 (测试代码可见`test`文件夹下内容),结果与 Fan 的代码一致。
0 commit comments