arudaev commited on
Commit
b351eec
·
verified ·
1 Parent(s): 9b49135

validator v1: test mAP50=0.7524

Browse files
Files changed (1) hide show
  1. v1/history.json +175 -0
v1/history.json ADDED
@@ -0,0 +1,175 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "role": "validator",
3
+ "version": 1,
4
+ "dataset": {
5
+ "repo_id": "arudaev/smart-bin-detect",
6
+ "revision": "main",
7
+ "composition": {
8
+ "per_split": {
9
+ "test": 2866,
10
+ "train": 13265,
11
+ "val": 2823
12
+ },
13
+ "per_pool": {
14
+ "legacy": 370,
15
+ "negatives": 17474,
16
+ "open_images": 1110
17
+ },
18
+ "background_per_split": {
19
+ "test": 2662,
20
+ "train": 12230,
21
+ "val": 2582
22
+ },
23
+ "positives": 1480,
24
+ "background_images": 17474,
25
+ "negative_ratio": 11.8,
26
+ "classes": [
27
+ "bin"
28
+ ]
29
+ }
30
+ },
31
+ "test": {
32
+ "map50": 0.7524389678079388,
33
+ "map50_95": 0.5174715400555633,
34
+ "precision": 0.7959892613104772,
35
+ "recall": 0.6878980891719745,
36
+ "map50_int8": 0.025
37
+ },
38
+ "recall_by_bins_per_frame": {
39
+ "1": {
40
+ "frames": 153,
41
+ "truth_boxes": 153,
42
+ "detected": 139,
43
+ "recall": 0.9085
44
+ },
45
+ "2": {
46
+ "frames": 23,
47
+ "truth_boxes": 46,
48
+ "detected": 28,
49
+ "recall": 0.6087
50
+ },
51
+ "4+": {
52
+ "frames": 13,
53
+ "truth_boxes": 70,
54
+ "detected": 42,
55
+ "recall": 0.6
56
+ },
57
+ "3": {
58
+ "frames": 15,
59
+ "truth_boxes": 45,
60
+ "detected": 35,
61
+ "recall": 0.7778
62
+ }
63
+ },
64
+ "precision_on_negatives": {
65
+ "negative_frames": 2662,
66
+ "frames_with_a_false_positive": 55,
67
+ "frame_level_specificity": 0.9793
68
+ },
69
+ "config": {
70
+ "project": {
71
+ "name": "smart-bin-recognition",
72
+ "seed": 42
73
+ },
74
+ "data": {
75
+ "repo_id": "arudaev/smart-bin-detect",
76
+ "revision": "main",
77
+ "imgsz": 448,
78
+ "split": {
79
+ "group_by": "capture_cluster",
80
+ "train": 0.7,
81
+ "val": 0.15,
82
+ "test": 0.15
83
+ },
84
+ "holdout_regions": [],
85
+ "holdout_annotators": [],
86
+ "classes": [
87
+ "bin"
88
+ ],
89
+ "classes_from_taxonomy": false,
90
+ "negatives": {
91
+ "open_corpus": {
92
+ "source": "open-images",
93
+ "query": [
94
+ "street",
95
+ "urban",
96
+ "sidewalk",
97
+ "residential",
98
+ "parking"
99
+ ],
100
+ "count": 15000
101
+ },
102
+ "hard_negatives": {
103
+ "classes": [
104
+ "postbox",
105
+ "planter",
106
+ "utility_cabinet",
107
+ "parked_car",
108
+ "wheeled_luggage",
109
+ "air_conditioner",
110
+ "gas_meter",
111
+ "recycling_logo_on_non_bin"
112
+ ],
113
+ "count": 2500
114
+ },
115
+ "mined_false_positives": true
116
+ }
117
+ },
118
+ "model": {
119
+ "arch": "yolo11n",
120
+ "pretrained": true
121
+ },
122
+ "training": {
123
+ "epochs": 80,
124
+ "batch": 32,
125
+ "optimizer": "AdamW",
126
+ "lr0": 0.001,
127
+ "lrf": 0.01,
128
+ "momentum": 0.937,
129
+ "weight_decay": 0.0005,
130
+ "warmup_epochs": 3.0,
131
+ "patience": 20,
132
+ "workers": 2,
133
+ "cos_lr": true
134
+ },
135
+ "augment": {
136
+ "hsv_h": 0.015,
137
+ "hsv_s": 0.7,
138
+ "hsv_v": 0.5,
139
+ "degrees": 10.0,
140
+ "translate": 0.12,
141
+ "scale": 0.6,
142
+ "shear": 2.0,
143
+ "perspective": 0.0005,
144
+ "flipud": 0.0,
145
+ "fliplr": 0.5,
146
+ "mosaic": 1.0,
147
+ "close_mosaic": 10,
148
+ "mixup": 0.1,
149
+ "erasing": 0.2
150
+ },
151
+ "export": {
152
+ "imgsz": 448,
153
+ "opset": 17,
154
+ "quantise": "int8",
155
+ "calibration_images": 200,
156
+ "gates": {
157
+ "max_accuracy_drop": 0.02,
158
+ "max_median_latency_ms": 50
159
+ },
160
+ "targets": {
161
+ "min_recall_heldout_city": 0.97,
162
+ "min_precision_on_negatives": 0.97
163
+ }
164
+ },
165
+ "hub": {
166
+ "model_repo": "arudaev/smart-bin-detect",
167
+ "private": false
168
+ },
169
+ "logging": {
170
+ "checkpoint_dir": "/kaggle/working/checkpoints",
171
+ "history_file": "history.json"
172
+ },
173
+ "run_name": "validator"
174
+ }
175
+ }