Cuong2004 commited on
Commit
b5ebe09
·
verified ·
1 Parent(s): ecd0c87

Upload checkpoints and artifacts from adapoth_oracle_k4_metrics.json

Browse files
metrics/adapoth_oracle_k4_metrics.json ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "protocol": {
3
+ "iou": "COCO-style 0.50:0.95",
4
+ "ap_interpolation_points": 101,
5
+ "confidence_operating_point": 0.25
6
+ },
7
+ "num_images": 900,
8
+ "num_ground_truth": 921,
9
+ "num_predictions": 1874,
10
+ "AP50": 0.5221367241426882,
11
+ "AP75": 0.23892102362474035,
12
+ "AP50_95": 0.26006784878747324,
13
+ "precision": 0.5610561056105611,
14
+ "recall": 0.5537459283387622,
15
+ "f1": 0.5573770491803279,
16
+ "FPPI_official": 0.20333333333333334,
17
+ "FPPI_all_images": 0.44333333333333336,
18
+ "negative_images": 300,
19
+ "negative_images_with_fp": 50,
20
+ "negative_image_false_alarm_rate": 0.16666666666666666,
21
+ "deprecated_aliases": {
22
+ "FPPI": "FPPI_all_images",
23
+ "negative_FPPI": "FPPI_official"
24
+ },
25
+ "tp": 510,
26
+ "fp": 399,
27
+ "fn": 411,
28
+ "scale": {
29
+ "ultra_fine": {
30
+ "AP50": 0.5177557627078111,
31
+ "AP75": 0.22624099286600133,
32
+ "AP50_95": 0.2583434768668532,
33
+ "recall50": 0.6779661016949152,
34
+ "positives": 472
35
+ },
36
+ "fine": {
37
+ "AP50": 0.422399173215027,
38
+ "AP75": 0.18438244288598826,
39
+ "AP50_95": 0.21234003808207938,
40
+ "recall50": 0.6568047337278107,
41
+ "positives": 169
42
+ },
43
+ "medium": {
44
+ "AP50": 0.26290745348970035,
45
+ "AP75": 0.06383849628734396,
46
+ "AP50_95": 0.10098804779014423,
47
+ "recall50": 0.673469387755102,
48
+ "positives": 147
49
+ },
50
+ "large": {
51
+ "AP50": 0.09479941009583275,
52
+ "AP75": 0.014977320309975605,
53
+ "AP50_95": 0.03158093135096375,
54
+ "recall50": 0.518796992481203,
55
+ "positives": 133
56
+ }
57
+ },
58
+ "iou_threshold_curve": {
59
+ "0.50": {
60
+ "AP": 0.5221367241426882,
61
+ "recall": 0.6503800217155266
62
+ },
63
+ "0.55": {
64
+ "AP": 0.48331009616018544,
65
+ "recall": 0.6069489685124865
66
+ },
67
+ "0.60": {
68
+ "AP": 0.43872758731087463,
69
+ "recall": 0.5646036916395223
70
+ },
71
+ "0.65": {
72
+ "AP": 0.39105757716325706,
73
+ "recall": 0.5179153094462541
74
+ },
75
+ "0.70": {
76
+ "AP": 0.3247047738949334,
77
+ "recall": 0.4505971769815418
78
+ },
79
+ "0.75": {
80
+ "AP": 0.23892102362474035,
81
+ "recall": 0.36373507057546145
82
+ },
83
+ "0.80": {
84
+ "AP": 0.13639426611716873,
85
+ "recall": 0.248642779587405
86
+ },
87
+ "0.85": {
88
+ "AP": 0.053265535112158896,
89
+ "recall": 0.13680781758957655
90
+ },
91
+ "0.90": {
92
+ "AP": 0.012008581424125747,
93
+ "recall": 0.04668838219326819
94
+ },
95
+ "0.95": {
96
+ "AP": 0.00015232292460015234,
97
+ "recall": 0.004343105320304018
98
+ }
99
+ },
100
+ "coco_evaluator": {
101
+ "AP50_95": 0.26006784878747324,
102
+ "AP50": 0.5221367241426882,
103
+ "AP75": 0.23892102362474035,
104
+ "AR100": 0.3590662323561346,
105
+ "backend": "pycocotools"
106
+ }
107
+ }