quocanh34 commited on
Commit
74c65ff
·
verified ·
1 Parent(s): 35bafbc

Upload 27 files

Browse files
Files changed (27) hide show
  1. runs/train/yolo11_bottle_caps_v1/BoxF1_curve.png +3 -0
  2. runs/train/yolo11_bottle_caps_v1/BoxPR_curve.png +3 -0
  3. runs/train/yolo11_bottle_caps_v1/BoxP_curve.png +3 -0
  4. runs/train/yolo11_bottle_caps_v1/BoxR_curve.png +3 -0
  5. runs/train/yolo11_bottle_caps_v1/args.yaml +109 -0
  6. runs/train/yolo11_bottle_caps_v1/confusion_matrix.png +3 -0
  7. runs/train/yolo11_bottle_caps_v1/confusion_matrix_normalized.png +3 -0
  8. runs/train/yolo11_bottle_caps_v1/labels.jpg +3 -0
  9. runs/train/yolo11_bottle_caps_v1/results.csv +117 -0
  10. runs/train/yolo11_bottle_caps_v1/results.png +3 -0
  11. runs/train/yolo11_bottle_caps_v1/train_batch0.jpg +3 -0
  12. runs/train/yolo11_bottle_caps_v1/train_batch1.jpg +3 -0
  13. runs/train/yolo11_bottle_caps_v1/train_batch2.jpg +3 -0
  14. runs/train/yolo11_bottle_caps_v1/val_batch0_labels.jpg +3 -0
  15. runs/train/yolo11_bottle_caps_v1/val_batch0_pred.jpg +3 -0
  16. runs/train/yolo11_bottle_caps_v1/val_batch1_labels.jpg +3 -0
  17. runs/train/yolo11_bottle_caps_v1/val_batch1_pred.jpg +3 -0
  18. runs/train/yolo11_bottle_caps_v1/val_batch2_labels.jpg +3 -0
  19. runs/train/yolo11_bottle_caps_v1/val_batch2_pred.jpg +3 -0
  20. runs/train/yolo11_bottle_caps_v1/weights/best.pt +3 -0
  21. runs/train/yolo11_bottle_caps_v1/weights/epoch0.pt +3 -0
  22. runs/train/yolo11_bottle_caps_v1/weights/epoch100.pt +3 -0
  23. runs/train/yolo11_bottle_caps_v1/weights/epoch20.pt +3 -0
  24. runs/train/yolo11_bottle_caps_v1/weights/epoch40.pt +3 -0
  25. runs/train/yolo11_bottle_caps_v1/weights/epoch60.pt +3 -0
  26. runs/train/yolo11_bottle_caps_v1/weights/epoch80.pt +3 -0
  27. runs/train/yolo11_bottle_caps_v1/weights/last.pt +3 -0
runs/train/yolo11_bottle_caps_v1/BoxF1_curve.png ADDED

Git LFS Details

  • SHA256: 8cf91bc91c4a37d8eedd7f38f61abd7b0761fffeb81eb6dfb67f99cb7e8ada13
  • Pointer size: 131 Bytes
  • Size of remote file: 134 kB
runs/train/yolo11_bottle_caps_v1/BoxPR_curve.png ADDED

Git LFS Details

  • SHA256: 58129f882762bc562463ea42d03a88a0e44c3c41c2a669ef1f7503606efe71f0
  • Pointer size: 131 Bytes
  • Size of remote file: 119 kB
runs/train/yolo11_bottle_caps_v1/BoxP_curve.png ADDED

Git LFS Details

  • SHA256: 63ac48ec14df076f591f4aa30f75bd5226340e3b7bbef5016c94ae7743a0bbf6
  • Pointer size: 131 Bytes
  • Size of remote file: 114 kB
runs/train/yolo11_bottle_caps_v1/BoxR_curve.png ADDED

Git LFS Details

  • SHA256: 59ec2789231b72a02e9042002e78e5bb53d3383f0a2c22c689eb6757b0266411
  • Pointer size: 131 Bytes
  • Size of remote file: 128 kB
runs/train/yolo11_bottle_caps_v1/args.yaml ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ task: detect
2
+ mode: train
3
+ model: yolo11n.pt
4
+ data: /home/vmo-toanhm5-d2/apluka/bottle_detection/bottle_detection_data/data.yaml
5
+ epochs: 300
6
+ time: null
7
+ patience: 50
8
+ batch: -1
9
+ imgsz: 1024
10
+ save: true
11
+ save_period: 20
12
+ cache: false
13
+ device: null
14
+ workers: 8
15
+ project: runs/train
16
+ name: yolo11_bottle_caps_v1
17
+ exist_ok: false
18
+ pretrained: true
19
+ optimizer: AdamW
20
+ verbose: true
21
+ seed: 0
22
+ deterministic: true
23
+ single_cls: false
24
+ rect: false
25
+ cos_lr: true
26
+ close_mosaic: 10
27
+ resume: false
28
+ amp: true
29
+ fraction: 1.0
30
+ profile: false
31
+ freeze: null
32
+ multi_scale: 0.0
33
+ compile: false
34
+ overlap_mask: true
35
+ mask_ratio: 4
36
+ dropout: 0.0
37
+ val: true
38
+ split: val
39
+ save_json: false
40
+ conf: null
41
+ iou: 0.7
42
+ max_det: 300
43
+ half: false
44
+ dnn: false
45
+ plots: true
46
+ end2end: null
47
+ source: null
48
+ vid_stride: 1
49
+ stream_buffer: false
50
+ visualize: false
51
+ augment: false
52
+ agnostic_nms: false
53
+ classes: null
54
+ retina_masks: false
55
+ embed: null
56
+ show: false
57
+ save_frames: false
58
+ save_txt: false
59
+ save_conf: false
60
+ save_crop: false
61
+ show_labels: true
62
+ show_conf: true
63
+ show_boxes: true
64
+ line_width: null
65
+ format: torchscript
66
+ keras: false
67
+ optimize: false
68
+ int8: false
69
+ dynamic: false
70
+ simplify: true
71
+ opset: null
72
+ workspace: null
73
+ nms: false
74
+ lr0: 0.01
75
+ lrf: 0.01
76
+ momentum: 0.937
77
+ weight_decay: 0.0005
78
+ warmup_epochs: 3.0
79
+ warmup_momentum: 0.8
80
+ warmup_bias_lr: 0.1
81
+ box: 7.5
82
+ cls: 0.5
83
+ dfl: 1.5
84
+ pose: 12.0
85
+ kobj: 1.0
86
+ rle: 1.0
87
+ angle: 1.0
88
+ nbs: 64
89
+ hsv_h: 0.015
90
+ hsv_s: 0.7
91
+ hsv_v: 0.4
92
+ degrees: 0.0
93
+ translate: 0.1
94
+ scale: 0.5
95
+ shear: 0.0
96
+ perspective: 0.0
97
+ flipud: 0.0
98
+ fliplr: 0.5
99
+ bgr: 0.0
100
+ mosaic: 1.0
101
+ mixup: 0.0
102
+ cutmix: 0.0
103
+ copy_paste: 0.0
104
+ copy_paste_mode: flip
105
+ auto_augment: randaugment
106
+ erasing: 0.4
107
+ cfg: null
108
+ tracker: botsort.yaml
109
+ save_dir: /home/vmo-toanhm5-d2/apluka/bottle_detection/runs/detect/runs/train/yolo11_bottle_caps_v1
runs/train/yolo11_bottle_caps_v1/confusion_matrix.png ADDED

Git LFS Details

  • SHA256: feaf5d9c81d89c5f20f4cdcbef63ab3cdd02258ccf1ae23fc1227ad2bdf00ac8
  • Pointer size: 131 Bytes
  • Size of remote file: 113 kB
runs/train/yolo11_bottle_caps_v1/confusion_matrix_normalized.png ADDED

Git LFS Details

  • SHA256: de2d38e366dbae65f688a8b83ae39315a0cb234bb49452dad85eaf24daff4968
  • Pointer size: 131 Bytes
  • Size of remote file: 118 kB
runs/train/yolo11_bottle_caps_v1/labels.jpg ADDED

Git LFS Details

  • SHA256: 318770c313fad3b4bb29dfc00d918129b4be9b393358cd186f50ed3c9f0e726b
  • Pointer size: 131 Bytes
  • Size of remote file: 111 kB
runs/train/yolo11_bottle_caps_v1/results.csv ADDED
@@ -0,0 +1,117 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ epoch,time,train/box_loss,train/cls_loss,train/dfl_loss,metrics/precision(B),metrics/recall(B),metrics/mAP50(B),metrics/mAP50-95(B),val/box_loss,val/cls_loss,val/dfl_loss,lr/pg0,lr/pg1,lr/pg2
2
+ 1,23.4553,1.56992,3.25464,1.2156,1e-05,0.00294,0,0,3.52682,49.2884,5.90365,0.0019,0.0019,0.0829
3
+ 2,30.4937,1.34777,0.93947,1.08559,0,0,0,0,nan,nan,nan,0.00389989,0.00389989,0.0648999
4
+ 3,37.3517,1.33422,0.83491,1.07637,0.50043,0.01029,3e-05,0,nan,nan,nan,0.00589936,0.00589936,0.0468994
5
+ 4,43.8471,1.29307,0.79661,1.055,0.36931,0.18088,0.21869,0.09203,2.70786,5.58397,2.28369,0.00789807,0.00789807,0.0288981
6
+ 5,50.683,1.26721,0.79104,1.04419,0.57134,0.275,0.20481,0.06543,2.62745,35.6335,2.63513,0.0098957,0.0098957,0.0108957
7
+ 6,57.2422,1.28107,0.78193,1.04376,8e-05,0.00735,4e-05,0,nan,nan,nan,0.00999322,0.00999322,0.00999322
8
+ 7,63.9479,1.23892,0.73135,1.03338,0.43017,0.51989,0.37443,0.14671,2.26445,9.67187,1.98039,0.00999023,0.00999023,0.00999023
9
+ 8,70.662,1.22336,0.70474,1.03142,0.43781,0.24559,0.14955,0.0601,2.53466,8.48288,2.22682,0.00998671,0.00998671,0.00998671
10
+ 9,77.2167,1.19245,0.69276,1.01077,0.32645,0.68916,0.50067,0.2591,1.62235,2.90259,1.35566,0.00998264,0.00998264,0.00998264
11
+ 10,83.8541,1.16465,0.68907,1.00322,0.77949,0.69559,0.78928,0.43595,1.48493,1.80443,1.24606,0.00997803,0.00997803,0.00997803
12
+ 11,90.5196,1.13389,0.6626,1.00285,0.71553,0.79559,0.81028,0.43197,1.50875,3.73879,1.21453,0.00997288,0.00997288,0.00997288
13
+ 12,97.1165,1.13556,0.65133,0.99428,0.46664,0.44706,0.39509,0.17356,2.03298,4.50537,1.60561,0.0099672,0.0099672,0.0099672
14
+ 13,103.766,1.11624,0.638,0.98805,0.75967,0.725,0.81854,0.46523,1.34923,4.48789,1.12175,0.00996097,0.00996097,0.00996097
15
+ 14,110.42,1.1454,0.64368,1.00257,0.72342,0.87239,0.82527,0.49867,1.24774,4.85301,1.07372,0.0099542,0.0099542,0.0099542
16
+ 15,117.004,1.09897,0.63073,0.98989,0.5001,0.56176,0.51318,0.18255,2.09908,2.24504,1.58551,0.0099469,0.0099469,0.0099469
17
+ 16,123.555,1.08792,0.62893,0.97927,0.52598,0.52353,0.51159,0.26632,1.93221,1.71752,1.47521,0.00993906,0.00993906,0.00993906
18
+ 17,130.136,1.05021,0.60558,0.96996,0.8467,0.89706,0.86926,0.50772,1.36305,0.76328,1.12487,0.00993068,0.00993068,0.00993068
19
+ 18,136.722,1.07733,0.60976,0.97484,0.88757,0.877,0.86781,0.53078,1.1915,0.82509,1.04256,0.00992177,0.00992177,0.00992177
20
+ 19,143.348,1.05333,0.60198,0.97106,0.88473,0.89118,0.87033,0.5462,1.17554,0.98276,1.05783,0.00991232,0.00991232,0.00991232
21
+ 20,149.953,1.06527,0.60742,0.96823,0.81246,0.83235,0.86285,0.50008,1.33985,1.29868,1.12847,0.00990234,0.00990234,0.00990234
22
+ 21,156.563,1.06735,0.59708,0.96408,0.81871,0.91023,0.87694,0.54479,1.20621,0.83374,1.049,0.00989183,0.00989183,0.00989183
23
+ 22,163.15,1.01523,0.57441,0.95351,0.72679,0.91708,0.87388,0.54701,1.22899,0.99319,1.05831,0.00988079,0.00988079,0.00988079
24
+ 23,169.968,1.03212,0.5874,0.95924,0.85088,0.88209,0.87227,0.5341,1.21738,2.21917,1.04158,0.00986922,0.00986922,0.00986922
25
+ 24,176.618,1.01695,0.57945,0.9548,0.89215,0.90935,0.87409,0.54088,1.18872,1.01027,1.03509,0.00985711,0.00985711,0.00985711
26
+ 25,183.253,1.00431,0.56824,0.94581,0.84256,0.90868,0.86575,0.484,1.44016,0.87737,1.14738,0.00984449,0.00984449,0.00984449
27
+ 26,189.883,0.99552,0.55378,0.94639,0.90464,0.92386,0.89948,0.57107,1.17247,0.6207,1.04748,0.00983133,0.00983133,0.00983133
28
+ 27,196.539,1.00504,0.56403,0.95488,0.68998,0.73648,0.72243,0.3876,1.55354,1.58464,1.19953,0.00981765,0.00981765,0.00981765
29
+ 28,203.249,0.99285,0.56458,0.94709,0.74199,0.90735,0.86255,0.53851,1.15505,1.43284,1.03393,0.00980345,0.00980345,0.00980345
30
+ 29,209.909,1.00544,0.57218,0.94933,0.81387,0.91176,0.88204,0.57041,1.13862,0.82513,1.02992,0.00978873,0.00978873,0.00978873
31
+ 30,216.592,0.99554,0.57161,0.95218,0.88414,0.87514,0.89021,0.54893,1.25131,0.81832,1.06892,0.00977349,0.00977349,0.00977349
32
+ 31,223.53,0.98268,0.5537,0.94581,0.91441,0.91494,0.89091,0.53153,1.30696,0.65969,1.08391,0.00975773,0.00975773,0.00975773
33
+ 32,230.327,0.97098,0.54867,0.93888,0.86466,0.88382,0.87805,0.55284,1.20465,0.66131,1.0375,0.00974145,0.00974145,0.00974145
34
+ 33,236.982,0.95361,0.53929,0.93547,0.88736,0.91148,0.88459,0.54325,1.2498,0.67676,1.06108,0.00972466,0.00972466,0.00972466
35
+ 34,243.64,0.97343,0.5488,0.94126,0.9192,0.92353,0.89967,0.54719,1.26993,0.77281,1.06489,0.00970736,0.00970736,0.00970736
36
+ 35,250.329,0.96664,0.53721,0.93015,0.77384,0.91765,0.87908,0.55206,1.14647,0.77326,1.02119,0.00968955,0.00968955,0.00968955
37
+ 36,256.981,0.95977,0.5359,0.93095,0.87685,0.86878,0.86803,0.57329,1.12127,0.69728,1.02767,0.00967122,0.00967122,0.00967122
38
+ 37,263.624,0.94315,0.53982,0.93138,0.89661,0.91912,0.90227,0.58451,1.13163,0.59913,1.04791,0.00965239,0.00965239,0.00965239
39
+ 38,270.244,0.98324,0.55537,0.94092,0.88057,0.92794,0.90152,0.5637,1.20167,0.68153,1.06874,0.00963306,0.00963306,0.00963306
40
+ 39,276.863,0.96076,0.53323,0.93965,0.88794,0.87718,0.8969,0.54761,1.30403,0.81869,1.07336,0.00961322,0.00961322,0.00961322
41
+ 40,283.535,0.9685,0.54369,0.93739,0.79558,0.88337,0.87793,0.55863,1.24099,1.33343,1.06629,0.00959289,0.00959289,0.00959289
42
+ 41,290.166,0.95581,0.5369,0.93716,0.85761,0.824,0.89361,0.56575,1.21011,0.73069,1.04983,0.00957205,0.00957205,0.00957205
43
+ 42,296.994,0.95485,0.53223,0.93087,0.8572,0.89779,0.86808,0.55115,1.18419,0.68445,1.04585,0.00955072,0.00955072,0.00955072
44
+ 43,303.637,0.96676,0.54228,0.93655,0.82874,0.87086,0.87253,0.52673,1.29736,0.78874,1.09321,0.00952889,0.00952889,0.00952889
45
+ 44,310.29,0.95991,0.54014,0.93131,0.82168,0.91009,0.8791,0.56103,1.19767,0.68752,1.04387,0.00950658,0.00950658,0.00950658
46
+ 45,316.941,0.92586,0.51568,0.92311,0.89115,0.89027,0.87867,0.5366,1.22687,0.9357,1.04699,0.00948377,0.00948377,0.00948377
47
+ 46,323.537,0.91942,0.5134,0.92111,0.90072,0.91618,0.88603,0.55756,1.30546,0.65162,1.07321,0.00946048,0.00946048,0.00946048
48
+ 47,330.189,0.92273,0.5285,0.92365,0.89124,0.91618,0.88967,0.56927,1.23637,0.70807,1.07786,0.00943671,0.00943671,0.00943671
49
+ 48,336.832,0.91926,0.5208,0.91584,0.9025,0.91796,0.89699,0.54554,1.28879,0.70807,1.0929,0.00941245,0.00941245,0.00941245
50
+ 49,343.485,0.89196,0.50203,0.91482,0.83298,0.91216,0.9086,0.58843,1.13813,0.62415,1.02204,0.00938772,0.00938772,0.00938772
51
+ 50,350.138,0.892,0.50496,0.91418,0.86665,0.90588,0.88213,0.53996,1.26601,0.69819,1.07268,0.00936251,0.00936251,0.00936251
52
+ 51,356.778,0.90936,0.49463,0.91125,0.89412,0.86635,0.88407,0.53765,1.28602,0.70913,1.07424,0.00933683,0.00933683,0.00933683
53
+ 52,363.397,0.89928,0.49832,0.9111,0.90684,0.90147,0.90001,0.57099,1.20339,0.67167,1.03421,0.00931067,0.00931067,0.00931067
54
+ 53,370.068,0.90851,0.50193,0.9152,0.89348,0.91324,0.8943,0.58682,1.1684,0.63558,1.02682,0.00928405,0.00928405,0.00928405
55
+ 54,376.719,0.90809,0.5043,0.92236,0.90551,0.89701,0.88229,0.54752,1.25563,0.62859,1.06985,0.00925697,0.00925697,0.00925697
56
+ 55,383.366,0.87778,0.48304,0.90519,0.88787,0.92353,0.87527,0.5208,1.22264,0.69299,1.05411,0.00922942,0.00922942,0.00922942
57
+ 56,390.146,0.87489,0.48732,0.90452,0.90616,0.91765,0.90783,0.57461,1.20999,0.6025,1.06141,0.00920142,0.00920142,0.00920142
58
+ 57,396.794,0.8847,0.48462,0.90866,0.80815,0.91618,0.86738,0.52154,1.32885,0.80333,1.10478,0.00917296,0.00917296,0.00917296
59
+ 58,403.458,0.87856,0.49266,0.90888,0.89329,0.89118,0.87032,0.53661,1.25525,0.67243,1.06694,0.00914405,0.00914405,0.00914405
60
+ 59,410.104,0.877,0.4875,0.90786,0.81134,0.88219,0.89569,0.5487,1.29893,0.92938,1.10687,0.00911469,0.00911469,0.00911469
61
+ 60,416.725,0.86822,0.48266,0.90422,0.84898,0.90698,0.88556,0.55055,1.28036,0.62659,1.07657,0.00908488,0.00908488,0.00908488
62
+ 61,423.382,0.85812,0.47637,0.90345,0.86829,0.89462,0.87595,0.53683,1.24234,1.83087,1.04924,0.00905463,0.00905463,0.00905463
63
+ 62,430.013,0.85366,0.47072,0.89734,0.86641,0.88971,0.89549,0.55982,1.24677,0.65902,1.07148,0.00902395,0.00902395,0.00902395
64
+ 63,436.677,0.85141,0.48147,0.89982,0.91186,0.8938,0.88664,0.55997,1.21666,0.68073,1.06413,0.00899282,0.00899282,0.00899282
65
+ 64,443.327,0.85621,0.47309,0.90147,0.91831,0.88824,0.89424,0.54933,1.34345,0.63032,1.10459,0.00896127,0.00896127,0.00896127
66
+ 65,449.999,0.87161,0.47913,0.90005,0.89775,0.87059,0.8925,0.54979,1.31852,0.68813,1.09492,0.00892928,0.00892928,0.00892928
67
+ 66,456.612,0.85173,0.47092,0.89118,0.90417,0.89265,0.90392,0.59185,1.2617,0.62573,1.08376,0.00889687,0.00889687,0.00889687
68
+ 67,463.248,0.84569,0.47099,0.90156,0.90323,0.88235,0.86731,0.54245,1.2779,0.65131,1.10169,0.00886404,0.00886404,0.00886404
69
+ 68,469.889,0.84466,0.4673,0.90038,0.89958,0.84559,0.86215,0.55365,1.215,0.61771,1.0701,0.00883079,0.00883079,0.00883079
70
+ 69,476.544,0.82653,0.46916,0.8949,0.92119,0.89118,0.87873,0.56343,1.20958,0.67479,1.0737,0.00879713,0.00879713,0.00879713
71
+ 70,483.17,0.83493,0.46088,0.89212,0.86945,0.88676,0.85804,0.54884,1.26084,0.6329,1.08014,0.00876305,0.00876305,0.00876305
72
+ 71,490.013,0.84474,0.46572,0.89594,0.89214,0.89527,0.88247,0.5684,1.23413,0.70515,1.06984,0.00872857,0.00872857,0.00872857
73
+ 72,496.695,0.84159,0.46463,0.89784,0.92048,0.88722,0.88285,0.55622,1.30953,0.62278,1.11183,0.00869368,0.00869368,0.00869368
74
+ 73,503.516,0.83292,0.46149,0.89377,0.88457,0.89706,0.89066,0.58422,1.2142,0.58178,1.08102,0.00865839,0.00865839,0.00865839
75
+ 74,510.355,0.83485,0.45664,0.89271,0.90412,0.89593,0.88239,0.58914,1.18048,0.5824,1.0708,0.00862271,0.00862271,0.00862271
76
+ 75,517.003,0.81782,0.45151,0.88637,0.90912,0.88088,0.88733,0.57937,1.21511,0.60097,1.07547,0.00858664,0.00858664,0.00858664
77
+ 76,523.765,0.80987,0.45064,0.88667,0.86505,0.89199,0.88542,0.55433,1.23761,0.72612,1.07871,0.00855018,0.00855018,0.00855018
78
+ 77,530.465,0.81873,0.453,0.88805,0.90319,0.90495,0.90049,0.55325,1.26524,0.59164,1.08906,0.00851333,0.00851333,0.00851333
79
+ 78,537.094,0.82744,0.45891,0.89173,0.87684,0.88529,0.87503,0.55629,1.23384,1.36632,1.0604,0.00847611,0.00847611,0.00847611
80
+ 79,543.705,0.80274,0.44886,0.88909,0.87685,0.88529,0.84827,0.52076,1.29778,0.85414,1.11342,0.00843851,0.00843851,0.00843851
81
+ 80,550.27,0.80145,0.44535,0.88421,0.88361,0.89265,0.88689,0.58396,1.24786,0.59592,1.08106,0.00840054,0.00840054,0.00840054
82
+ 81,556.918,0.8065,0.44636,0.88836,0.87233,0.87353,0.87509,0.54369,1.2722,0.63101,1.10214,0.0083622,0.0083622,0.0083622
83
+ 82,563.534,0.80077,0.44282,0.88825,0.85776,0.90294,0.86809,0.55096,1.2646,0.69417,1.09827,0.00832349,0.00832349,0.00832349
84
+ 83,570.155,0.79979,0.44158,0.88613,0.86705,0.87353,0.87186,0.56075,1.24853,0.6324,1.09671,0.00828443,0.00828443,0.00828443
85
+ 84,576.755,0.80481,0.44743,0.88497,0.88618,0.89853,0.88759,0.56303,1.24626,0.60474,1.09194,0.00824502,0.00824502,0.00824502
86
+ 85,583.362,0.78315,0.43654,0.88091,0.86834,0.88068,0.86818,0.53414,1.2884,0.64624,1.09271,0.00820525,0.00820525,0.00820525
87
+ 86,589.949,0.77775,0.43199,0.88,0.86351,0.87206,0.8377,0.53008,1.25621,0.67696,1.09379,0.00816514,0.00816514,0.00816514
88
+ 87,596.554,0.78628,0.4396,0.87903,0.9059,0.86302,0.88755,0.55215,1.2725,0.65823,1.09662,0.00812468,0.00812468,0.00812468
89
+ 88,603.329,0.7854,0.43431,0.87556,0.87625,0.87753,0.87448,0.5614,1.20313,0.6011,1.06778,0.00808389,0.00808389,0.00808389
90
+ 89,609.938,0.7864,0.43392,0.88583,0.8712,0.88382,0.87661,0.5499,1.27935,0.61025,1.095,0.00804277,0.00804277,0.00804277
91
+ 90,616.542,0.7758,0.43273,0.88202,0.89149,0.875,0.87736,0.55629,1.2627,0.6031,1.09625,0.00800131,0.00800131,0.00800131
92
+ 91,623.14,0.77432,0.42987,0.87167,0.86183,0.86912,0.87775,0.55776,1.30155,0.62831,1.11838,0.00795954,0.00795954,0.00795954
93
+ 92,629.738,0.76814,0.42489,0.87687,0.89418,0.9,0.89051,0.57186,1.27736,0.58863,1.10807,0.00791744,0.00791744,0.00791744
94
+ 93,636.326,0.76515,0.4271,0.87515,0.88296,0.88675,0.87699,0.54252,1.3258,0.63006,1.13843,0.00787503,0.00787503,0.00787503
95
+ 94,642.973,0.7801,0.43106,0.87372,0.89351,0.90033,0.87604,0.56318,1.26176,0.6164,1.10663,0.00783231,0.00783231,0.00783231
96
+ 95,649.555,0.77731,0.43343,0.87647,0.88322,0.89118,0.88249,0.57469,1.22391,0.60224,1.07914,0.00778929,0.00778929,0.00778929
97
+ 96,656.142,0.77258,0.42974,0.87977,0.87094,0.88529,0.86962,0.53637,1.33424,0.61791,1.12955,0.00774596,0.00774596,0.00774596
98
+ 97,662.732,0.76006,0.42213,0.86616,0.88774,0.89288,0.87154,0.56199,1.27208,0.59879,1.10625,0.00770234,0.00770234,0.00770234
99
+ 98,669.312,0.76122,0.42134,0.87739,0.87388,0.88088,0.86404,0.55795,1.29951,0.60709,1.1213,0.00765843,0.00765843,0.00765843
100
+ 99,675.905,0.75904,0.41976,0.87339,0.88439,0.9,0.87716,0.56874,1.24028,0.59593,1.09381,0.00761423,0.00761423,0.00761423
101
+ 100,682.506,0.76512,0.4243,0.87201,0.90297,0.85735,0.88708,0.56597,1.31109,0.60489,1.13692,0.00756976,0.00756976,0.00756976
102
+ 101,689.109,0.74675,0.41192,0.87089,0.88086,0.84853,0.87055,0.54219,1.33972,0.66738,1.12939,0.007525,0.007525,0.007525
103
+ 102,695.701,0.74552,0.4181,0.87064,0.86547,0.87794,0.86123,0.57094,1.21878,0.5972,1.09339,0.00747997,0.00747997,0.00747997
104
+ 103,702.303,0.73655,0.41274,0.87039,0.87695,0.87552,0.87228,0.57915,1.21731,0.59815,1.06578,0.00743468,0.00743468,0.00743468
105
+ 104,708.913,0.73767,0.41106,0.86774,0.87231,0.88029,0.85593,0.5554,1.26579,0.58974,1.1136,0.00738913,0.00738913,0.00738913
106
+ 105,715.529,0.7477,0.41033,0.87411,0.86652,0.86912,0.87115,0.5537,1.30896,0.60657,1.12393,0.00734332,0.00734332,0.00734332
107
+ 106,722.232,0.74007,0.40793,0.86533,0.86658,0.875,0.8794,0.56728,1.28117,0.6167,1.12008,0.00729725,0.00729725,0.00729725
108
+ 107,728.859,0.73743,0.41022,0.86653,0.87054,0.8803,0.87779,0.55223,1.29782,0.60038,1.14884,0.00725094,0.00725094,0.00725094
109
+ 108,735.446,0.73935,0.40651,0.86614,0.87478,0.88676,0.87856,0.55443,1.25565,0.61199,1.09861,0.00720439,0.00720439,0.00720439
110
+ 109,742.036,0.74513,0.41091,0.86779,0.88574,0.89559,0.87557,0.55461,1.29953,0.59262,1.1273,0.00715761,0.00715761,0.00715761
111
+ 110,748.666,0.73028,0.40571,0.86432,0.87521,0.86765,0.85184,0.52259,1.314,0.84764,1.1189,0.00711059,0.00711059,0.00711059
112
+ 111,755.29,0.74211,0.40699,0.86957,0.87797,0.88235,0.87716,0.5335,1.33302,0.71712,1.13446,0.00706335,0.00706335,0.00706335
113
+ 112,761.913,0.74231,0.40817,0.87102,0.88839,0.87521,0.8789,0.56007,1.24612,0.59113,1.10487,0.00701588,0.00701588,0.00701588
114
+ 113,768.5,0.72678,0.40258,0.86725,0.86899,0.87941,0.86879,0.53011,1.3605,0.65852,1.15571,0.0069682,0.0069682,0.0069682
115
+ 114,775.096,0.72752,0.4057,0.86449,0.88205,0.88235,0.89554,0.55314,1.32327,0.6119,1.12207,0.00692031,0.00692031,0.00692031
116
+ 115,781.7,0.72233,0.40284,0.86435,0.87785,0.87353,0.86159,0.55198,1.31006,0.60762,1.14275,0.00687222,0.00687222,0.00687222
117
+ 116,788.335,0.71295,0.39568,0.86122,0.87815,0.88529,0.85409,0.53979,1.28167,0.62227,1.11418,0.00682392,0.00682392,0.00682392
runs/train/yolo11_bottle_caps_v1/results.png ADDED

Git LFS Details

  • SHA256: 26b0b4df4d3fe5f22a9b1e88a7c83d158b71ad5a049c7bf1de3c08ca86fbe711
  • Pointer size: 131 Bytes
  • Size of remote file: 252 kB
runs/train/yolo11_bottle_caps_v1/train_batch0.jpg ADDED

Git LFS Details

  • SHA256: 50bc7187f167b6b9593f4f4398a840fc5948047f6c62f44ac3e0dac71831d434
  • Pointer size: 131 Bytes
  • Size of remote file: 487 kB
runs/train/yolo11_bottle_caps_v1/train_batch1.jpg ADDED

Git LFS Details

  • SHA256: 04e458b4c11ba4d19d8ff329501e43d96071a8e3d51d3102a178ff86e01272ff
  • Pointer size: 131 Bytes
  • Size of remote file: 485 kB
runs/train/yolo11_bottle_caps_v1/train_batch2.jpg ADDED

Git LFS Details

  • SHA256: 6a95c04c2e6554dbf065abfc1b2d67b853d5ec260bc7f4cd5c4da1d83edd7f54
  • Pointer size: 131 Bytes
  • Size of remote file: 484 kB
runs/train/yolo11_bottle_caps_v1/val_batch0_labels.jpg ADDED

Git LFS Details

  • SHA256: 43228b61f4814a3102f71cc097bfeaef761ed60423e78dacc77540842a733f8d
  • Pointer size: 131 Bytes
  • Size of remote file: 377 kB
runs/train/yolo11_bottle_caps_v1/val_batch0_pred.jpg ADDED

Git LFS Details

  • SHA256: 1a459a63bcf77d52128cc8f8714dd2c7e34bfb9d67e3c67135e8f6240ff778fa
  • Pointer size: 131 Bytes
  • Size of remote file: 382 kB
runs/train/yolo11_bottle_caps_v1/val_batch1_labels.jpg ADDED

Git LFS Details

  • SHA256: 7d767fb66eb85bc57bfb4a83094000a7012b33b5fc670759a518a27ff946e69f
  • Pointer size: 131 Bytes
  • Size of remote file: 365 kB
runs/train/yolo11_bottle_caps_v1/val_batch1_pred.jpg ADDED

Git LFS Details

  • SHA256: 10f827dc07abaf6a1205e776eb79a91f0258d54cb97bc969ada36a31137b592b
  • Pointer size: 131 Bytes
  • Size of remote file: 371 kB
runs/train/yolo11_bottle_caps_v1/val_batch2_labels.jpg ADDED

Git LFS Details

  • SHA256: 14be5eaadaf354cfa4adf211540d4a28a3ed0f4419bb6db13e51f4827b02fd1a
  • Pointer size: 131 Bytes
  • Size of remote file: 375 kB
runs/train/yolo11_bottle_caps_v1/val_batch2_pred.jpg ADDED

Git LFS Details

  • SHA256: fed6de3943c5ed2cd3222ed52a87da5cb047454b2bb2f22479f2f5b678e4095e
  • Pointer size: 131 Bytes
  • Size of remote file: 381 kB
runs/train/yolo11_bottle_caps_v1/weights/best.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee6030530a83c2bb53a2d8a151395214e733fbe1f8ad22e3cd0c61d37e963e52
3
+ size 5507674
runs/train/yolo11_bottle_caps_v1/weights/epoch0.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c32e5b3f5af10d5d0616fb11fbc502abfd0e6b18fa613962003ff30f9ad3bac
3
+ size 16102049
runs/train/yolo11_bottle_caps_v1/weights/epoch100.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cfefa9a31c2fbefc3397fc6a90fe80af90ebd6b5fc26140cdef574989209792
3
+ size 16116961
runs/train/yolo11_bottle_caps_v1/weights/epoch20.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d1d38c19307ec14727ac7d6e125f6ed92f9727e12f263b635468b5eb2af9b83
3
+ size 16104801
runs/train/yolo11_bottle_caps_v1/weights/epoch40.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c10108320e27572db5d2e2a598effa6b0a2a5772fff73f7cc61ab38ca4a09354
3
+ size 16107809
runs/train/yolo11_bottle_caps_v1/weights/epoch60.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecae7350fc536ea5878c17ec1bd15e363d307274ff4da434c6bf160e7f9ff8fc
3
+ size 16110881
runs/train/yolo11_bottle_caps_v1/weights/epoch80.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48c071af57406e6d8ec02af3f4daa80d9233d43737425e145d5bcf0aee7d4a42
3
+ size 16113889
runs/train/yolo11_bottle_caps_v1/weights/last.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57803f65b9e89ceef6610f0dc6ccf2ef79efa7762ae7f89b58539ec6c5725162
3
+ size 5507674