Drazcat-AI commited on
Commit
3d4761f
·
1 Parent(s): 265c4a8

Upload 37 files

Browse files
Files changed (37) hide show
  1. yolov8_vinos/runs/detect/train/F1_curve.png +0 -0
  2. yolov8_vinos/runs/detect/train/PR_curve.png +0 -0
  3. yolov8_vinos/runs/detect/train/P_curve.png +0 -0
  4. yolov8_vinos/runs/detect/train/R_curve.png +0 -0
  5. yolov8_vinos/runs/detect/train/args.yaml +91 -0
  6. yolov8_vinos/runs/detect/train/confusion_matrix.png +0 -0
  7. yolov8_vinos/runs/detect/train/events.out.tfevents.1689593185.95a773f2323e.2509.0 +3 -0
  8. yolov8_vinos/runs/detect/train/model_artifacts.json +1 -0
  9. yolov8_vinos/runs/detect/train/results.csv +26 -0
  10. yolov8_vinos/runs/detect/train/results.png +0 -0
  11. yolov8_vinos/runs/detect/train/roboflow_deploy.zip +3 -0
  12. yolov8_vinos/runs/detect/train/state_dict.pt +3 -0
  13. yolov8_vinos/runs/detect/train/train_batch0.jpg +0 -0
  14. yolov8_vinos/runs/detect/train/train_batch1.jpg +0 -0
  15. yolov8_vinos/runs/detect/train/train_batch2.jpg +0 -0
  16. yolov8_vinos/runs/detect/train/train_batch4260.jpg +0 -0
  17. yolov8_vinos/runs/detect/train/train_batch4261.jpg +0 -0
  18. yolov8_vinos/runs/detect/train/train_batch4262.jpg +0 -0
  19. yolov8_vinos/runs/detect/train/val_batch0_labels.jpg +0 -0
  20. yolov8_vinos/runs/detect/train/val_batch0_pred.jpg +0 -0
  21. yolov8_vinos/runs/detect/train/val_batch1_labels.jpg +0 -0
  22. yolov8_vinos/runs/detect/train/val_batch1_pred.jpg +0 -0
  23. yolov8_vinos/runs/detect/train/val_batch2_labels.jpg +0 -0
  24. yolov8_vinos/runs/detect/train/val_batch2_pred.jpg +0 -0
  25. yolov8_vinos/runs/detect/train/weights/best.pt +3 -0
  26. yolov8_vinos/runs/detect/train/weights/last.pt +3 -0
  27. yolov8_vinos/runs/detect/val/F1_curve.png +0 -0
  28. yolov8_vinos/runs/detect/val/PR_curve.png +0 -0
  29. yolov8_vinos/runs/detect/val/P_curve.png +0 -0
  30. yolov8_vinos/runs/detect/val/R_curve.png +0 -0
  31. yolov8_vinos/runs/detect/val/confusion_matrix.png +0 -0
  32. yolov8_vinos/runs/detect/val/val_batch0_labels.jpg +0 -0
  33. yolov8_vinos/runs/detect/val/val_batch0_pred.jpg +0 -0
  34. yolov8_vinos/runs/detect/val/val_batch1_labels.jpg +0 -0
  35. yolov8_vinos/runs/detect/val/val_batch1_pred.jpg +0 -0
  36. yolov8_vinos/runs/detect/val/val_batch2_labels.jpg +0 -0
  37. yolov8_vinos/runs/detect/val/val_batch2_pred.jpg +0 -0
yolov8_vinos/runs/detect/train/F1_curve.png ADDED
yolov8_vinos/runs/detect/train/PR_curve.png ADDED
yolov8_vinos/runs/detect/train/P_curve.png ADDED
yolov8_vinos/runs/detect/train/R_curve.png ADDED
yolov8_vinos/runs/detect/train/args.yaml ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ task: detect
2
+ mode: train
3
+ model: yolov8s.yaml
4
+ data: /content/datasets/vinos-24/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_vinos/runs/detect/train/confusion_matrix.png ADDED
yolov8_vinos/runs/detect/train/events.out.tfevents.1689593185.95a773f2323e.2509.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b497272d6df66ef1f84301ccacdb4a69bf2c6fc2aedcb372349a8f07401f088
3
+ size 1117486
yolov8_vinos/runs/detect/train/model_artifacts.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"names": ["1865 Single Vineyard Carmenere Botella -ID- 3034", "Casillero del Diablo Vino Cabernet Sauvignon 750 ml -ID- 1124", "Casillero del Diablo Vino Carmenere 750 ml -ID- 1385", "Casillero del Diablo Vino Merlot 750 cc -ID- 1176", "Casillero del Diablo Vino Reserva Red Blend Botella 750 cc -ID- 1389", "Casillero del Diablo Vino Syrah 750 cc -ID- 1391", "Diablo Vino Diablo Dark Red Ensamblaje 750 cc -ID- 971", "Exportacion Selecto Vino Exportacion Selecto Cabernet Sauvignon Botellon 1-5 l -ID- 1037", "Exportacion Selecto Vino Exportacion Selecto Merlot Botellon 1-5L -ID- 1039", "Gato Vino Botellon Carmenere San Pedro 1-5 l -ID- 944", "Gran Reserva Cabernet Sauvignon Botella -ID- 3011", "Gran Reserva Carmenere Botella -ID- 3030", "Gran Reserva Cuvee Cabernet Sauvignon Botella -ID- 3013", "Gran Reserva Cuvee Carmenere Botella -ID- 3014", "Gran Reserva Etiqueta Negra Cabernet Sauvignon Botella -ID- 3028", "Gran Reserva Merlot Botella -ID- 3027", "Late Harvest Botella 500 cc -ID- 3060", "San Pedro Vino Tinto Cabernet Sauvignon Gato Botellon 1-5 l -ID- 227", "San Pedro Vino Tinto Merlot Gato Botellon 1-5 L -ID- 229", "Santa Rita 120 Gran Botella 1500 cc -ID- 231", "Santa Rita Ensamblaje Botella -ID- 3058", "Santa Rita Vino Cabernet Sauvignon Gran 120 Botellon 1500 cc -ID- 233", "Santa Rita Vino Gran 120 Carmenere Botella 1500 cc -ID- 235", "Santa Rita Vino Gran 120 Merlot Botella 1-5 L -ID- 237", "Vino Blanco 1 L -ID- 2861", "Vino Blanco Botellon 15L Gato -ID- 3070", "Vino Blanco Caja -ID- 2868", "Vino Blanco Gato Caja -ID- 2871", "Vino Botellon Uvas Tintas -ID- 3072", "Vino Cabernet Sauvignon -ID- 3002", "Vino Cabernet Sauvignon -Syrah Reserva -ID- 3036", "Vino Cabernet Sauvignon 1 L -ID- 2860", "Vino Cabernet Sauvignon 120 Tres Medallas -ID- 3053", "Vino Cabernet Sauvignon 13-5- 750 cc -ID- 2996", "Vino Cabernet Sauvignon Gato Tetra -ID- 2870", "Vino Cabernet Sauvignon Gran Reserva Botella -ID- 3008", "Vino Cabernet Sauvignon Medalla Real Reserva -ID- 3015", "Vino Cabernet Sauvignon Reserva -ID- 3012", "Vino Cabernet Sauvignon Santa Emiliana Botella -ID- 3018", "Vino Cabernet Sauvignon Seleccion -ID- 3052", "Vino Cabernet Sauvignon Tarapaca Reserva Botella -ID- 3016", "Vino Cabernet Sauvignon Varietal 750 cc -ID- 2998", "Vino Carmenere -ID- 3038", "Vino Carmenere 13-6- 750cc -ID- 2999", "Vino Carmenere 700ml Exportacion -ID- 3025", "Vino Carmenere Adobe Organico Botella -ID- 3024", "Vino Carmenere Bicicleta Botella -ID- 3023", "Vino Carmenere Botella -ID- 3047", "Vino Carmenere Medalla Real Reserva -ID- 3004", "Vino Carmenere Tarapaca Reserva Botella -ID- 3029", "Vino Casillero del Diablo Devils Collection Red -ID- 3005", "Vino Casillero del Diablo Reserva Especial Cabernet Sauvignon -ID- 3045", "Vino Casillero del Diablo Reserva Privada Cabernet Sauvignon -ID- 3020", "Vino Casillero del Diablo Reserva Privada Carmenere -ID- 3000", "Vino Casillero del Diablo reserva pinot noir 750 cc -ID- 96", "Vino Clos de Pirque Cabernet Sauvignon Botellon -ID- 3064", "Vino Clos de Pirque Cabernet Sauvignon Tetra -ID- 2867", "Vino Clos de Pirque Merlot Botellon -ID- 3061", "Vino Clos de Pirque Merlot Caja 2L Clos de Pirque -ID- 2866", "Vino Concha Carmenere -ID- 3026", "Vino Cuvee Merlot Botella -ID- 3001", "Vino Dark Black Cabernet Sauvignon -ID- 3046", "Vino Ensamblaje Gran Edicion 120 Botellon -ID- 3069", "Vino Exportacion Blanco 2 L -ID- 2863", "Vino Exportacion Blanco Botellon -ID- 3066", "Vino Exportacion Selecto Cabernet Sauvignon -ID- 3041", "Vino Exportacion Selecto Merlot -ID- 3040", "Vino Exportacion Tinto 2 L -ID- 2864", "Vino Exportacion selecto carmenere 1-5 L -ID- 322", "Vino Gran 120 Cabernet Sauvignon Botella -ID- 3054", "Vino Gran 120 Cabernet Sauvignon Botellon -ID- 3065", "Vino Gran Edicion 120 Syrah Botella -ID- 3068", "Vino Gran Reserva Black Carmenere -ID- 3048", "Vino Gran Reserva Cabernet Sauvignon -ID- 3010", "Vino Gran Reserva Carmenere -ID- 3035", "Vino Gran Reserva Merlot -ID- 3033", "Vino Late Harvest Prologo 12- Botella -ID- 3059", "Vino Late Harvest Sauvignon Blanc -ID- 3057", "Vino Merlot -ID- 3003", "Vino Merlot 2 L -ID- 2862", "Vino Merlot Gran 120 Botellon -ID- 3063", "Vino Merlot Reserva Botella -ID- 3021", "Vino Merlot Tres Medallas Vina Santa Rita Botella -ID- 3056", "Vino Merlot Vina Santa Rita 750 cc Medalla Real Reserva Especial -ID- 2997", "Vino Palo Alto Reserva Cabernet Sauvignon -ID- 3017", "Vino Palo Alto Reserva Merlot -ID- 3009", "Vino Red Blend Botella -ID- 3043", "Vino Reserva Carmenere Botella -ID- 3037", "Vino Reserva Especial Merlot 750 cc -ID- 2995", "Vino Santa Emiliana Carmenere -ID- 3039", "Vino Santa Emiliana Merlot -ID- 3022", "Vino Santa Emiliana Syrah -ID- 3055", "Vino Syrah-Cabernet Sauvignon Gran Reserva 2019 Botella -ID- 3007", "Vino Tinto 120 Carmenere Botellon -ID- 3062", "Vino Tinto Caja 2L Bodega Uno -ID- 2869", "Vino Tinto Dulce Botellon 1-5 L Exportacion Selecto -ID- 3071", "Vino Tinto Exportacion Botellon -ID- 3067", "Vino Tinto Exportacion Tetra 1 L -ID- 2865", "Vino Tinto Seleccion Dulce 750 ml Gato -ID- 3042", "Vino Tributo Carmenere Botella -ID- 3044", "Vino de Mesa Tetra Tetra -ID- 2872"], "yaml": {"nc": 101, "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": 101, "args": {"model": "yolov8s.yaml", "batch": 8, "imgsz": 800}, "ultralytics_version": "8.0.20", "model_type": "yolov8"}
yolov8_vinos/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, 1.9846, 3.8123, 1.6866, 0.58217, 0.13965, 0.09555, 0.05082, 1.5179, 2.7534, 1.386, 0.070106, 0.0033216, 0.0033216
3
+ 1, 1.7492, 2.3327, 1.5101, 0.58472, 0.25563, 0.22446, 0.09844, 1.7102, 2.1199, 1.4221, 0.039842, 0.0063914, 0.0063914
4
+ 2, 1.7154, 1.9453, 1.4939, 0.51603, 0.27592, 0.26588, 0.12188, 1.7197, 2.1381, 1.4607, 0.0093146, 0.0091972, 0.0091972
5
+ 3, 1.6827, 1.7391, 1.4769, 0.51819, 0.29961, 0.28686, 0.13616, 1.6943, 1.948, 1.4427, 0.008812, 0.008812, 0.008812
6
+ 4, 1.6488, 1.5981, 1.4645, 0.54295, 0.39177, 0.35705, 0.18774, 1.5095, 1.7205, 1.3731, 0.008812, 0.008812, 0.008812
7
+ 5, 1.6263, 1.5128, 1.467, 0.50393, 0.40274, 0.34231, 0.18026, 1.5239, 1.7219, 1.3998, 0.008416, 0.008416, 0.008416
8
+ 6, 1.6042, 1.4341, 1.4598, 0.58473, 0.36149, 0.37976, 0.22127, 1.426, 1.6911, 1.3518, 0.00802, 0.00802, 0.00802
9
+ 7, 1.5618, 1.3544, 1.4313, 0.43308, 0.47272, 0.40004, 0.22334, 1.4212, 1.6589, 1.3538, 0.007624, 0.007624, 0.007624
10
+ 8, 1.5401, 1.2969, 1.4072, 0.47913, 0.43966, 0.38148, 0.20616, 1.5746, 1.6429, 1.4164, 0.007228, 0.007228, 0.007228
11
+ 9, 1.5151, 1.2246, 1.3912, 0.52166, 0.44414, 0.39334, 0.22412, 1.4898, 1.636, 1.3803, 0.006832, 0.006832, 0.006832
12
+ 10, 1.4806, 1.1838, 1.3833, 0.40778, 0.45758, 0.39169, 0.22894, 1.4403, 1.6142, 1.3472, 0.006436, 0.006436, 0.006436
13
+ 11, 1.4557, 1.124, 1.3619, 0.46877, 0.37361, 0.36846, 0.22163, 1.3974, 1.6221, 1.3441, 0.00604, 0.00604, 0.00604
14
+ 12, 1.4297, 1.0807, 1.3536, 0.44619, 0.48023, 0.40681, 0.2409, 1.3971, 1.5948, 1.3519, 0.005644, 0.005644, 0.005644
15
+ 13, 1.4196, 1.0407, 1.3317, 0.43699, 0.41944, 0.40826, 0.22787, 1.471, 1.6498, 1.3789, 0.005248, 0.005248, 0.005248
16
+ 14, 1.3975, 0.99718, 1.3222, 0.53969, 0.41447, 0.40553, 0.24206, 1.4278, 1.6479, 1.3584, 0.004852, 0.004852, 0.004852
17
+ 15, 1.4139, 0.9154, 1.3855, 0.56002, 0.37968, 0.38384, 0.22039, 1.4582, 1.7692, 1.3899, 0.004456, 0.004456, 0.004456
18
+ 16, 1.3866, 0.8814, 1.3727, 0.51418, 0.42828, 0.39113, 0.2307, 1.4674, 1.7056, 1.3734, 0.00406, 0.00406, 0.00406
19
+ 17, 1.3485, 0.83829, 1.3446, 0.48071, 0.42073, 0.40619, 0.24107, 1.4112, 1.6969, 1.3608, 0.003664, 0.003664, 0.003664
20
+ 18, 1.3321, 0.80438, 1.338, 0.49051, 0.438, 0.39579, 0.22756, 1.4487, 1.701, 1.3721, 0.003268, 0.003268, 0.003268
21
+ 19, 1.3057, 0.7744, 1.3178, 0.49755, 0.41826, 0.40228, 0.23341, 1.447, 1.7003, 1.375, 0.002872, 0.002872, 0.002872
22
+ 20, 1.2693, 0.74786, 1.2942, 0.54592, 0.39887, 0.39574, 0.22746, 1.4418, 1.7246, 1.3827, 0.002476, 0.002476, 0.002476
23
+ 21, 1.2434, 0.7146, 1.2787, 0.50756, 0.43477, 0.39236, 0.2334, 1.4213, 1.72, 1.3617, 0.00208, 0.00208, 0.00208
24
+ 22, 1.2205, 0.68663, 1.2667, 0.50383, 0.42005, 0.38517, 0.22894, 1.4188, 1.7386, 1.3602, 0.001684, 0.001684, 0.001684
25
+ 23, 1.201, 0.66331, 1.2533, 0.51379, 0.40515, 0.39277, 0.23165, 1.4107, 1.7268, 1.3646, 0.001288, 0.001288, 0.001288
26
+ 24, 1.173, 0.6516, 1.2377, 0.51378, 0.40182, 0.38667, 0.22801, 1.4313, 1.7687, 1.375, 0.000892, 0.000892, 0.000892
yolov8_vinos/runs/detect/train/results.png ADDED
yolov8_vinos/runs/detect/train/roboflow_deploy.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2b7a4600c65dbe7d23852dd029d888d750ad5b233bac79ad322199a7ff66ef0
3
+ size 21075587
yolov8_vinos/runs/detect/train/state_dict.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fe8024264ef208898703b01db8aaec273433fec4d11dcb06bc27b4110bc593a
3
+ size 22507754
yolov8_vinos/runs/detect/train/train_batch0.jpg ADDED
yolov8_vinos/runs/detect/train/train_batch1.jpg ADDED
yolov8_vinos/runs/detect/train/train_batch2.jpg ADDED
yolov8_vinos/runs/detect/train/train_batch4260.jpg ADDED
yolov8_vinos/runs/detect/train/train_batch4261.jpg ADDED
yolov8_vinos/runs/detect/train/train_batch4262.jpg ADDED
yolov8_vinos/runs/detect/train/val_batch0_labels.jpg ADDED
yolov8_vinos/runs/detect/train/val_batch0_pred.jpg ADDED
yolov8_vinos/runs/detect/train/val_batch1_labels.jpg ADDED
yolov8_vinos/runs/detect/train/val_batch1_pred.jpg ADDED
yolov8_vinos/runs/detect/train/val_batch2_labels.jpg ADDED
yolov8_vinos/runs/detect/train/val_batch2_pred.jpg ADDED
yolov8_vinos/runs/detect/train/weights/best.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c625f6d977bfdfa35811d9dfbcd274498e41b059054d17733e418a86fb50f04
3
+ size 22575224
yolov8_vinos/runs/detect/train/weights/last.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54d82b00aaa48a1bc3842ec88dcbd6e6d61d259b21189d9c312a4d4363b332c2
3
+ size 22575224
yolov8_vinos/runs/detect/val/F1_curve.png ADDED
yolov8_vinos/runs/detect/val/PR_curve.png ADDED
yolov8_vinos/runs/detect/val/P_curve.png ADDED
yolov8_vinos/runs/detect/val/R_curve.png ADDED
yolov8_vinos/runs/detect/val/confusion_matrix.png ADDED
yolov8_vinos/runs/detect/val/val_batch0_labels.jpg ADDED
yolov8_vinos/runs/detect/val/val_batch0_pred.jpg ADDED
yolov8_vinos/runs/detect/val/val_batch1_labels.jpg ADDED
yolov8_vinos/runs/detect/val/val_batch1_pred.jpg ADDED
yolov8_vinos/runs/detect/val/val_batch2_labels.jpg ADDED
yolov8_vinos/runs/detect/val/val_batch2_pred.jpg ADDED