File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -16,3 +16,17 @@ Tensorflow 1.12
16
16
Although, I did not strictly follow the params of the papar , I still got a good result.
17
17
18
18
19
+ # my experimental results on KolektorSDD
20
+ Notes: the first 30 subfolders are used as training sets, the remaining 20 for testing.
21
+ ```
22
+ 2019-05-21 09:20:54,634 - utils - INFO - total number of samples = 160
23
+ 2019-05-21 09:20:54,634 - utils - INFO - positive = 22
24
+ 2019-05-21 09:20:54,634 - utils - INFO - negative = 138
25
+ 2019-05-21 09:20:54,634 - utils - INFO - TP = 21
26
+ 2019-05-21 09:20:54,634 - utils - INFO - NP = 0
27
+ 2019-05-21 09:20:54,634 - utils - INFO - TN = 138
28
+ 2019-05-21 09:20:54,635 - utils - INFO - FN = 1
29
+ 2019-05-21 09:20:54,635 - utils - INFO - accuracy(准确率) = 0.9938
30
+ 2019-05-21 09:20:54,635 - utils - INFO - prescision(查准率) = 1.0000
31
+ 2019-05-21 09:20:54,635 - utils - INFO - recall(查全率) = 0.9545
32
+ ```
You can’t perform that action at this time.
0 commit comments