Cuong2004 commited on
Commit
0c3cacd
·
verified ·
1 Parent(s): 0d1edb3

Upload checkpoints and artifacts from ablation_random_k2_metrics.json

Browse files
metrics/ablation_random_k2_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": 2021,
10
+ "AP50": 0.2522500964957256,
11
+ "AP75": 0.11399215051125952,
12
+ "AP50_95": 0.12796259467247742,
13
+ "precision": 0.42555994729907776,
14
+ "recall": 0.3507057546145494,
15
+ "f1": 0.3845238095238095,
16
+ "FPPI_official": 0.26666666666666666,
17
+ "FPPI_all_images": 0.48444444444444446,
18
+ "negative_images": 300,
19
+ "negative_images_with_fp": 61,
20
+ "negative_image_false_alarm_rate": 0.20333333333333334,
21
+ "deprecated_aliases": {
22
+ "FPPI": "FPPI_all_images",
23
+ "negative_FPPI": "FPPI_official"
24
+ },
25
+ "tp": 323,
26
+ "fp": 436,
27
+ "fn": 598,
28
+ "scale": {
29
+ "ultra_fine": {
30
+ "AP50": 0.17044688063171778,
31
+ "AP75": 0.05679206616495011,
32
+ "AP50_95": 0.07795676970731771,
33
+ "recall50": 0.451271186440678,
34
+ "positives": 472
35
+ },
36
+ "fine": {
37
+ "AP50": 0.1668135735175612,
38
+ "AP75": 0.06377272547834907,
39
+ "AP50_95": 0.08259504154788433,
40
+ "recall50": 0.5325443786982249,
41
+ "positives": 169
42
+ },
43
+ "medium": {
44
+ "AP50": 0.1279865331173797,
45
+ "AP75": 0.06393855469122438,
46
+ "AP50_95": 0.06425730791708781,
47
+ "recall50": 0.5102040816326531,
48
+ "positives": 147
49
+ },
50
+ "large": {
51
+ "AP50": 0.05772969226972713,
52
+ "AP75": 0.0449318236226559,
53
+ "AP50_95": 0.03706076157809375,
54
+ "recall50": 0.2556390977443609,
55
+ "positives": 133
56
+ }
57
+ },
58
+ "iou_threshold_curve": {
59
+ "0.50": {
60
+ "AP": 0.2522500964957256,
61
+ "recall": 0.44733984799131377
62
+ },
63
+ "0.55": {
64
+ "AP": 0.23620670945099556,
65
+ "recall": 0.4234527687296417
66
+ },
67
+ "0.60": {
68
+ "AP": 0.21540824877627257,
69
+ "recall": 0.3952225841476656
70
+ },
71
+ "0.65": {
72
+ "AP": 0.19280067788049673,
73
+ "recall": 0.36482084690553745
74
+ },
75
+ "0.70": {
76
+ "AP": 0.16481598447278806,
77
+ "recall": 0.32247557003257327
78
+ },
79
+ "0.75": {
80
+ "AP": 0.11399215051125952,
81
+ "recall": 0.254071661237785
82
+ },
83
+ "0.80": {
84
+ "AP": 0.06825363313189946,
85
+ "recall": 0.18023887079261672
86
+ },
87
+ "0.85": {
88
+ "AP": 0.028605209624535513,
89
+ "recall": 0.09663409337676439
90
+ },
91
+ "0.90": {
92
+ "AP": 0.007161223179480968,
93
+ "recall": 0.033659066232356136
94
+ },
95
+ "0.95": {
96
+ "AP": 0.00013201320132013203,
97
+ "recall": 0.0010857763300760044
98
+ }
99
+ },
100
+ "coco_evaluator": {
101
+ "AP50_95": 0.12796259467247742,
102
+ "AP50": 0.2522500964957256,
103
+ "AP75": 0.11399215051125952,
104
+ "AR100": 0.251900108577633,
105
+ "backend": "pycocotools"
106
+ }
107
+ }