plawanrath commited on
Commit
ffc2484
·
verified ·
1 Parent(s): 02f46c0

Upload folder using huggingface_hub

Browse files
Files changed (48) hide show
  1. .gitattributes +36 -0
  2. detect/yolov8_brands/args.yaml +105 -0
  3. detect/yolov8_brands/labels.jpg +3 -0
  4. detect/yolov8_brands/train_batch0.jpg +3 -0
  5. detect/yolov8_brands/train_batch1.jpg +3 -0
  6. detect/yolov8_brands/train_batch2.jpg +3 -0
  7. detect/yolov8_brands2/args.yaml +105 -0
  8. detect/yolov8_brands2/labels.jpg +3 -0
  9. detect/yolov8_brands2/results.csv +5 -0
  10. detect/yolov8_brands2/train_batch0.jpg +3 -0
  11. detect/yolov8_brands2/train_batch1.jpg +3 -0
  12. detect/yolov8_brands2/train_batch2.jpg +3 -0
  13. detect/yolov8_brands2/weights/best.pt +3 -0
  14. detect/yolov8_brands2/weights/last.pt +3 -0
  15. detect/yolov8_brands3/args.yaml +105 -0
  16. detect/yolov8_brands3/labels.jpg +3 -0
  17. detect/yolov8_brands3/train_batch0.jpg +3 -0
  18. detect/yolov8_brands3/train_batch1.jpg +3 -0
  19. detect/yolov8_brands3/train_batch2.jpg +3 -0
  20. detect/yolov8_brands4/F1_curve.png +3 -0
  21. detect/yolov8_brands4/PR_curve.png +3 -0
  22. detect/yolov8_brands4/P_curve.png +3 -0
  23. detect/yolov8_brands4/R_curve.png +3 -0
  24. detect/yolov8_brands4/args.yaml +105 -0
  25. detect/yolov8_brands4/confusion_matrix.png +3 -0
  26. detect/yolov8_brands4/confusion_matrix_normalized.png +3 -0
  27. detect/yolov8_brands4/labels.jpg +3 -0
  28. detect/yolov8_brands4/results.csv +26 -0
  29. detect/yolov8_brands4/results.png +3 -0
  30. detect/yolov8_brands4/train_batch0.jpg +3 -0
  31. detect/yolov8_brands4/train_batch1.jpg +3 -0
  32. detect/yolov8_brands4/train_batch17580.jpg +3 -0
  33. detect/yolov8_brands4/train_batch17581.jpg +3 -0
  34. detect/yolov8_brands4/train_batch17582.jpg +3 -0
  35. detect/yolov8_brands4/train_batch2.jpg +3 -0
  36. detect/yolov8_brands4/val_batch0_labels.jpg +3 -0
  37. detect/yolov8_brands4/val_batch0_pred.jpg +3 -0
  38. detect/yolov8_brands4/val_batch1_labels.jpg +3 -0
  39. detect/yolov8_brands4/val_batch1_pred.jpg +3 -0
  40. detect/yolov8_brands4/val_batch2_labels.jpg +3 -0
  41. detect/yolov8_brands4/val_batch2_pred.jpg +3 -0
  42. detect/yolov8_brands4/weights/best.pt +3 -0
  43. detect/yolov8_brands4/weights/last.pt +3 -0
  44. detect/yolov8_brands5/args.yaml +105 -0
  45. detect/yolov8_brands5/labels.jpg +3 -0
  46. detect/yolov8_brands5/train_batch0.jpg +3 -0
  47. detect/yolov8_brands5/train_batch1.jpg +3 -0
  48. detect/yolov8_brands5/train_batch2.jpg +3 -0
.gitattributes CHANGED
@@ -33,3 +33,39 @@ 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
+ detect/yolov8_brands/labels.jpg filter=lfs diff=lfs merge=lfs -text
37
+ detect/yolov8_brands/train_batch0.jpg filter=lfs diff=lfs merge=lfs -text
38
+ detect/yolov8_brands/train_batch1.jpg filter=lfs diff=lfs merge=lfs -text
39
+ detect/yolov8_brands/train_batch2.jpg filter=lfs diff=lfs merge=lfs -text
40
+ detect/yolov8_brands2/labels.jpg filter=lfs diff=lfs merge=lfs -text
41
+ detect/yolov8_brands2/train_batch0.jpg filter=lfs diff=lfs merge=lfs -text
42
+ detect/yolov8_brands2/train_batch1.jpg filter=lfs diff=lfs merge=lfs -text
43
+ detect/yolov8_brands2/train_batch2.jpg filter=lfs diff=lfs merge=lfs -text
44
+ detect/yolov8_brands3/labels.jpg filter=lfs diff=lfs merge=lfs -text
45
+ detect/yolov8_brands3/train_batch0.jpg filter=lfs diff=lfs merge=lfs -text
46
+ detect/yolov8_brands3/train_batch1.jpg filter=lfs diff=lfs merge=lfs -text
47
+ detect/yolov8_brands3/train_batch2.jpg filter=lfs diff=lfs merge=lfs -text
48
+ detect/yolov8_brands4/F1_curve.png filter=lfs diff=lfs merge=lfs -text
49
+ detect/yolov8_brands4/PR_curve.png filter=lfs diff=lfs merge=lfs -text
50
+ detect/yolov8_brands4/P_curve.png filter=lfs diff=lfs merge=lfs -text
51
+ detect/yolov8_brands4/R_curve.png filter=lfs diff=lfs merge=lfs -text
52
+ detect/yolov8_brands4/confusion_matrix.png filter=lfs diff=lfs merge=lfs -text
53
+ detect/yolov8_brands4/confusion_matrix_normalized.png filter=lfs diff=lfs merge=lfs -text
54
+ detect/yolov8_brands4/labels.jpg filter=lfs diff=lfs merge=lfs -text
55
+ detect/yolov8_brands4/results.png filter=lfs diff=lfs merge=lfs -text
56
+ detect/yolov8_brands4/train_batch0.jpg filter=lfs diff=lfs merge=lfs -text
57
+ detect/yolov8_brands4/train_batch1.jpg filter=lfs diff=lfs merge=lfs -text
58
+ detect/yolov8_brands4/train_batch17580.jpg filter=lfs diff=lfs merge=lfs -text
59
+ detect/yolov8_brands4/train_batch17581.jpg filter=lfs diff=lfs merge=lfs -text
60
+ detect/yolov8_brands4/train_batch17582.jpg filter=lfs diff=lfs merge=lfs -text
61
+ detect/yolov8_brands4/train_batch2.jpg filter=lfs diff=lfs merge=lfs -text
62
+ detect/yolov8_brands4/val_batch0_labels.jpg filter=lfs diff=lfs merge=lfs -text
63
+ detect/yolov8_brands4/val_batch0_pred.jpg filter=lfs diff=lfs merge=lfs -text
64
+ detect/yolov8_brands4/val_batch1_labels.jpg filter=lfs diff=lfs merge=lfs -text
65
+ detect/yolov8_brands4/val_batch1_pred.jpg filter=lfs diff=lfs merge=lfs -text
66
+ detect/yolov8_brands4/val_batch2_labels.jpg filter=lfs diff=lfs merge=lfs -text
67
+ detect/yolov8_brands4/val_batch2_pred.jpg filter=lfs diff=lfs merge=lfs -text
68
+ detect/yolov8_brands5/labels.jpg filter=lfs diff=lfs merge=lfs -text
69
+ detect/yolov8_brands5/train_batch0.jpg filter=lfs diff=lfs merge=lfs -text
70
+ detect/yolov8_brands5/train_batch1.jpg filter=lfs diff=lfs merge=lfs -text
71
+ detect/yolov8_brands5/train_batch2.jpg filter=lfs diff=lfs merge=lfs -text
detect/yolov8_brands/args.yaml ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ task: detect
2
+ mode: train
3
+ model: yolov8m.pt
4
+ data: openlogo_yolo/brands.yaml
5
+ epochs: 25
6
+ time: null
7
+ patience: 100
8
+ batch: 16
9
+ imgsz: 640
10
+ save: true
11
+ save_period: -1
12
+ cache: false
13
+ device: mps
14
+ workers: 8
15
+ project: null
16
+ name: yolov8_brands
17
+ exist_ok: false
18
+ pretrained: true
19
+ optimizer: auto
20
+ verbose: true
21
+ seed: 0
22
+ deterministic: true
23
+ single_cls: false
24
+ rect: false
25
+ cos_lr: false
26
+ close_mosaic: 10
27
+ resume: false
28
+ amp: true
29
+ fraction: 1.0
30
+ profile: false
31
+ freeze: null
32
+ multi_scale: false
33
+ overlap_mask: true
34
+ mask_ratio: 4
35
+ dropout: 0.0
36
+ val: true
37
+ split: val
38
+ save_json: false
39
+ conf: null
40
+ iou: 0.7
41
+ max_det: 300
42
+ half: false
43
+ dnn: false
44
+ plots: true
45
+ source: null
46
+ vid_stride: 1
47
+ stream_buffer: false
48
+ visualize: false
49
+ augment: false
50
+ agnostic_nms: false
51
+ classes: null
52
+ retina_masks: false
53
+ embed: null
54
+ show: false
55
+ save_frames: false
56
+ save_txt: false
57
+ save_conf: false
58
+ save_crop: false
59
+ show_labels: true
60
+ show_conf: true
61
+ show_boxes: true
62
+ line_width: null
63
+ format: torchscript
64
+ keras: false
65
+ optimize: false
66
+ int8: false
67
+ dynamic: false
68
+ simplify: true
69
+ opset: null
70
+ workspace: null
71
+ nms: false
72
+ lr0: 0.01
73
+ lrf: 0.01
74
+ momentum: 0.937
75
+ weight_decay: 0.0005
76
+ warmup_epochs: 3.0
77
+ warmup_momentum: 0.8
78
+ warmup_bias_lr: 0.1
79
+ box: 7.5
80
+ cls: 0.5
81
+ dfl: 1.5
82
+ pose: 12.0
83
+ kobj: 1.0
84
+ nbs: 64
85
+ hsv_h: 0.015
86
+ hsv_s: 0.7
87
+ hsv_v: 0.4
88
+ degrees: 0.0
89
+ translate: 0.1
90
+ scale: 0.5
91
+ shear: 0.0
92
+ perspective: 0.0
93
+ flipud: 0.0
94
+ fliplr: 0.5
95
+ bgr: 0.0
96
+ mosaic: 1.0
97
+ mixup: 0.0
98
+ cutmix: 0.0
99
+ copy_paste: 0.0
100
+ copy_paste_mode: flip
101
+ auto_augment: randaugment
102
+ erasing: 0.4
103
+ cfg: null
104
+ tracker: botsort.yaml
105
+ save_dir: /Users/plawanrath/Documents/GitHub-public/vod-inference/runs/detect/yolov8_brands
detect/yolov8_brands/labels.jpg ADDED

Git LFS Details

  • SHA256: 0241721882750ccf9a078ecfdad174ab52070e87a7eb38cd2d96f75f936c9564
  • Pointer size: 131 Bytes
  • Size of remote file: 218 kB
detect/yolov8_brands/train_batch0.jpg ADDED

Git LFS Details

  • SHA256: bbe6a82e7b3f6467280304d85ac8c19b89fd623a11ad5549f5294410e1e00c3b
  • Pointer size: 131 Bytes
  • Size of remote file: 599 kB
detect/yolov8_brands/train_batch1.jpg ADDED

Git LFS Details

  • SHA256: 24c453fdfac8481781810ffd824acef8d9adc4adfeac06ea8f9a69a2465e57bf
  • Pointer size: 131 Bytes
  • Size of remote file: 554 kB
detect/yolov8_brands/train_batch2.jpg ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 0241721882750ccf9a078ecfdad174ab52070e87a7eb38cd2d96f75f936c9564
  • Pointer size: 131 Bytes
  • Size of remote file: 218 kB
detect/yolov8_brands2/results.csv ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
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,4993.84,1.30073,5.82976,1.27802,0.67302,0.02952,0.025,0.01882,1.11541,4.475,1.10652,9.32537e-06,9.32537e-06,9.32537e-06
3
+ 2,10290.4,1.13171,3.51385,1.13947,0.76962,0.11648,0.12855,0.09484,1.0484,3.07703,1.06855,1.79198e-05,1.79198e-05,1.79198e-05
4
+ 3,16225.7,1.07933,2.62287,1.10851,0.71765,0.17883,0.19715,0.14373,1.02743,2.46217,1.05534,2.57751e-05,2.57751e-05,2.57751e-05
5
+ 4,26738.2,1.03115,2.1103,1.07603,0.68159,0.22577,0.24898,0.181,1.01606,2.16085,1.0457,2.46736e-05,2.46736e-05,2.46736e-05
detect/yolov8_brands2/train_batch0.jpg ADDED

Git LFS Details

  • SHA256: bbe6a82e7b3f6467280304d85ac8c19b89fd623a11ad5549f5294410e1e00c3b
  • Pointer size: 131 Bytes
  • Size of remote file: 599 kB
detect/yolov8_brands2/train_batch1.jpg ADDED

Git LFS Details

  • SHA256: 24c453fdfac8481781810ffd824acef8d9adc4adfeac06ea8f9a69a2465e57bf
  • Pointer size: 131 Bytes
  • Size of remote file: 554 kB
detect/yolov8_brands2/train_batch2.jpg ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 0241721882750ccf9a078ecfdad174ab52070e87a7eb38cd2d96f75f936c9564
  • Pointer size: 131 Bytes
  • Size of remote file: 218 kB
detect/yolov8_brands3/train_batch0.jpg ADDED

Git LFS Details

  • SHA256: bbe6a82e7b3f6467280304d85ac8c19b89fd623a11ad5549f5294410e1e00c3b
  • Pointer size: 131 Bytes
  • Size of remote file: 599 kB
detect/yolov8_brands3/train_batch1.jpg ADDED

Git LFS Details

  • SHA256: 24c453fdfac8481781810ffd824acef8d9adc4adfeac06ea8f9a69a2465e57bf
  • Pointer size: 131 Bytes
  • Size of remote file: 554 kB
detect/yolov8_brands3/train_batch2.jpg ADDED

Git LFS Details

  • SHA256: ef3e81561ef15744824fe15e7fe6216fafd4d507ce9234b7a2f06f89c2598d13
  • Pointer size: 131 Bytes
  • Size of remote file: 597 kB
detect/yolov8_brands4/F1_curve.png ADDED

Git LFS Details

  • SHA256: 9c4cd29d00bc3ca5ee37f1515b1a8d30b0aa48dda136462ca231a62f078dd6f8
  • Pointer size: 131 Bytes
  • Size of remote file: 928 kB
detect/yolov8_brands4/PR_curve.png ADDED

Git LFS Details

  • SHA256: fbda63b279b88d147571a931d3dbee78b7958f2b9d87db8b98a10d0c1f41ae33
  • Pointer size: 131 Bytes
  • Size of remote file: 567 kB
detect/yolov8_brands4/P_curve.png ADDED

Git LFS Details

  • SHA256: a83cb18ef72f48b0255e981f58896db01194a13bc61dee0f8bfea7614f6ba175
  • Pointer size: 131 Bytes
  • Size of remote file: 853 kB
detect/yolov8_brands4/R_curve.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 6c4ab5177cbda9df628b1291e7aaaf5e32003673cc631d8745dfef8ff9d463c3
  • Pointer size: 131 Bytes
  • Size of remote file: 349 kB
detect/yolov8_brands4/confusion_matrix_normalized.png ADDED

Git LFS Details

  • SHA256: 709686e2cb1526375529a98b33012fe7a4db36ffc8f38439ec70d7d410fd988f
  • Pointer size: 131 Bytes
  • Size of remote file: 347 kB
detect/yolov8_brands4/labels.jpg ADDED

Git LFS Details

  • SHA256: 0241721882750ccf9a078ecfdad174ab52070e87a7eb38cd2d96f75f936c9564
  • Pointer size: 131 Bytes
  • Size of remote file: 218 kB
detect/yolov8_brands4/results.csv ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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,5013.48,1.30073,5.82976,1.27802,0.66962,0.02802,0.02365,0.01778,1.11247,4.46367,1.10382,9.32537e-06,9.32537e-06,9.32537e-06
3
+ 2,10394.4,1.13171,3.51385,1.13947,0.76986,0.1156,0.12759,0.09416,1.0484,3.07703,1.06855,1.79198e-05,1.79198e-05,1.79198e-05
4
+ 3,16259.4,1.07921,2.62254,1.10842,0.71527,0.18104,0.19891,0.1449,1.02692,2.4588,1.05581,2.57751e-05,2.57751e-05,2.57751e-05
5
+ 4,22401.4,1.02983,2.10677,1.07629,0.61331,0.23602,0.24954,0.18151,1.01831,2.15498,1.05114,2.46736e-05,2.46736e-05,2.46736e-05
6
+ 5,28392.1,1.00504,1.81848,1.06615,0.68942,0.25474,0.29435,0.2155,0.99677,1.88257,1.03753,2.35648e-05,2.35648e-05,2.35648e-05
7
+ 6,34307.9,0.98131,1.60069,1.05009,0.65192,0.3024,0.33316,0.24268,0.98811,1.73887,1.03105,2.2456e-05,2.2456e-05,2.2456e-05
8
+ 7,40069.3,0.9567,1.43739,1.03998,0.63447,0.33145,0.36394,0.26621,0.98829,1.60663,1.03032,2.13472e-05,2.13472e-05,2.13472e-05
9
+ 8,45499.6,0.94464,1.32889,1.03137,0.64664,0.3462,0.3786,0.27668,0.96777,1.52585,1.0238,2.02384e-05,2.02384e-05,2.02384e-05
10
+ 9,50612.7,0.93087,1.2377,1.02669,0.63687,0.37342,0.4104,0.29904,0.97632,1.48369,1.02442,1.91296e-05,1.91296e-05,1.91296e-05
11
+ 10,56506.6,0.92365,1.1698,1.0211,0.64512,0.3867,0.42659,0.31124,0.97048,1.40541,1.02216,1.80208e-05,1.80208e-05,1.80208e-05
12
+ 11,63284.1,0.90644,1.1059,1.01212,0.67253,0.38475,0.43374,0.31499,0.97053,1.36451,1.02139,1.6912e-05,1.6912e-05,1.6912e-05
13
+ 12,69951.7,0.89749,1.03874,1.0033,0.67029,0.41445,0.45602,0.33172,0.95896,1.32434,1.01387,1.58032e-05,1.58032e-05,1.58032e-05
14
+ 13,76136.4,0.88683,0.99945,0.99991,0.64086,0.41545,0.46003,0.3328,0.96126,1.30083,1.01335,1.46944e-05,1.46944e-05,1.46944e-05
15
+ 14,81986.7,0.87544,0.96222,0.99381,0.66234,0.42762,0.47145,0.34146,0.95345,1.27894,1.01083,1.35856e-05,1.35856e-05,1.35856e-05
16
+ 15,87496.1,0.87024,0.9303,0.99243,0.65703,0.43681,0.47719,0.34532,0.95244,1.25165,1.00923,1.24768e-05,1.24768e-05,1.24768e-05
17
+ 16,4524.15,0.8442,0.81286,0.97722,0.6519,0.40666,0.44545,0.32111,0.9535,1.23691,1.01161,1.1368e-05,1.1368e-05,1.1368e-05
18
+ 17,9139.1,0.82859,0.77247,0.97167,0.66132,0.45208,0.49457,0.35828,0.95338,1.21749,1.00834,1.02592e-05,1.02592e-05,1.02592e-05
19
+ 18,13842.7,0.82053,0.73888,0.96701,0.62206,0.46232,0.49532,0.35783,0.95476,1.21584,1.01136,9.1504e-06,9.1504e-06,9.1504e-06
20
+ 19,19494.3,0.81319,0.71493,0.96384,0.64406,0.45759,0.49455,0.35809,0.95155,1.20153,1.00965,8.0416e-06,8.0416e-06,8.0416e-06
21
+ 20,24755.6,0.80354,0.69162,0.95627,0.64923,0.45814,0.50033,0.36261,0.95057,1.1876,1.01046,6.9328e-06,6.9328e-06,6.9328e-06
22
+ 21,29813.9,0.79788,0.67143,0.95214,0.635,0.46451,0.50032,0.36259,0.95088,1.17984,1.01168,5.824e-06,5.824e-06,5.824e-06
23
+ 22,34629.7,0.78975,0.65288,0.95142,0.65276,0.46193,0.50102,0.36233,0.95195,1.17488,1.01276,4.7152e-06,4.7152e-06,4.7152e-06
24
+ 23,39404.8,0.7887,0.64302,0.95066,0.64075,0.46653,0.50357,0.3652,0.94924,1.17319,1.01116,3.6064e-06,3.6064e-06,3.6064e-06
25
+ 24,44063.2,0.78239,0.63064,0.94568,0.64099,0.46382,0.50035,0.36199,0.95058,1.16949,1.01111,2.4976e-06,2.4976e-06,2.4976e-06
26
+ 25,48233.8,0.77325,0.61557,0.94263,0.64671,0.46973,0.50612,0.36649,0.95072,1.16715,1.0116,1.3888e-06,1.3888e-06,1.3888e-06
detect/yolov8_brands4/results.png ADDED

Git LFS Details

  • SHA256: 4bead6af7ece3bc26badb4b4368af2ef5b5ad05e893203ce04735884a1d2c532
  • Pointer size: 131 Bytes
  • Size of remote file: 237 kB
detect/yolov8_brands4/train_batch0.jpg ADDED

Git LFS Details

  • SHA256: bbe6a82e7b3f6467280304d85ac8c19b89fd623a11ad5549f5294410e1e00c3b
  • Pointer size: 131 Bytes
  • Size of remote file: 599 kB
detect/yolov8_brands4/train_batch1.jpg ADDED

Git LFS Details

  • SHA256: 24c453fdfac8481781810ffd824acef8d9adc4adfeac06ea8f9a69a2465e57bf
  • Pointer size: 131 Bytes
  • Size of remote file: 554 kB
detect/yolov8_brands4/train_batch17580.jpg ADDED

Git LFS Details

  • SHA256: b9805a8357809d6b6e0919daa328f80af307518ec3be7ba6b9152d005e1a391f
  • Pointer size: 131 Bytes
  • Size of remote file: 458 kB
detect/yolov8_brands4/train_batch17581.jpg ADDED

Git LFS Details

  • SHA256: 9265565a7eb2892b9b2ebc527b6cf7c8cb02b294bb77c227c53793ee630a115e
  • Pointer size: 131 Bytes
  • Size of remote file: 404 kB
detect/yolov8_brands4/train_batch17582.jpg ADDED

Git LFS Details

  • SHA256: 17f9581dd1fe4dd881be7af97b37d0f82390fe2bf4705b6ec03d2574fc219972
  • Pointer size: 131 Bytes
  • Size of remote file: 462 kB
detect/yolov8_brands4/train_batch2.jpg ADDED

Git LFS Details

  • SHA256: ef3e81561ef15744824fe15e7fe6216fafd4d507ce9234b7a2f06f89c2598d13
  • Pointer size: 131 Bytes
  • Size of remote file: 597 kB
detect/yolov8_brands4/val_batch0_labels.jpg ADDED

Git LFS Details

  • SHA256: a8cc4fed2d88f50650978c822942f7d7a56dafe408376d3694c6abd999f37f2c
  • Pointer size: 131 Bytes
  • Size of remote file: 207 kB
detect/yolov8_brands4/val_batch0_pred.jpg ADDED

Git LFS Details

  • SHA256: cfedaceb9fe5c69d5170784dc9f377ad29fedf35d9dc7a5cf7259886dbe251fa
  • Pointer size: 131 Bytes
  • Size of remote file: 203 kB
detect/yolov8_brands4/val_batch1_labels.jpg ADDED

Git LFS Details

  • SHA256: e3af776d2e2b46a1a38b772b63f44b7c5bf29d11c67ed3a450ad0ab4d3794359
  • Pointer size: 131 Bytes
  • Size of remote file: 264 kB
detect/yolov8_brands4/val_batch1_pred.jpg ADDED

Git LFS Details

  • SHA256: 6b74cb013e482c72f607e86a4572f6e0e8bdbe3155847df84705cefefd90bfc8
  • Pointer size: 131 Bytes
  • Size of remote file: 274 kB
detect/yolov8_brands4/val_batch2_labels.jpg ADDED

Git LFS Details

  • SHA256: ef90c66ef2a76ec0a565d2c65ea7395be6c72e4155370319b1c771a1da4fb5bd
  • Pointer size: 131 Bytes
  • Size of remote file: 314 kB
detect/yolov8_brands4/val_batch2_pred.jpg ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 0241721882750ccf9a078ecfdad174ab52070e87a7eb38cd2d96f75f936c9564
  • Pointer size: 131 Bytes
  • Size of remote file: 218 kB
detect/yolov8_brands5/train_batch0.jpg ADDED

Git LFS Details

  • SHA256: bbe6a82e7b3f6467280304d85ac8c19b89fd623a11ad5549f5294410e1e00c3b
  • Pointer size: 131 Bytes
  • Size of remote file: 599 kB
detect/yolov8_brands5/train_batch1.jpg ADDED

Git LFS Details

  • SHA256: 24c453fdfac8481781810ffd824acef8d9adc4adfeac06ea8f9a69a2465e57bf
  • Pointer size: 131 Bytes
  • Size of remote file: 554 kB
detect/yolov8_brands5/train_batch2.jpg ADDED

Git LFS Details

  • SHA256: ef3e81561ef15744824fe15e7fe6216fafd4d507ce9234b7a2f06f89c2598d13
  • Pointer size: 131 Bytes
  • Size of remote file: 597 kB