Drazcat-AI commited on
Commit
18c70fc
·
1 Parent(s): 65d4f1f

Upload 37 files

Browse files
Files changed (38) hide show
  1. .gitattributes +2 -0
  2. yolov8_destilado_licor/runs/detect/train/F1_curve.png +0 -0
  3. yolov8_destilado_licor/runs/detect/train/PR_curve.png +0 -0
  4. yolov8_destilado_licor/runs/detect/train/P_curve.png +0 -0
  5. yolov8_destilado_licor/runs/detect/train/R_curve.png +0 -0
  6. yolov8_destilado_licor/runs/detect/train/args.yaml +91 -0
  7. yolov8_destilado_licor/runs/detect/train/confusion_matrix.png +3 -0
  8. yolov8_destilado_licor/runs/detect/train/events.out.tfevents.1689596162.2b8bd18470c6.1348.0 +3 -0
  9. yolov8_destilado_licor/runs/detect/train/model_artifacts.json +1 -0
  10. yolov8_destilado_licor/runs/detect/train/results.csv +26 -0
  11. yolov8_destilado_licor/runs/detect/train/results.png +0 -0
  12. yolov8_destilado_licor/runs/detect/train/roboflow_deploy.zip +3 -0
  13. yolov8_destilado_licor/runs/detect/train/state_dict.pt +3 -0
  14. yolov8_destilado_licor/runs/detect/train/train_batch0.jpg +0 -0
  15. yolov8_destilado_licor/runs/detect/train/train_batch1.jpg +0 -0
  16. yolov8_destilado_licor/runs/detect/train/train_batch1950.jpg +0 -0
  17. yolov8_destilado_licor/runs/detect/train/train_batch1951.jpg +0 -0
  18. yolov8_destilado_licor/runs/detect/train/train_batch1952.jpg +0 -0
  19. yolov8_destilado_licor/runs/detect/train/train_batch2.jpg +0 -0
  20. yolov8_destilado_licor/runs/detect/train/val_batch0_labels.jpg +0 -0
  21. yolov8_destilado_licor/runs/detect/train/val_batch0_pred.jpg +0 -0
  22. yolov8_destilado_licor/runs/detect/train/val_batch1_labels.jpg +0 -0
  23. yolov8_destilado_licor/runs/detect/train/val_batch1_pred.jpg +0 -0
  24. yolov8_destilado_licor/runs/detect/train/val_batch2_labels.jpg +0 -0
  25. yolov8_destilado_licor/runs/detect/train/val_batch2_pred.jpg +0 -0
  26. yolov8_destilado_licor/runs/detect/train/weights/best.pt +3 -0
  27. yolov8_destilado_licor/runs/detect/train/weights/last.pt +3 -0
  28. yolov8_destilado_licor/runs/detect/val/F1_curve.png +0 -0
  29. yolov8_destilado_licor/runs/detect/val/PR_curve.png +0 -0
  30. yolov8_destilado_licor/runs/detect/val/P_curve.png +0 -0
  31. yolov8_destilado_licor/runs/detect/val/R_curve.png +0 -0
  32. yolov8_destilado_licor/runs/detect/val/confusion_matrix.png +3 -0
  33. yolov8_destilado_licor/runs/detect/val/val_batch0_labels.jpg +0 -0
  34. yolov8_destilado_licor/runs/detect/val/val_batch0_pred.jpg +0 -0
  35. yolov8_destilado_licor/runs/detect/val/val_batch1_labels.jpg +0 -0
  36. yolov8_destilado_licor/runs/detect/val/val_batch1_pred.jpg +0 -0
  37. yolov8_destilado_licor/runs/detect/val/val_batch2_labels.jpg +0 -0
  38. yolov8_destilado_licor/runs/detect/val/val_batch2_pred.jpg +0 -0
.gitattributes CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ yolov8_destilado_licor/runs/detect/train/confusion_matrix.png filter=lfs diff=lfs merge=lfs -text
37
+ yolov8_destilado_licor/runs/detect/val/confusion_matrix.png filter=lfs diff=lfs merge=lfs -text
yolov8_destilado_licor/runs/detect/train/F1_curve.png ADDED
yolov8_destilado_licor/runs/detect/train/PR_curve.png ADDED
yolov8_destilado_licor/runs/detect/train/P_curve.png ADDED
yolov8_destilado_licor/runs/detect/train/R_curve.png ADDED
yolov8_destilado_licor/runs/detect/train/args.yaml ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ task: detect
2
+ mode: train
3
+ model: yolov8s.yaml
4
+ data: /content/datasets/destilado_licor-13/data.yaml
5
+ epochs: 25
6
+ patience: 50
7
+ batch: 8
8
+ imgsz: 800
9
+ save: true
10
+ cache: false
11
+ device: ''
12
+ workers: 8
13
+ project: null
14
+ name: null
15
+ exist_ok: false
16
+ pretrained: false
17
+ optimizer: SGD
18
+ verbose: true
19
+ seed: 0
20
+ deterministic: true
21
+ single_cls: false
22
+ image_weights: false
23
+ rect: false
24
+ cos_lr: false
25
+ close_mosaic: 10
26
+ resume: false
27
+ overlap_mask: true
28
+ mask_ratio: 4
29
+ dropout: false
30
+ val: true
31
+ save_json: false
32
+ save_hybrid: false
33
+ conf: 0.001
34
+ iou: 0.7
35
+ max_det: 300
36
+ half: false
37
+ dnn: false
38
+ plots: true
39
+ source: ultralytics/assets/
40
+ show: false
41
+ save_txt: false
42
+ save_conf: false
43
+ save_crop: false
44
+ hide_labels: false
45
+ hide_conf: false
46
+ vid_stride: 1
47
+ line_thickness: 3
48
+ visualize: false
49
+ augment: false
50
+ agnostic_nms: false
51
+ classes: null
52
+ retina_masks: false
53
+ boxes: true
54
+ format: torchscript
55
+ keras: false
56
+ optimize: false
57
+ int8: false
58
+ dynamic: false
59
+ simplify: false
60
+ opset: 17
61
+ workspace: 4
62
+ nms: false
63
+ lr0: 0.01
64
+ lrf: 0.01
65
+ momentum: 0.937
66
+ weight_decay: 0.001
67
+ warmup_epochs: 3.0
68
+ warmup_momentum: 0.8
69
+ warmup_bias_lr: 0.1
70
+ box: 7.5
71
+ cls: 0.5
72
+ dfl: 1.5
73
+ fl_gamma: 0.0
74
+ label_smoothing: 0.0
75
+ nbs: 64
76
+ hsv_h: 0.015
77
+ hsv_s: 0.7
78
+ hsv_v: 0.4
79
+ degrees: 0.0
80
+ translate: 0.1
81
+ scale: 0.5
82
+ shear: 0.0
83
+ perspective: 0.0
84
+ flipud: 0.0
85
+ fliplr: 0.5
86
+ mosaic: 1.0
87
+ mixup: 0.0
88
+ copy_paste: 0.0
89
+ cfg: null
90
+ v5loader: false
91
+ save_dir: runs/detect/train
yolov8_destilado_licor/runs/detect/train/confusion_matrix.png ADDED

Git LFS Details

  • SHA256: 79a89801f1f913f55bd0eb666818b8f4cb388ae8beeee64f13dcfec2b8d6f85e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
yolov8_destilado_licor/runs/detect/train/events.out.tfevents.1689596162.2b8bd18470c6.1348.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9875d0433b0eef54e1f5e39d6838e612dee145e1e5b003a05e1b4c6781f13174
3
+ size 516886
yolov8_destilado_licor/runs/detect/train/model_artifacts.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"names": ["Absolut Vodka Citron 40G 750 cc -ID- 1253", "Absolut Vodka Lime 40G 750 cc -ID- 1255", "Absolut Vodka Mango 40G 750 cc -ID- 1259", "Absolut Vodka Original 40G 750 cc -ID- 1261", "Alto del Carmen Pisco especial 35 Botella 1 L -ID- 1311", "Alto del Carmen Pisco especial 35 Botella 1-5 L -ID- 1313", "Alto del Carmen Pisco especial 35 Botella 750 ml -ID- 1315", "Aperol Licor Aperitivo Infusion Botella 750 cc -ID- 1345", "Baileys Crema de licor Baileys Original Irish Cream 750 ml -ID- 1416", "Ballantines Whisky Finest 40G 1 l -ID- 1418", "Beefeater Gin Pink 37 750 cc -ID- 1198", "Bombay Sapphire Gin Dry 47 750 cc -ID- 1302", "Campanario Pisco Sour Botella 700 cc -ID- 1346", "Campanario Pisco Sour Mango Botella 700 cc -ID- 1122", "Cocktail Pisco Sour 14- Botella -ID- 4059", "Coctel Chirimoya Colada Botella -ID- 4055", "Coctel Limon Sour Botella -ID- 4051", "Coctel Pina Colada Botella -ID- 4056", "Coctel Sour Limon -ID- 4050", "Coctel de Limon 14- -ID- 4047", "Coctel de Mango 12- -ID- 4048", "Coctel de Mango Botella -ID- 4052", "Coctel de Pisco Nobel Fire 30- -ID- 4030", "Coctel mango colada 12- Botella -ID- 4054", "Coctel toffee cream 12- Botella -ID- 4057", "Gin Dry 40G -ID- 4038", "Jack Daniels Whisky Bourbon Honey 750 cc -ID- 808", "Jack Daniels Whisky Bourbon N7 750 ml -ID- 998", "Jagermeister Licor de Hierbas 700 cc -ID- 872", "Jarabe de Granadina Botella -ID- 2595", "Johnnie Walker Whisky Johnnie Walker Red Label 1 L -ID- 1004", "Johnnie Walker Whisky Johnnie Walker Red Label 750 ml -ID- 810", "Licor Fernet Botella -ID- 4035", "Mistral Ice Lata -ID- 4058", "Mistral Pisco 35 Especial Anejado en Roble Botella 750 cc -ID- 732", "Mistral Pisco Anejado 35 Botella 1 L -ID- 734", "Pack Pisco Anejado 35- -ID- 4019", "Pisco 35- Reposado 700cc Campanario -ID- 4027", "Pisco 40 Grados Botella -ID- 4018", "Pisco 40- Nobel Extra Anejado Botella -ID- 4024", "Pisco Anejado en Roble Caja -ID- 4025", "Pisco Artesanal Anejado 35-C Caja -ID- 4022", "Pisco Campanario 35 Grados Botella 1lt -ID- 4026", "Pisco Especial 35- -ID- 4017", "Pisco Etiqueta negra 40- Botella -ID- 4020", "Pisco La Serena 700 cc 35- -ID- 4031", "Pisco Mal Paso 35 grados 1lt -ID- 4015", "Pisco Roble del Sur 35- Botella -ID- 4029", "Pisco Sour 18- Botella -ID- 4053", "Pisco Tres Erres especial 35- botella 700 cc -ID- 4034", "Pisco especial 35- Botella -ID- 4032", "Pisco especial 35- Botella 700ml Artesanos de Cochiguaz -ID- 4033", "Pisco reservado 40- Botella -ID- 4021", "Pisco reservado transparente 40- Botella -ID- 4023", "Ramazzotti Licor Rosato 15G 700 cc -ID- 113", "Ron 40- Extra Anejo Botella -ID- 2818", "Ron Anejado -ID- 2816", "Ron Blanco Botella -ID- 2819", "Ron Dorado Anejado 40- Botella -ID- 2821", "Ron Dorado Anejo 750ml Maddero -ID- 2820", "Ron Sierra Morena Botella -ID- 2822", "Sour Premium -ID- 4049", "Tequila Blanco 37-5- 750ml Sombrero Negro -ID- 4037", "Vodka Black 18- -ID- 4012", "Vodka Blood Orange 20- -ID- 4014", "Vodka Original 37 -ID- 4013", "Whiskey Apple 35- botella 1 L -ID- 4039", "Whisky 12 Anos 40- -ID- 4043", "Whisky 40G -ID- 4040", "Whisky 5-6 anos Botella 750ml White Horse -ID- 4044", "Whisky Ballantines 40 750 cc -ID- 196", "Whisky Chivas Regal 12 anos 750 cc -ID- 4046", "Whisky Johnnie Walker black label 750 ml -ID- 4045", "Whisky Sandy Mac -ID- 4042", "Whisky White Horse -ID- 4041"], "yaml": {"nc": 75, "depth_multiple": 0.33, "width_multiple": 0.5, "backbone": [[-1, 1, "Conv", [64, 3, 2]], [-1, 1, "Conv", [128, 3, 2]], [-1, 3, "C2f", [128, true]], [-1, 1, "Conv", [256, 3, 2]], [-1, 6, "C2f", [256, true]], [-1, 1, "Conv", [512, 3, 2]], [-1, 6, "C2f", [512, true]], [-1, 1, "Conv", [1024, 3, 2]], [-1, 3, "C2f", [1024, true]], [-1, 1, "SPPF", [1024, 5]]], "head": [[-1, 1, "nn.Upsample", ["None", 2, "nearest"]], [[-1, 6], 1, "Concat", [1]], [-1, 3, "C2f", [512]], [-1, 1, "nn.Upsample", ["None", 2, "nearest"]], [[-1, 4], 1, "Concat", [1]], [-1, 3, "C2f", [256]], [-1, 1, "Conv", [256, 3, 2]], [[-1, 12], 1, "Concat", [1]], [-1, 3, "C2f", [512]], [-1, 1, "Conv", [512, 3, 2]], [[-1, 9], 1, "Concat", [1]], [-1, 3, "C2f", [1024]], [[15, 18, 21], 1, "Detect", ["nc"]]], "ch": 3}, "nc": 75, "args": {"model": "yolov8s.yaml", "batch": 8, "imgsz": 800}, "ultralytics_version": "8.0.20", "model_type": "yolov8"}
yolov8_destilado_licor/runs/detect/train/results.csv ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ epoch, 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
+ 0, 2.0383, 4.0955, 1.7577, 0.74244, 0.14628, 0.1363, 0.06866, 1.7738, 3.008, 1.5239, 0.070231, 0.0033077, 0.0033077
3
+ 1, 1.7764, 2.3178, 1.5398, 0.45811, 0.34469, 0.27665, 0.13694, 1.8653, 2.2543, 1.5809, 0.039968, 0.006378, 0.006378
4
+ 2, 1.7236, 1.9298, 1.4959, 0.54575, 0.39471, 0.35415, 0.19548, 1.7195, 2.0798, 1.4586, 0.0094408, 0.0091844, 0.0091844
5
+ 3, 1.6749, 1.7216, 1.4207, 0.56289, 0.38068, 0.38173, 0.20988, 1.7109, 1.9432, 1.4337, 0.008812, 0.008812, 0.008812
6
+ 4, 1.6744, 1.5189, 1.4191, 0.58687, 0.41791, 0.42012, 0.24379, 1.5356, 1.6361, 1.3523, 0.008812, 0.008812, 0.008812
7
+ 5, 1.6072, 1.3478, 1.3711, 0.55614, 0.44438, 0.46317, 0.26036, 1.5785, 1.6798, 1.3585, 0.008416, 0.008416, 0.008416
8
+ 6, 1.5752, 1.2241, 1.3479, 0.66543, 0.41453, 0.45356, 0.25088, 1.5979, 1.8623, 1.4128, 0.00802, 0.00802, 0.00802
9
+ 7, 1.5492, 1.1606, 1.3472, 0.52704, 0.50633, 0.44299, 0.23077, 1.7199, 1.7944, 1.4787, 0.007624, 0.007624, 0.007624
10
+ 8, 1.5074, 1.081, 1.2968, 0.61541, 0.44651, 0.45154, 0.24552, 1.719, 1.9403, 1.4574, 0.007228, 0.007228, 0.007228
11
+ 9, 1.4814, 1.0547, 1.2959, 0.6246, 0.46582, 0.45981, 0.27281, 1.5113, 1.7526, 1.3587, 0.006832, 0.006832, 0.006832
12
+ 10, 1.4449, 1.0206, 1.2741, 0.47753, 0.45478, 0.46446, 0.25953, 1.61, 1.6084, 1.4223, 0.006436, 0.006436, 0.006436
13
+ 11, 1.4406, 0.98222, 1.2667, 0.69014, 0.39025, 0.48453, 0.29127, 1.5775, 1.7593, 1.396, 0.00604, 0.00604, 0.00604
14
+ 12, 1.3853, 0.91352, 1.2331, 0.53507, 0.48107, 0.46629, 0.27739, 1.5365, 1.7254, 1.3853, 0.005644, 0.005644, 0.005644
15
+ 13, 1.3719, 0.90293, 1.2257, 0.64157, 0.45212, 0.49192, 0.29239, 1.5221, 1.6635, 1.3642, 0.005248, 0.005248, 0.005248
16
+ 14, 1.3237, 0.86069, 1.197, 0.63282, 0.49183, 0.48298, 0.28151, 1.5444, 1.6408, 1.4054, 0.004852, 0.004852, 0.004852
17
+ 15, 1.3318, 0.83362, 1.237, 0.61958, 0.47893, 0.48603, 0.29943, 1.4655, 1.5755, 1.3541, 0.004456, 0.004456, 0.004456
18
+ 16, 1.2909, 0.783, 1.2188, 0.5572, 0.43063, 0.44328, 0.25003, 1.5256, 1.5364, 1.3834, 0.00406, 0.00406, 0.00406
19
+ 17, 1.2457, 0.74622, 1.1939, 0.63199, 0.46299, 0.50296, 0.30194, 1.4564, 1.6407, 1.3829, 0.003664, 0.003664, 0.003664
20
+ 18, 1.2381, 0.71295, 1.1841, 0.63953, 0.45173, 0.49967, 0.29729, 1.4906, 1.6137, 1.3837, 0.003268, 0.003268, 0.003268
21
+ 19, 1.2128, 0.69853, 1.179, 0.66359, 0.41436, 0.47451, 0.29717, 1.3744, 1.8848, 1.3215, 0.002872, 0.002872, 0.002872
22
+ 20, 1.157, 0.66082, 1.1361, 0.63471, 0.45134, 0.47624, 0.29071, 1.4908, 1.6143, 1.4144, 0.002476, 0.002476, 0.002476
23
+ 21, 1.159, 0.6461, 1.1436, 0.66724, 0.44865, 0.49687, 0.30252, 1.4508, 1.6066, 1.3573, 0.00208, 0.00208, 0.00208
24
+ 22, 1.1303, 0.62932, 1.1214, 0.58897, 0.46935, 0.4907, 0.29962, 1.4547, 1.61, 1.3987, 0.001684, 0.001684, 0.001684
25
+ 23, 1.1011, 0.60678, 1.1105, 0.6372, 0.48933, 0.50562, 0.3107, 1.4252, 1.5722, 1.3839, 0.001288, 0.001288, 0.001288
26
+ 24, 1.0818, 0.59102, 1.1068, 0.66748, 0.46512, 0.48642, 0.30014, 1.4102, 1.5462, 1.3808, 0.000892, 0.000892, 0.000892
yolov8_destilado_licor/runs/detect/train/results.png ADDED
yolov8_destilado_licor/runs/detect/train/roboflow_deploy.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1c434d47a62eb414e2b11a9320b1f5d15a315e8fe68e550d38b63177e2ac54d
3
+ size 21054668
yolov8_destilado_licor/runs/detect/train/state_dict.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfc0656dc9e01ba6f549c24d65d21911925fadec01a8ea00d6dd992907f6ff24
3
+ size 22487594
yolov8_destilado_licor/runs/detect/train/train_batch0.jpg ADDED
yolov8_destilado_licor/runs/detect/train/train_batch1.jpg ADDED
yolov8_destilado_licor/runs/detect/train/train_batch1950.jpg ADDED
yolov8_destilado_licor/runs/detect/train/train_batch1951.jpg ADDED
yolov8_destilado_licor/runs/detect/train/train_batch1952.jpg ADDED
yolov8_destilado_licor/runs/detect/train/train_batch2.jpg ADDED
yolov8_destilado_licor/runs/detect/train/val_batch0_labels.jpg ADDED
yolov8_destilado_licor/runs/detect/train/val_batch0_pred.jpg ADDED
yolov8_destilado_licor/runs/detect/train/val_batch1_labels.jpg ADDED
yolov8_destilado_licor/runs/detect/train/val_batch1_pred.jpg ADDED
yolov8_destilado_licor/runs/detect/train/val_batch2_labels.jpg ADDED
yolov8_destilado_licor/runs/detect/train/val_batch2_pred.jpg ADDED
yolov8_destilado_licor/runs/detect/train/weights/best.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d62c673b3e8f4380bf4cf62c0420b023dbe55598bb93b9a5a49948bd5b3d80c
3
+ size 22562808
yolov8_destilado_licor/runs/detect/train/weights/last.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4488da342119b95b1528a035691c5da4656e9c27c0859d8ab2f2c37d55b9c0d8
3
+ size 22562808
yolov8_destilado_licor/runs/detect/val/F1_curve.png ADDED
yolov8_destilado_licor/runs/detect/val/PR_curve.png ADDED
yolov8_destilado_licor/runs/detect/val/P_curve.png ADDED
yolov8_destilado_licor/runs/detect/val/R_curve.png ADDED
yolov8_destilado_licor/runs/detect/val/confusion_matrix.png ADDED

Git LFS Details

  • SHA256: 8713fd97eacc8d57f7ad25832e22e72f202a49ab0abc6a8c0f9135d3c08796cb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
yolov8_destilado_licor/runs/detect/val/val_batch0_labels.jpg ADDED
yolov8_destilado_licor/runs/detect/val/val_batch0_pred.jpg ADDED
yolov8_destilado_licor/runs/detect/val/val_batch1_labels.jpg ADDED
yolov8_destilado_licor/runs/detect/val/val_batch1_pred.jpg ADDED
yolov8_destilado_licor/runs/detect/val/val_batch2_labels.jpg ADDED
yolov8_destilado_licor/runs/detect/val/val_batch2_pred.jpg ADDED