ppriyank commited on
Commit
4bd9209
·
verified ·
1 Parent(s): add27bd

Upload train_log.txt

Browse files
Files changed (1) hide show
  1. CCVID_IMG/train_log.txt +722 -0
CCVID_IMG/train_log.txt ADDED
@@ -0,0 +1,722 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ EVA-attribure: Saving model in the path :CCVID_IMG
2
+ EVA-attribure: Namespace(config_file='configs/mevid/eva02_l_cloth.yml', eval=False, local_rank=0, multi_node=False, opts=['DATA.ADD_META', 'False', 'DATA.MASK_META', 'False', 'MODEL.DIST_TRAIN', 'True', 'SOLVER.LOG_PERIOD', '50', 'DATA.ROOT', '/home/c3-0/datasets/CCVID/', 'DATA.TEST_BATCH', '500', 'DATA.DATASET', 'ccvid', 'SOLVER.EVAL_PERIOD', '2', 'OUTPUT_DIR', 'CCVID_IMG'], resume=False)
3
+ EVA-attribure: Loaded configuration file configs/mevid/eva02_l_cloth.yml
4
+ EVA-attribure:
5
+ MODEL:
6
+ TYPE: eva02_cloth
7
+ NAME: eva02_l_cloth
8
+ META_DIMS: [ 105, ]
9
+ METRIC_LOSS_TYPE: 'triplet'
10
+ IF_LABELSMOOTH: 'off'
11
+ IF_WITH_CENTER: 'no'
12
+ NO_MARGIN: True
13
+ ADD_META: True
14
+ CLOTH_ONLY: True
15
+
16
+ DATA:
17
+ IMG_HEIGHT: 224
18
+ IMG_WIDTH: 224
19
+ DATASET: 'mevid'
20
+
21
+ SOLVER:
22
+ OPTIMIZER_NAME: 'SGD'
23
+ MAX_EPOCHS: 60
24
+ BASE_LR: 2e-5
25
+ WARMUP_METHOD: 'linear'
26
+ LARGE_FC_LR: False
27
+ CHECKPOINT_PERIOD: 60
28
+ LOG_PERIOD: 50
29
+ EVAL_PERIOD: 1
30
+ WEIGHT_DECAY: 0.05
31
+ WEIGHT_DECAY_BIAS: 0.05
32
+ BIAS_LR_FACTOR: 2
33
+
34
+ TEST:
35
+ WEIGHT: ''
36
+ FEAT_NORM: 'yes'
37
+ TYPE: 'image_only'
38
+ OUTPUT_DIR: ''
39
+
40
+
41
+
42
+ EVA-attribure: Running with config:
43
+ AUG:
44
+ RC_PROB: 0.5
45
+ RE_PROB: 0.5
46
+ RF_PROB: 0.5
47
+ SAMPLING_STRIDE: 4
48
+ SEQ_LEN: 8
49
+ TEMPORAL_SAMPLING_MODE: stride
50
+ DATA:
51
+ ADD_META: False
52
+ AUX_INFO: True
53
+ BATCH_SIZE: 8
54
+ DATASET: ccvid
55
+ F8: None
56
+ IMG_HEIGHT: 224
57
+ IMG_WIDTH: 224
58
+ MASK_META: False
59
+ META_DIR: PAR_PETA_105.txt
60
+ NUM_INSTANCES: 2
61
+ NUM_WORKERS: 4
62
+ PIN_MEMORY: True
63
+ ROOT: /home/c3-0/datasets/CCVID/
64
+ SAMPLER: softmax_triplet
65
+ TEST_BATCH: 500
66
+ MODEL:
67
+ ADD_META: True
68
+ Adapter: None
69
+ CLOTH_ONLY: True
70
+ CLOTH_XISHU: 3
71
+ COS_LAYER: False
72
+ DEVICE: cuda
73
+ DEVICE_ID: 0
74
+ DIST_TRAIN: True
75
+ ID_LOSS_TYPE: softmax
76
+ ID_LOSS_WEIGHT: 1.0
77
+ IF_LABELSMOOTH: off
78
+ IF_WITH_CENTER: no
79
+ Joint: None
80
+ MASK_META: False
81
+ META_DIMS: [105]
82
+ METRIC_LOSS_TYPE: triplet
83
+ NAME: eva02_l_cloth
84
+ NO_MARGIN: True
85
+ TIM_DIM: 4
86
+ TRIPLET_LOSS_WEIGHT: 1.0
87
+ TYPE: eva02_cloth
88
+ OUTPUT_DIR: CCVID_IMG
89
+ SOLVER:
90
+ BASE_LR: 2e-05
91
+ BIAS_LR_FACTOR: 2
92
+ CENTER_LOSS_WEIGHT: 0.0005
93
+ CENTER_LR: 0.5
94
+ CHECKPOINT_PERIOD: 60
95
+ COSINE_MARGIN: 0.5
96
+ COSINE_SCALE: 30
97
+ EVAL_PERIOD: 2
98
+ GAMMA: 0.1
99
+ LARGE_FC_LR: False
100
+ LOG_PERIOD: 50
101
+ MARGIN: 0.3
102
+ MAX_EPOCHS: 60
103
+ MOMENTUM: 0.9
104
+ OPTIMIZER_NAME: SGD
105
+ SEED: 1234
106
+ STEPS: (40, 60)
107
+ WARMUP_EPOCHS: 20
108
+ WARMUP_FACTOR: 0.01
109
+ WARMUP_LR: 7.8125e-07
110
+ WARMUP_METHOD: linear
111
+ WEIGHT_DECAY: 0.05
112
+ WEIGHT_DECAY_BIAS: 0.05
113
+ TEST:
114
+ FEAT_NORM: yes
115
+ TYPE: image_only
116
+ WEIGHT:
117
+ TRAIN:
118
+ E2E: True
119
+ START_EPOCH: 1
120
+ TRAIN_VIDEO: None
121
+ EVA-attribure: => CCVID loaded
122
+ EVA-attribure: Dataset statistics:
123
+ EVA-attribure: ---------------------------------------------
124
+ EVA-attribure: subset | # ids | # tracklets | # clothes
125
+ EVA-attribure: ---------------------------------------------
126
+ EVA-attribure: train | 75 | 948 | 159
127
+ EVA-attribure: train_dense | 75 | 1409 | 159
128
+ EVA-attribure: query | 151 | 834 | 160
129
+ EVA-attribure: gallery | 151 | 1074 | 252
130
+ EVA-attribure: ---------------------------------------------
131
+ EVA-attribure: total | 226 | 2856 | 480
132
+ EVA-attribure: number of images per tracklet: 27 ~ 410, average 121.8
133
+ EVA-attribure: ---------------------------------------------
134
+ EVA-attribure: ---------------------------------------------------------------
135
+ EVA-attribure: Partition | <32 | '32-64' | '64-128' | '128-256' | '>256'
136
+ EVA-attribure: train.txt | 0 | 13799 | 49577 | 55237 | 0
137
+ EVA-attribure: query.txt | 0 | 26702 | 41930 | 48167 | 0
138
+ EVA-attribure: gallery.txt | 0 | 11776 | 32958 | 67687 | 0
139
+ EVA-attribure: ---------------------------------------------------------------
140
+ EVA-attribure.train: start training
141
+ EVA-attribure.train: Epoch[1] Iteration[50/59] Loss: 5.108, Acc: 0.032, Base Lr: 1.74e-06
142
+ EVA-attribure.train: Epoch[2] Iteration[50/59] Loss: 4.783, Acc: 0.117, Base Lr: 2.70e-06
143
+ EVA-attribure: Extracted features for query set, obtained torch.Size([834, 1024]) matrix
144
+ EVA-attribure: Extracted features for gallery set, obtained torch.Size([1074, 1024]) matrix
145
+ EVA-attribure: Extracting features complete in 3m 9s
146
+ EVA-attribure: Distance computing in 0m 0s
147
+ EVA-attribure: Computing CMC and mAP
148
+ EVA-attribure: Results ---------------------------------------------------
149
+ EVA-attribure: top1:79.1% top5:86.6% top10:91.8% top20:95.8% mAP:77.3%
150
+ EVA-attribure: -----------------------------------------------------------
151
+ EVA-attribure: Using 0m 0s
152
+ EVA-attribure: Computing CMC and mAP only for the same clothes setting
153
+ EVA-attribure: Results ---------------------------------------------------
154
+ EVA-attribure: top1:100.0% top5:100.0% top10:100.0% top20:100.0% mAP:98.8%
155
+ EVA-attribure: -----------------------------------------------------------
156
+ EVA-attribure: Computing CMC and mAP only for clothes-changing
157
+ EVA-attribure: Results ---------------------------------------------------
158
+ EVA-attribure: top1:70.5% top5:82.1% top10:89.6% top20:94.4% mAP:68.7%
159
+ EVA-attribure: -----------------------------------------------------------
160
+ EVA-attribure.train: ==> Best Rank-1 70.5%, Best Map 68.7% achieved at epoch 2
161
+ EVA-attribure.train: Epoch[3] Iteration[50/59] Loss: 4.609, Acc: 0.135, Base Lr: 3.66e-06
162
+ EVA-attribure.train: Epoch[4] Iteration[50/59] Loss: 4.453, Acc: 0.132, Base Lr: 4.63e-06
163
+ EVA-attribure: Extracted features for query set, obtained torch.Size([834, 1024]) matrix
164
+ EVA-attribure: Extracted features for gallery set, obtained torch.Size([1074, 1024]) matrix
165
+ EVA-attribure: Extracting features complete in 3m 2s
166
+ EVA-attribure: Distance computing in 0m 0s
167
+ EVA-attribure: Computing CMC and mAP
168
+ EVA-attribure: Results ---------------------------------------------------
169
+ EVA-attribure: top1:78.8% top5:85.6% top10:91.8% top20:96.4% mAP:78.1%
170
+ EVA-attribure: -----------------------------------------------------------
171
+ EVA-attribure: Using 0m 0s
172
+ EVA-attribure: Computing CMC and mAP only for the same clothes setting
173
+ EVA-attribure: Results ---------------------------------------------------
174
+ EVA-attribure: top1:100.0% top5:100.0% top10:100.0% top20:100.0% mAP:99.7%
175
+ EVA-attribure: -----------------------------------------------------------
176
+ EVA-attribure: Computing CMC and mAP only for clothes-changing
177
+ EVA-attribure: Results ---------------------------------------------------
178
+ EVA-attribure: top1:71.9% top5:82.7% top10:90.3% top20:95.0% mAP:71.7%
179
+ EVA-attribure: -----------------------------------------------------------
180
+ EVA-attribure.train: ==> Best Rank-1 71.9%, Best Map 71.7% achieved at epoch 4
181
+ EVA-attribure.train: Epoch[5] Iteration[50/59] Loss: 4.444, Acc: 0.135, Base Lr: 5.59e-06
182
+ EVA-attribure.train: Epoch[6] Iteration[50/59] Loss: 4.431, Acc: 0.135, Base Lr: 6.55e-06
183
+ EVA-attribure: Extracted features for query set, obtained torch.Size([834, 1024]) matrix
184
+ EVA-attribure: Extracted features for gallery set, obtained torch.Size([1074, 1024]) matrix
185
+ EVA-attribure: Extracting features complete in 3m 3s
186
+ EVA-attribure: Distance computing in 0m 0s
187
+ EVA-attribure: Computing CMC and mAP
188
+ EVA-attribure: Results ---------------------------------------------------
189
+ EVA-attribure: top1:81.7% top5:86.6% top10:91.2% top20:96.9% mAP:81.0%
190
+ EVA-attribure: -----------------------------------------------------------
191
+ EVA-attribure: Using 0m 0s
192
+ EVA-attribure: Computing CMC and mAP only for the same clothes setting
193
+ EVA-attribure: Results ---------------------------------------------------
194
+ EVA-attribure: top1:100.0% top5:100.0% top10:100.0% top20:100.0% mAP:99.9%
195
+ EVA-attribure: -----------------------------------------------------------
196
+ EVA-attribure: Computing CMC and mAP only for clothes-changing
197
+ EVA-attribure: Results ---------------------------------------------------
198
+ EVA-attribure: top1:76.4% top5:83.8% top10:89.7% top20:95.6% mAP:75.8%
199
+ EVA-attribure: -----------------------------------------------------------
200
+ EVA-attribure.train: ==> Best Rank-1 76.4%, Best Map 75.8% achieved at epoch 6
201
+ EVA-attribure.train: Epoch[7] Iteration[50/59] Loss: 4.395, Acc: 0.135, Base Lr: 7.51e-06
202
+ EVA-attribure.train: Epoch[8] Iteration[50/59] Loss: 4.333, Acc: 0.135, Base Lr: 8.47e-06
203
+ EVA-attribure: Extracted features for query set, obtained torch.Size([834, 1024]) matrix
204
+ EVA-attribure: Extracted features for gallery set, obtained torch.Size([1074, 1024]) matrix
205
+ EVA-attribure: Extracting features complete in 3m 3s
206
+ EVA-attribure: Distance computing in 0m 0s
207
+ EVA-attribure: Computing CMC and mAP
208
+ EVA-attribure: Results ---------------------------------------------------
209
+ EVA-attribure: top1:80.5% top5:84.7% top10:89.9% top20:94.7% mAP:79.7%
210
+ EVA-attribure: -----------------------------------------------------------
211
+ EVA-attribure: Using 0m 0s
212
+ EVA-attribure: Computing CMC and mAP only for the same clothes setting
213
+ EVA-attribure: Results ---------------------------------------------------
214
+ EVA-attribure: top1:100.0% top5:100.0% top10:100.0% top20:100.0% mAP:100.0%
215
+ EVA-attribure: -----------------------------------------------------------
216
+ EVA-attribure: Computing CMC and mAP only for clothes-changing
217
+ EVA-attribure: Results ---------------------------------------------------
218
+ EVA-attribure: top1:75.8% top5:82.3% top10:88.2% top20:93.4% mAP:75.4%
219
+ EVA-attribure: -----------------------------------------------------------
220
+ EVA-attribure.train: Epoch[9] Iteration[50/59] Loss: 4.302, Acc: 0.135, Base Lr: 9.43e-06
221
+ EVA-attribure.train: Epoch[10] Iteration[50/59] Loss: 4.271, Acc: 0.135, Base Lr: 1.04e-05
222
+ EVA-attribure: Extracted features for query set, obtained torch.Size([834, 1024]) matrix
223
+ EVA-attribure: Extracted features for gallery set, obtained torch.Size([1074, 1024]) matrix
224
+ EVA-attribure: Extracting features complete in 3m 2s
225
+ EVA-attribure: Distance computing in 0m 0s
226
+ EVA-attribure: Computing CMC and mAP
227
+ EVA-attribure: Results ---------------------------------------------------
228
+ EVA-attribure: top1:81.5% top5:86.1% top10:89.9% top20:94.7% mAP:81.5%
229
+ EVA-attribure: -----------------------------------------------------------
230
+ EVA-attribure: Using 0m 0s
231
+ EVA-attribure: Computing CMC and mAP only for the same clothes setting
232
+ EVA-attribure: Results ---------------------------------------------------
233
+ EVA-attribure: top1:100.0% top5:100.0% top10:100.0% top20:100.0% mAP:100.0%
234
+ EVA-attribure: -----------------------------------------------------------
235
+ EVA-attribure: Computing CMC and mAP only for clothes-changing
236
+ EVA-attribure: Results ---------------------------------------------------
237
+ EVA-attribure: top1:77.9% top5:84.7% top10:88.5% top20:94.4% mAP:78.8%
238
+ EVA-attribure: -----------------------------------------------------------
239
+ EVA-attribure.train: ==> Best Rank-1 77.9%, Best Map 78.8% achieved at epoch 10
240
+ EVA-attribure.train: Epoch[11] Iteration[50/59] Loss: 4.209, Acc: 0.140, Base Lr: 1.14e-05
241
+ EVA-attribure.train: Epoch[12] Iteration[50/59] Loss: 4.165, Acc: 0.142, Base Lr: 1.23e-05
242
+ EVA-attribure: Extracted features for query set, obtained torch.Size([834, 1024]) matrix
243
+ EVA-attribure: Extracted features for gallery set, obtained torch.Size([1074, 1024]) matrix
244
+ EVA-attribure: Extracting features complete in 3m 4s
245
+ EVA-attribure: Distance computing in 0m 0s
246
+ EVA-attribure: Computing CMC and mAP
247
+ EVA-attribure: Results ---------------------------------------------------
248
+ EVA-attribure: top1:84.5% top5:88.8% top10:92.6% top20:94.8% mAP:84.7%
249
+ EVA-attribure: -----------------------------------------------------------
250
+ EVA-attribure: Using 0m 0s
251
+ EVA-attribure: Computing CMC and mAP only for the same clothes setting
252
+ EVA-attribure: Results ---------------------------------------------------
253
+ EVA-attribure: top1:100.0% top5:100.0% top10:100.0% top20:100.0% mAP:100.0%
254
+ EVA-attribure: -----------------------------------------------------------
255
+ EVA-attribure: Computing CMC and mAP only for clothes-changing
256
+ EVA-attribure: Results ---------------------------------------------------
257
+ EVA-attribure: top1:81.5% top5:87.1% top10:91.4% top20:94.5% mAP:82.2%
258
+ EVA-attribure: -----------------------------------------------------------
259
+ EVA-attribure.train: ==> Best Rank-1 81.5%, Best Map 82.2% achieved at epoch 12
260
+ EVA-attribure.train: Epoch[13] Iteration[50/59] Loss: 4.073, Acc: 0.190, Base Lr: 1.33e-05
261
+ EVA-attribure.train: Epoch[14] Iteration[50/59] Loss: 3.943, Acc: 0.327, Base Lr: 1.42e-05
262
+ EVA-attribure: Extracted features for query set, obtained torch.Size([834, 1024]) matrix
263
+ EVA-attribure: Extracted features for gallery set, obtained torch.Size([1074, 1024]) matrix
264
+ EVA-attribure: Extracting features complete in 3m 2s
265
+ EVA-attribure: Distance computing in 0m 0s
266
+ EVA-attribure: Computing CMC and mAP
267
+ EVA-attribure: Results ---------------------------------------------------
268
+ EVA-attribure: top1:87.6% top5:90.8% top10:93.6% top20:94.2% mAP:87.9%
269
+ EVA-attribure: -----------------------------------------------------------
270
+ EVA-attribure: Using 0m 0s
271
+ EVA-attribure: Computing CMC and mAP only for the same clothes setting
272
+ EVA-attribure: Results ---------------------------------------------------
273
+ EVA-attribure: top1:100.0% top5:100.0% top10:100.0% top20:100.0% mAP:100.0%
274
+ EVA-attribure: -----------------------------------------------------------
275
+ EVA-attribure: Computing CMC and mAP only for clothes-changing
276
+ EVA-attribure: Results ---------------------------------------------------
277
+ EVA-attribure: top1:84.9% top5:89.6% top10:93.2% top20:93.9% mAP:85.8%
278
+ EVA-attribure: -----------------------------------------------------------
279
+ EVA-attribure.train: ==> Best Rank-1 84.9%, Best Map 85.8% achieved at epoch 14
280
+ EVA-attribure.train: Epoch[15] Iteration[50/59] Loss: 3.781, Acc: 0.462, Base Lr: 1.52e-05
281
+ EVA-attribure.train: Epoch[16] Iteration[50/59] Loss: 3.685, Acc: 0.615, Base Lr: 1.62e-05
282
+ EVA-attribure: Extracted features for query set, obtained torch.Size([834, 1024]) matrix
283
+ EVA-attribure: Extracted features for gallery set, obtained torch.Size([1074, 1024]) matrix
284
+ EVA-attribure: Extracting features complete in 3m 5s
285
+ EVA-attribure: Distance computing in 0m 0s
286
+ EVA-attribure: Computing CMC and mAP
287
+ EVA-attribure: Results ---------------------------------------------------
288
+ EVA-attribure: top1:88.1% top5:91.1% top10:93.3% top20:94.1% mAP:88.0%
289
+ EVA-attribure: -----------------------------------------------------------
290
+ EVA-attribure: Using 0m 0s
291
+ EVA-attribure: Computing CMC and mAP only for the same clothes setting
292
+ EVA-attribure: Results ---------------------------------------------------
293
+ EVA-attribure: top1:100.0% top5:100.0% top10:100.0% top20:100.0% mAP:100.0%
294
+ EVA-attribure: -----------------------------------------------------------
295
+ EVA-attribure: Computing CMC and mAP only for clothes-changing
296
+ EVA-attribure: Results ---------------------------------------------------
297
+ EVA-attribure: top1:85.4% top5:89.6% top10:92.6% top20:93.8% mAP:86.0%
298
+ EVA-attribure: -----------------------------------------------------------
299
+ EVA-attribure.train: ==> Best Rank-1 85.4%, Best Map 86.0% achieved at epoch 16
300
+ EVA-attribure.train: Epoch[17] Iteration[50/59] Loss: 3.512, Acc: 0.765, Base Lr: 1.71e-05
301
+ EVA-attribure.train: Epoch[18] Iteration[50/59] Loss: 3.316, Acc: 0.837, Base Lr: 1.81e-05
302
+ EVA-attribure: Extracted features for query set, obtained torch.Size([834, 1024]) matrix
303
+ EVA-attribure: Extracted features for gallery set, obtained torch.Size([1074, 1024]) matrix
304
+ EVA-attribure: Extracting features complete in 3m 15s
305
+ EVA-attribure: Distance computing in 0m 0s
306
+ EVA-attribure: Computing CMC and mAP
307
+ EVA-attribure: Results ---------------------------------------------------
308
+ EVA-attribure: top1:86.1% top5:90.4% top10:92.4% top20:93.9% mAP:86.6%
309
+ EVA-attribure: -----------------------------------------------------------
310
+ EVA-attribure: Using 0m 0s
311
+ EVA-attribure: Computing CMC and mAP only for the same clothes setting
312
+ EVA-attribure: Results ---------------------------------------------------
313
+ EVA-attribure: top1:100.0% top5:100.0% top10:100.0% top20:100.0% mAP:100.0%
314
+ EVA-attribure: -----------------------------------------------------------
315
+ EVA-attribure: Computing CMC and mAP only for clothes-changing
316
+ EVA-attribure: Results ---------------------------------------------------
317
+ EVA-attribure: top1:83.5% top5:88.8% top10:91.2% top20:93.5% mAP:84.5%
318
+ EVA-attribure: -----------------------------------------------------------
319
+ EVA-attribure.train: Epoch[19] Iteration[50/59] Loss: 3.201, Acc: 0.857, Base Lr: 1.90e-05
320
+ EVA-attribure.train: Epoch[20] Iteration[50/59] Loss: 2.973, Acc: 0.917, Base Lr: 1.55e-05
321
+ EVA-attribure: Extracted features for query set, obtained torch.Size([834, 1024]) matrix
322
+ EVA-attribure: Extracted features for gallery set, obtained torch.Size([1074, 1024]) matrix
323
+ EVA-attribure: Extracting features complete in 3m 4s
324
+ EVA-attribure: Distance computing in 0m 0s
325
+ EVA-attribure: Computing CMC and mAP
326
+ EVA-attribure: Results ---------------------------------------------------
327
+ EVA-attribure: top1:87.5% top5:90.8% top10:92.4% top20:93.8% mAP:87.3%
328
+ EVA-attribure: -----------------------------------------------------------
329
+ EVA-attribure: Using 0m 0s
330
+ EVA-attribure: Computing CMC and mAP only for the same clothes setting
331
+ EVA-attribure: Results ---------------------------------------------------
332
+ EVA-attribure: top1:100.0% top5:100.0% top10:100.0% top20:100.0% mAP:100.0%
333
+ EVA-attribure: -----------------------------------------------------------
334
+ EVA-attribure: Computing CMC and mAP only for clothes-changing
335
+ EVA-attribure: Results ---------------------------------------------------
336
+ EVA-attribure: top1:85.5% top5:89.8% top10:92.0% top20:93.4% mAP:85.6%
337
+ EVA-attribure: -----------------------------------------------------------
338
+ EVA-attribure.train: ==> Best Rank-1 85.5%, Best Map 86.0% achieved at epoch 20
339
+ EVA-attribure.train: Epoch[21] Iteration[50/59] Loss: 2.860, Acc: 0.917, Base Lr: 1.51e-05
340
+ EVA-attribure.train: Epoch[22] Iteration[50/59] Loss: 2.712, Acc: 0.942, Base Lr: 1.47e-05
341
+ EVA-attribure: Extracted features for query set, obtained torch.Size([834, 1024]) matrix
342
+ EVA-attribure: Extracted features for gallery set, obtained torch.Size([1074, 1024]) matrix
343
+ EVA-attribure: Extracting features complete in 3m 2s
344
+ EVA-attribure: Distance computing in 0m 0s
345
+ EVA-attribure: Computing CMC and mAP
346
+ EVA-attribure: Results ---------------------------------------------------
347
+ EVA-attribure: top1:87.9% top5:90.5% top10:92.4% top20:93.9% mAP:87.3%
348
+ EVA-attribure: -----------------------------------------------------------
349
+ EVA-attribure: Using 0m 0s
350
+ EVA-attribure: Computing CMC and mAP only for the same clothes setting
351
+ EVA-attribure: Results ---------------------------------------------------
352
+ EVA-attribure: top1:100.0% top5:100.0% top10:100.0% top20:100.0% mAP:100.0%
353
+ EVA-attribure: -----------------------------------------------------------
354
+ EVA-attribure: Computing CMC and mAP only for clothes-changing
355
+ EVA-attribure: Results ---------------------------------------------------
356
+ EVA-attribure: top1:86.0% top5:89.6% top10:92.0% top20:93.5% mAP:85.7%
357
+ EVA-attribure: -----------------------------------------------------------
358
+ EVA-attribure.train: ==> Best Rank-1 86.0%, Best Map 86.0% achieved at epoch 22
359
+ EVA-attribure.train: Epoch[23] Iteration[50/59] Loss: 2.565, Acc: 0.960, Base Lr: 1.42e-05
360
+ EVA-attribure.train: Epoch[24] Iteration[50/59] Loss: 2.414, Acc: 0.962, Base Lr: 1.38e-05
361
+ EVA-attribure: Extracted features for query set, obtained torch.Size([834, 1024]) matrix
362
+ EVA-attribure: Extracted features for gallery set, obtained torch.Size([1074, 1024]) matrix
363
+ EVA-attribure: Extracting features complete in 3m 1s
364
+ EVA-attribure: Distance computing in 0m 0s
365
+ EVA-attribure: Computing CMC and mAP
366
+ EVA-attribure: Results ---------------------------------------------------
367
+ EVA-attribure: top1:87.5% top5:90.8% top10:92.4% top20:93.6% mAP:87.7%
368
+ EVA-attribure: -----------------------------------------------------------
369
+ EVA-attribure: Using 0m 0s
370
+ EVA-attribure: Computing CMC and mAP only for the same clothes setting
371
+ EVA-attribure: Results ---------------------------------------------------
372
+ EVA-attribure: top1:100.0% top5:100.0% top10:100.0% top20:100.0% mAP:100.0%
373
+ EVA-attribure: -----------------------------------------------------------
374
+ EVA-attribure: Computing CMC and mAP only for clothes-changing
375
+ EVA-attribure: Results ---------------------------------------------------
376
+ EVA-attribure: top1:85.7% top5:89.8% top10:92.1% top20:93.3% mAP:86.2%
377
+ EVA-attribure: -----------------------------------------------------------
378
+ EVA-attribure.train: Epoch[25] Iteration[50/59] Loss: 2.416, Acc: 0.955, Base Lr: 1.33e-05
379
+ EVA-attribure.train: Epoch[26] Iteration[50/59] Loss: 2.227, Acc: 0.967, Base Lr: 1.29e-05
380
+ EVA-attribure: Extracted features for query set, obtained torch.Size([834, 1024]) matrix
381
+ EVA-attribure: Extracted features for gallery set, obtained torch.Size([1074, 1024]) matrix
382
+ EVA-attribure: Extracting features complete in 3m 2s
383
+ EVA-attribure: Distance computing in 0m 0s
384
+ EVA-attribure: Computing CMC and mAP
385
+ EVA-attribure: Results ---------------------------------------------------
386
+ EVA-attribure: top1:88.6% top5:91.1% top10:92.4% top20:93.9% mAP:88.4%
387
+ EVA-attribure: -----------------------------------------------------------
388
+ EVA-attribure: Using 0m 0s
389
+ EVA-attribure: Computing CMC and mAP only for the same clothes setting
390
+ EVA-attribure: Results ---------------------------------------------------
391
+ EVA-attribure: top1:100.0% top5:100.0% top10:100.0% top20:100.0% mAP:100.0%
392
+ EVA-attribure: -----------------------------------------------------------
393
+ EVA-attribure: Computing CMC and mAP only for clothes-changing
394
+ EVA-attribure: Results ---------------------------------------------------
395
+ EVA-attribure: top1:86.3% top5:90.0% top10:92.1% top20:93.5% mAP:86.6%
396
+ EVA-attribure: -----------------------------------------------------------
397
+ EVA-attribure.train: ==> Best Rank-1 86.3%, Best Map 86.6% achieved at epoch 26
398
+ EVA-attribure.train: Epoch[27] Iteration[50/59] Loss: 2.106, Acc: 0.977, Base Lr: 1.24e-05
399
+ EVA-attribure.train: Epoch[28] Iteration[50/59] Loss: 2.121, Acc: 0.970, Base Lr: 1.19e-05
400
+ EVA-attribure: Extracted features for query set, obtained torch.Size([834, 1024]) matrix
401
+ EVA-attribure: Extracted features for gallery set, obtained torch.Size([1074, 1024]) matrix
402
+ EVA-attribure: Extracting features complete in 3m 1s
403
+ EVA-attribure: Distance computing in 0m 0s
404
+ EVA-attribure: Computing CMC and mAP
405
+ EVA-attribure: Results ---------------------------------------------------
406
+ EVA-attribure: top1:87.8% top5:91.2% top10:92.4% top20:93.8% mAP:88.2%
407
+ EVA-attribure: -----------------------------------------------------------
408
+ EVA-attribure: Using 0m 0s
409
+ EVA-attribure: Computing CMC and mAP only for the same clothes setting
410
+ EVA-attribure: Results ---------------------------------------------------
411
+ EVA-attribure: top1:100.0% top5:100.0% top10:100.0% top20:100.0% mAP:100.0%
412
+ EVA-attribure: -----------------------------------------------------------
413
+ EVA-attribure: Computing CMC and mAP only for clothes-changing
414
+ EVA-attribure: Results ---------------------------------------------------
415
+ EVA-attribure: top1:85.3% top5:90.2% top10:92.0% top20:93.4% mAP:86.4%
416
+ EVA-attribure: -----------------------------------------------------------
417
+ EVA-attribure.train: Epoch[29] Iteration[50/59] Loss: 1.925, Acc: 0.980, Base Lr: 1.15e-05
418
+ EVA-attribure.train: Epoch[30] Iteration[50/59] Loss: 1.841, Acc: 0.985, Base Lr: 1.10e-05
419
+ EVA-attribure: Extracted features for query set, obtained torch.Size([834, 1024]) matrix
420
+ EVA-attribure: Extracted features for gallery set, obtained torch.Size([1074, 1024]) matrix
421
+ EVA-attribure: Extracting features complete in 3m 5s
422
+ EVA-attribure: Distance computing in 0m 0s
423
+ EVA-attribure: Computing CMC and mAP
424
+ EVA-attribure: Results ---------------------------------------------------
425
+ EVA-attribure: top1:86.2% top5:90.8% top10:92.3% top20:93.6% mAP:87.3%
426
+ EVA-attribure: -----------------------------------------------------------
427
+ EVA-attribure: Using 0m 0s
428
+ EVA-attribure: Computing CMC and mAP only for the same clothes setting
429
+ EVA-attribure: Results ---------------------------------------------------
430
+ EVA-attribure: top1:100.0% top5:100.0% top10:100.0% top20:100.0% mAP:100.0%
431
+ EVA-attribure: -----------------------------------------------------------
432
+ EVA-attribure: Computing CMC and mAP only for clothes-changing
433
+ EVA-attribure: Results ---------------------------------------------------
434
+ EVA-attribure: top1:84.3% top5:90.0% top10:92.0% top20:93.5% mAP:85.9%
435
+ EVA-attribure: -----------------------------------------------------------
436
+ EVA-attribure.train: Epoch[31] Iteration[50/59] Loss: 1.775, Acc: 0.977, Base Lr: 1.05e-05
437
+ EVA-attribure.train: Epoch[32] Iteration[50/59] Loss: 1.748, Acc: 0.977, Base Lr: 1.01e-05
438
+ EVA-attribure: Extracted features for query set, obtained torch.Size([834, 1024]) matrix
439
+ EVA-attribure: Extracted features for gallery set, obtained torch.Size([1074, 1024]) matrix
440
+ EVA-attribure: Extracting features complete in 3m 12s
441
+ EVA-attribure: Distance computing in 0m 0s
442
+ EVA-attribure: Computing CMC and mAP
443
+ EVA-attribure: Results ---------------------------------------------------
444
+ EVA-attribure: top1:87.1% top5:90.4% top10:92.3% top20:93.6% mAP:87.8%
445
+ EVA-attribure: -----------------------------------------------------------
446
+ EVA-attribure: Using 0m 0s
447
+ EVA-attribure: Computing CMC and mAP only for the same clothes setting
448
+ EVA-attribure: Results ---------------------------------------------------
449
+ EVA-attribure: top1:100.0% top5:100.0% top10:100.0% top20:100.0% mAP:100.0%
450
+ EVA-attribure: -----------------------------------------------------------
451
+ EVA-attribure: Computing CMC and mAP only for clothes-changing
452
+ EVA-attribure: Results ---------------------------------------------------
453
+ EVA-attribure: top1:85.1% top5:89.6% top10:92.0% top20:93.3% mAP:86.4%
454
+ EVA-attribure: -----------------------------------------------------------
455
+ EVA-attribure.train: Epoch[33] Iteration[50/59] Loss: 1.672, Acc: 0.980, Base Lr: 9.59e-06
456
+ EVA-attribure.train: Epoch[34] Iteration[50/59] Loss: 1.632, Acc: 0.980, Base Lr: 9.13e-06
457
+ EVA-attribure: Extracted features for query set, obtained torch.Size([834, 1024]) matrix
458
+ EVA-attribure: Extracted features for gallery set, obtained torch.Size([1074, 1024]) matrix
459
+ EVA-attribure: Extracting features complete in 3m 2s
460
+ EVA-attribure: Distance computing in 0m 0s
461
+ EVA-attribure: Computing CMC and mAP
462
+ EVA-attribure: Results ---------------------------------------------------
463
+ EVA-attribure: top1:87.1% top5:90.5% top10:92.3% top20:93.6% mAP:88.2%
464
+ EVA-attribure: -----------------------------------------------------------
465
+ EVA-attribure: Using 0m 0s
466
+ EVA-attribure: Computing CMC and mAP only for the same clothes setting
467
+ EVA-attribure: Results ---------------------------------------------------
468
+ EVA-attribure: top1:100.0% top5:100.0% top10:100.0% top20:100.0% mAP:100.0%
469
+ EVA-attribure: -----------------------------------------------------------
470
+ EVA-attribure: Computing CMC and mAP only for clothes-changing
471
+ EVA-attribure: Results ---------------------------------------------------
472
+ EVA-attribure: top1:85.0% top5:89.7% top10:92.0% top20:93.5% mAP:86.8%
473
+ EVA-attribure: -----------------------------------------------------------
474
+ EVA-attribure.train: Epoch[35] Iteration[50/59] Loss: 1.515, Acc: 0.980, Base Lr: 8.67e-06
475
+ EVA-attribure.train: Epoch[36] Iteration[50/59] Loss: 1.474, Acc: 0.975, Base Lr: 8.22e-06
476
+ EVA-attribure: Extracted features for query set, obtained torch.Size([834, 1024]) matrix
477
+ EVA-attribure: Extracted features for gallery set, obtained torch.Size([1074, 1024]) matrix
478
+ EVA-attribure: Extracting features complete in 3m 2s
479
+ EVA-attribure: Distance computing in 0m 0s
480
+ EVA-attribure: Computing CMC and mAP
481
+ EVA-attribure: Results ---------------------------------------------------
482
+ EVA-attribure: top1:86.7% top5:90.5% top10:92.3% top20:93.4% mAP:87.6%
483
+ EVA-attribure: -----------------------------------------------------------
484
+ EVA-attribure: Using 0m 0s
485
+ EVA-attribure: Computing CMC and mAP only for the same clothes setting
486
+ EVA-attribure: Results ---------------------------------------------------
487
+ EVA-attribure: top1:100.0% top5:100.0% top10:100.0% top20:100.0% mAP:100.0%
488
+ EVA-attribure: -----------------------------------------------------------
489
+ EVA-attribure: Computing CMC and mAP only for clothes-changing
490
+ EVA-attribure: Results ---------------------------------------------------
491
+ EVA-attribure: top1:84.8% top5:89.7% top10:92.0% top20:93.0% mAP:86.3%
492
+ EVA-attribure: -----------------------------------------------------------
493
+ EVA-attribure.train: Epoch[37] Iteration[50/59] Loss: 1.432, Acc: 0.987, Base Lr: 7.77e-06
494
+ EVA-attribure.train: Epoch[38] Iteration[50/59] Loss: 1.374, Acc: 0.982, Base Lr: 7.34e-06
495
+ EVA-attribure: Extracted features for query set, obtained torch.Size([834, 1024]) matrix
496
+ EVA-attribure: Extracted features for gallery set, obtained torch.Size([1074, 1024]) matrix
497
+ EVA-attribure: Extracting features complete in 3m 1s
498
+ EVA-attribure: Distance computing in 0m 0s
499
+ EVA-attribure: Computing CMC and mAP
500
+ EVA-attribure: Results ---------------------------------------------------
501
+ EVA-attribure: top1:86.8% top5:90.5% top10:92.3% top20:93.5% mAP:87.9%
502
+ EVA-attribure: -----------------------------------------------------------
503
+ EVA-attribure: Using 0m 0s
504
+ EVA-attribure: Computing CMC and mAP only for the same clothes setting
505
+ EVA-attribure: Results ---------------------------------------------------
506
+ EVA-attribure: top1:100.0% top5:100.0% top10:100.0% top20:100.0% mAP:100.0%
507
+ EVA-attribure: -----------------------------------------------------------
508
+ EVA-attribure: Computing CMC and mAP only for clothes-changing
509
+ EVA-attribure: Results ---------------------------------------------------
510
+ EVA-attribure: top1:84.9% top5:89.7% top10:92.0% top20:93.4% mAP:86.6%
511
+ EVA-attribure: -----------------------------------------------------------
512
+ EVA-attribure.train: Epoch[39] Iteration[50/59] Loss: 1.333, Acc: 0.987, Base Lr: 6.91e-06
513
+ EVA-attribure.train: Epoch[40] Iteration[50/59] Loss: 1.312, Acc: 0.993, Base Lr: 6.50e-06
514
+ EVA-attribure: Extracted features for query set, obtained torch.Size([834, 1024]) matrix
515
+ EVA-attribure: Extracted features for gallery set, obtained torch.Size([1074, 1024]) matrix
516
+ EVA-attribure: Extracting features complete in 3m 2s
517
+ EVA-attribure: Distance computing in 0m 0s
518
+ EVA-attribure: Computing CMC and mAP
519
+ EVA-attribure: Results ---------------------------------------------------
520
+ EVA-attribure: top1:87.1% top5:90.5% top10:92.2% top20:93.5% mAP:87.9%
521
+ EVA-attribure: -----------------------------------------------------------
522
+ EVA-attribure: Using 0m 0s
523
+ EVA-attribure: Computing CMC and mAP only for the same clothes setting
524
+ EVA-attribure: Results ---------------------------------------------------
525
+ EVA-attribure: top1:100.0% top5:100.0% top10:100.0% top20:100.0% mAP:100.0%
526
+ EVA-attribure: -----------------------------------------------------------
527
+ EVA-attribure: Computing CMC and mAP only for clothes-changing
528
+ EVA-attribure: Results ---------------------------------------------------
529
+ EVA-attribure: top1:85.1% top5:89.7% top10:91.8% top20:93.4% mAP:86.6%
530
+ EVA-attribure: -----------------------------------------------------------
531
+ EVA-attribure.train: Epoch[41] Iteration[50/59] Loss: 1.303, Acc: 0.990, Base Lr: 6.10e-06
532
+ EVA-attribure.train: Epoch[42] Iteration[50/59] Loss: 1.211, Acc: 0.995, Base Lr: 5.71e-06
533
+ EVA-attribure: Extracted features for query set, obtained torch.Size([834, 1024]) matrix
534
+ EVA-attribure: Extracted features for gallery set, obtained torch.Size([1074, 1024]) matrix
535
+ EVA-attribure: Extracting features complete in 3m 2s
536
+ EVA-attribure: Distance computing in 0m 0s
537
+ EVA-attribure: Computing CMC and mAP
538
+ EVA-attribure: Results ---------------------------------------------------
539
+ EVA-attribure: top1:87.3% top5:90.8% top10:92.3% top20:93.5% mAP:88.3%
540
+ EVA-attribure: -----------------------------------------------------------
541
+ EVA-attribure: Using 0m 0s
542
+ EVA-attribure: Computing CMC and mAP only for the same clothes setting
543
+ EVA-attribure: Results ---------------------------------------------------
544
+ EVA-attribure: top1:100.0% top5:100.0% top10:100.0% top20:100.0% mAP:100.0%
545
+ EVA-attribure: -----------------------------------------------------------
546
+ EVA-attribure: Computing CMC and mAP only for clothes-changing
547
+ EVA-attribure: Results ---------------------------------------------------
548
+ EVA-attribure: top1:85.5% top5:89.9% top10:92.0% top20:93.5% mAP:87.0%
549
+ EVA-attribure: -----------------------------------------------------------
550
+ EVA-attribure.train: Epoch[43] Iteration[50/59] Loss: 1.211, Acc: 0.987, Base Lr: 5.34e-06
551
+ EVA-attribure.train: Epoch[44] Iteration[50/59] Loss: 1.173, Acc: 0.982, Base Lr: 4.98e-06
552
+ EVA-attribure: Extracted features for query set, obtained torch.Size([834, 1024]) matrix
553
+ EVA-attribure: Extracted features for gallery set, obtained torch.Size([1074, 1024]) matrix
554
+ EVA-attribure: Extracting features complete in 3m 2s
555
+ EVA-attribure: Distance computing in 0m 0s
556
+ EVA-attribure: Computing CMC and mAP
557
+ EVA-attribure: Results ---------------------------------------------------
558
+ EVA-attribure: top1:87.2% top5:90.6% top10:92.2% top20:93.6% mAP:88.1%
559
+ EVA-attribure: -----------------------------------------------------------
560
+ EVA-attribure: Using 0m 0s
561
+ EVA-attribure: Computing CMC and mAP only for the same clothes setting
562
+ EVA-attribure: Results ---------------------------------------------------
563
+ EVA-attribure: top1:100.0% top5:100.0% top10:100.0% top20:100.0% mAP:100.0%
564
+ EVA-attribure: -----------------------------------------------------------
565
+ EVA-attribure: Computing CMC and mAP only for clothes-changing
566
+ EVA-attribure: Results ---------------------------------------------------
567
+ EVA-attribure: top1:85.1% top5:89.8% top10:91.8% top20:93.6% mAP:86.8%
568
+ EVA-attribure: -----------------------------------------------------------
569
+ EVA-attribure.train: Epoch[45] Iteration[50/59] Loss: 1.181, Acc: 0.982, Base Lr: 4.64e-06
570
+ EVA-attribure.train: Epoch[46] Iteration[50/59] Loss: 1.162, Acc: 0.977, Base Lr: 4.31e-06
571
+ EVA-attribure: Extracted features for query set, obtained torch.Size([834, 1024]) matrix
572
+ EVA-attribure: Extracted features for gallery set, obtained torch.Size([1074, 1024]) matrix
573
+ EVA-attribure: Extracting features complete in 3m 16s
574
+ EVA-attribure: Distance computing in 0m 0s
575
+ EVA-attribure: Computing CMC and mAP
576
+ EVA-attribure: Results ---------------------------------------------------
577
+ EVA-attribure: top1:87.4% top5:90.8% top10:92.2% top20:93.5% mAP:88.3%
578
+ EVA-attribure: -----------------------------------------------------------
579
+ EVA-attribure: Using 0m 0s
580
+ EVA-attribure: Computing CMC and mAP only for the same clothes setting
581
+ EVA-attribure: Results ---------------------------------------------------
582
+ EVA-attribure: top1:100.0% top5:100.0% top10:100.0% top20:100.0% mAP:100.0%
583
+ EVA-attribure: -----------------------------------------------------------
584
+ EVA-attribure: Computing CMC and mAP only for clothes-changing
585
+ EVA-attribure: Results ---------------------------------------------------
586
+ EVA-attribure: top1:85.6% top5:89.9% top10:91.8% top20:93.4% mAP:87.0%
587
+ EVA-attribure: -----------------------------------------------------------
588
+ EVA-attribure.train: Epoch[47] Iteration[50/59] Loss: 1.156, Acc: 0.970, Base Lr: 4.01e-06
589
+ EVA-attribure.train: Epoch[48] Iteration[50/59] Loss: 1.092, Acc: 0.993, Base Lr: 3.72e-06
590
+ EVA-attribure: Extracted features for query set, obtained torch.Size([834, 1024]) matrix
591
+ EVA-attribure: Extracted features for gallery set, obtained torch.Size([1074, 1024]) matrix
592
+ EVA-attribure: Extracting features complete in 3m 2s
593
+ EVA-attribure: Distance computing in 0m 0s
594
+ EVA-attribure: Computing CMC and mAP
595
+ EVA-attribure: Results ---------------------------------------------------
596
+ EVA-attribure: top1:87.4% top5:90.8% top10:92.2% top20:93.5% mAP:88.2%
597
+ EVA-attribure: -----------------------------------------------------------
598
+ EVA-attribure: Using 0m 0s
599
+ EVA-attribure: Computing CMC and mAP only for the same clothes setting
600
+ EVA-attribure: Results ---------------------------------------------------
601
+ EVA-attribure: top1:100.0% top5:100.0% top10:100.0% top20:100.0% mAP:100.0%
602
+ EVA-attribure: -----------------------------------------------------------
603
+ EVA-attribure: Computing CMC and mAP only for clothes-changing
604
+ EVA-attribure: Results ---------------------------------------------------
605
+ EVA-attribure: top1:85.6% top5:89.9% top10:91.8% top20:93.4% mAP:86.9%
606
+ EVA-attribure: -----------------------------------------------------------
607
+ EVA-attribure.train: Epoch[49] Iteration[50/59] Loss: 1.108, Acc: 0.985, Base Lr: 3.45e-06
608
+ EVA-attribure.train: Epoch[50] Iteration[50/59] Loss: 1.095, Acc: 0.987, Base Lr: 3.21e-06
609
+ EVA-attribure: Extracted features for query set, obtained torch.Size([834, 1024]) matrix
610
+ EVA-attribure: Extracted features for gallery set, obtained torch.Size([1074, 1024]) matrix
611
+ EVA-attribure: Extracting features complete in 3m 2s
612
+ EVA-attribure: Distance computing in 0m 0s
613
+ EVA-attribure: Computing CMC and mAP
614
+ EVA-attribure: Results ---------------------------------------------------
615
+ EVA-attribure: top1:87.2% top5:90.9% top10:92.2% top20:93.6% mAP:88.2%
616
+ EVA-attribure: -----------------------------------------------------------
617
+ EVA-attribure: Using 0m 0s
618
+ EVA-attribure: Computing CMC and mAP only for the same clothes setting
619
+ EVA-attribure: Results ---------------------------------------------------
620
+ EVA-attribure: top1:100.0% top5:100.0% top10:100.0% top20:100.0% mAP:100.0%
621
+ EVA-attribure: -----------------------------------------------------------
622
+ EVA-attribure: Computing CMC and mAP only for clothes-changing
623
+ EVA-attribure: Results ---------------------------------------------------
624
+ EVA-attribure: top1:85.4% top5:90.0% top10:91.8% top20:93.6% mAP:86.9%
625
+ EVA-attribure: -----------------------------------------------------------
626
+ EVA-attribure.train: Epoch[51] Iteration[50/59] Loss: 1.067, Acc: 0.987, Base Lr: 2.98e-06
627
+ EVA-attribure.train: Epoch[52] Iteration[50/59] Loss: 1.080, Acc: 0.982, Base Lr: 2.78e-06
628
+ EVA-attribure: Extracted features for query set, obtained torch.Size([834, 1024]) matrix
629
+ EVA-attribure: Extracted features for gallery set, obtained torch.Size([1074, 1024]) matrix
630
+ EVA-attribure: Extracting features complete in 3m 10s
631
+ EVA-attribure: Distance computing in 0m 0s
632
+ EVA-attribure: Computing CMC and mAP
633
+ EVA-attribure: Results ---------------------------------------------------
634
+ EVA-attribure: top1:87.8% top5:90.9% top10:92.2% top20:93.8% mAP:88.6%
635
+ EVA-attribure: -----------------------------------------------------------
636
+ EVA-attribure: Using 0m 0s
637
+ EVA-attribure: Computing CMC and mAP only for the same clothes setting
638
+ EVA-attribure: Results ---------------------------------------------------
639
+ EVA-attribure: top1:100.0% top5:100.0% top10:100.0% top20:100.0% mAP:100.0%
640
+ EVA-attribure: -----------------------------------------------------------
641
+ EVA-attribure: Computing CMC and mAP only for clothes-changing
642
+ EVA-attribure: Results ---------------------------------------------------
643
+ EVA-attribure: top1:86.0% top5:89.9% top10:91.8% top20:93.8% mAP:87.3%
644
+ EVA-attribure: -----------------------------------------------------------
645
+ EVA-attribure.train: Epoch[53] Iteration[50/59] Loss: 1.107, Acc: 0.982, Base Lr: 2.60e-06
646
+ EVA-attribure.train: Epoch[54] Iteration[50/59] Loss: 1.026, Acc: 0.982, Base Lr: 2.44e-06
647
+ EVA-attribure: Extracted features for query set, obtained torch.Size([834, 1024]) matrix
648
+ EVA-attribure: Extracted features for gallery set, obtained torch.Size([1074, 1024]) matrix
649
+ EVA-attribure: Extracting features complete in 3m 2s
650
+ EVA-attribure: Distance computing in 0m 0s
651
+ EVA-attribure: Computing CMC and mAP
652
+ EVA-attribure: Results ---------------------------------------------------
653
+ EVA-attribure: top1:87.9% top5:91.0% top10:92.2% top20:93.8% mAP:88.8%
654
+ EVA-attribure: -----------------------------------------------------------
655
+ EVA-attribure: Using 0m 0s
656
+ EVA-attribure: Computing CMC and mAP only for the same clothes setting
657
+ EVA-attribure: Results ---------------------------------------------------
658
+ EVA-attribure: top1:100.0% top5:100.0% top10:100.0% top20:100.0% mAP:100.0%
659
+ EVA-attribure: -----------------------------------------------------------
660
+ EVA-attribure: Computing CMC and mAP only for clothes-changing
661
+ EVA-attribure: Results ---------------------------------------------------
662
+ EVA-attribure: top1:86.0% top5:90.0% top10:91.8% top20:93.8% mAP:87.4%
663
+ EVA-attribure: -----------------------------------------------------------
664
+ EVA-attribure.train: Epoch[55] Iteration[50/59] Loss: 1.078, Acc: 0.977, Base Lr: 2.31e-06
665
+ EVA-attribure.train: Epoch[56] Iteration[50/59] Loss: 1.023, Acc: 0.993, Base Lr: 2.20e-06
666
+ EVA-attribure: Extracted features for query set, obtained torch.Size([834, 1024]) matrix
667
+ EVA-attribure: Extracted features for gallery set, obtained torch.Size([1074, 1024]) matrix
668
+ EVA-attribure: Extracting features complete in 3m 15s
669
+ EVA-attribure: Distance computing in 0m 0s
670
+ EVA-attribure: Computing CMC and mAP
671
+ EVA-attribure: Results ---------------------------------------------------
672
+ EVA-attribure: top1:87.9% top5:91.0% top10:92.2% top20:93.8% mAP:88.8%
673
+ EVA-attribure: -----------------------------------------------------------
674
+ EVA-attribure: Using 0m 0s
675
+ EVA-attribure: Computing CMC and mAP only for the same clothes setting
676
+ EVA-attribure: Results ---------------------------------------------------
677
+ EVA-attribure: top1:100.0% top5:100.0% top10:100.0% top20:100.0% mAP:100.0%
678
+ EVA-attribure: -----------------------------------------------------------
679
+ EVA-attribure: Computing CMC and mAP only for clothes-changing
680
+ EVA-attribure: Results ---------------------------------------------------
681
+ EVA-attribure: top1:86.0% top5:90.0% top10:91.8% top20:93.8% mAP:87.4%
682
+ EVA-attribure: -----------------------------------------------------------
683
+ EVA-attribure.train: Epoch[57] Iteration[50/59] Loss: 1.028, Acc: 0.982, Base Lr: 2.11e-06
684
+ EVA-attribure.train: Epoch[58] Iteration[50/59] Loss: 0.999, Acc: 0.990, Base Lr: 2.05e-06
685
+ EVA-attribure: Extracted features for query set, obtained torch.Size([834, 1024]) matrix
686
+ EVA-attribure: Extracted features for gallery set, obtained torch.Size([1074, 1024]) matrix
687
+ EVA-attribure: Extracting features complete in 3m 2s
688
+ EVA-attribure: Distance computing in 0m 0s
689
+ EVA-attribure: Computing CMC and mAP
690
+ EVA-attribure: Results ---------------------------------------------------
691
+ EVA-attribure: top1:87.8% top5:91.0% top10:92.2% top20:93.6% mAP:88.6%
692
+ EVA-attribure: -----------------------------------------------------------
693
+ EVA-attribure: Using 0m 0s
694
+ EVA-attribure: Computing CMC and mAP only for the same clothes setting
695
+ EVA-attribure: Results ---------------------------------------------------
696
+ EVA-attribure: top1:100.0% top5:100.0% top10:100.0% top20:100.0% mAP:100.0%
697
+ EVA-attribure: -----------------------------------------------------------
698
+ EVA-attribure: Computing CMC and mAP only for clothes-changing
699
+ EVA-attribure: Results ---------------------------------------------------
700
+ EVA-attribure: top1:86.0% top5:90.0% top10:91.8% top20:93.6% mAP:87.3%
701
+ EVA-attribure: -----------------------------------------------------------
702
+ EVA-attribure.train: Epoch[59] Iteration[50/59] Loss: 1.057, Acc: 0.995, Base Lr: 2.01e-06
703
+ EVA-attribure.train: Epoch[60] Iteration[50/59] Loss: 1.015, Acc: 0.980, Base Lr: 2.00e-06
704
+ EVA-attribure: Extracted features for query set, obtained torch.Size([834, 1024]) matrix
705
+ EVA-attribure: Extracted features for gallery set, obtained torch.Size([1074, 1024]) matrix
706
+ EVA-attribure: Extracting features complete in 3m 2s
707
+ EVA-attribure: Distance computing in 0m 0s
708
+ EVA-attribure: Computing CMC and mAP
709
+ EVA-attribure: Results ---------------------------------------------------
710
+ EVA-attribure: top1:87.6% top5:91.0% top10:92.2% top20:93.6% mAP:88.5%
711
+ EVA-attribure: -----------------------------------------------------------
712
+ EVA-attribure: Using 0m 0s
713
+ EVA-attribure: Computing CMC and mAP only for the same clothes setting
714
+ EVA-attribure: Results ---------------------------------------------------
715
+ EVA-attribure: top1:100.0% top5:100.0% top10:100.0% top20:100.0% mAP:100.0%
716
+ EVA-attribure: -----------------------------------------------------------
717
+ EVA-attribure: Computing CMC and mAP only for clothes-changing
718
+ EVA-attribure: Results ---------------------------------------------------
719
+ EVA-attribure: top1:85.9% top5:90.0% top10:91.8% top20:93.6% mAP:87.2%
720
+ EVA-attribure: -----------------------------------------------------------
721
+ EVA-attribure.train: Training time 1:51:13
722
+ EVA-attribure.train: ==> Best Rank-1 86.3%, Best Map 87.4% achieved at epoch 26