Gholamreza commited on
Commit
664e422
·
verified ·
1 Parent(s): b200dfb

Upload folder using huggingface_hub

Browse files
Files changed (40) hide show
  1. detect/yolo11n_poker/args.yaml +106 -0
  2. detect/yolo11n_poker/events.out.tfevents.1734399885.9ad9e8249a8e.758.0 +3 -0
  3. detect/yolo11n_poker/labels.jpg +0 -0
  4. detect/yolo11n_poker/labels_correlogram.jpg +0 -0
  5. detect/yolo11n_poker/train_batch0.jpg +0 -0
  6. detect/yolo11n_poker/train_batch1.jpg +0 -0
  7. detect/yolo11n_poker/train_batch2.jpg +0 -0
  8. detect/yolo11n_poker2/args.yaml +106 -0
  9. detect/yolo11n_poker2/events.out.tfevents.1734400052.9ad9e8249a8e.758.1 +3 -0
  10. detect/yolo11n_poker2/labels.jpg +0 -0
  11. detect/yolo11n_poker2/labels_correlogram.jpg +0 -0
  12. detect/yolo11n_poker2/train_batch0.jpg +0 -0
  13. detect/yolo11n_poker2/train_batch1.jpg +0 -0
  14. detect/yolo11n_poker2/train_batch2.jpg +0 -0
  15. detect/yolo11n_poker3/F1_curve.png +0 -0
  16. detect/yolo11n_poker3/PR_curve.png +0 -0
  17. detect/yolo11n_poker3/P_curve.png +0 -0
  18. detect/yolo11n_poker3/R_curve.png +0 -0
  19. detect/yolo11n_poker3/args.yaml +106 -0
  20. detect/yolo11n_poker3/confusion_matrix.png +0 -0
  21. detect/yolo11n_poker3/confusion_matrix_normalized.png +0 -0
  22. detect/yolo11n_poker3/events.out.tfevents.1734400193.9ad9e8249a8e.758.2 +3 -0
  23. detect/yolo11n_poker3/labels.jpg +0 -0
  24. detect/yolo11n_poker3/labels_correlogram.jpg +0 -0
  25. detect/yolo11n_poker3/results.csv +31 -0
  26. detect/yolo11n_poker3/results.png +0 -0
  27. detect/yolo11n_poker3/train_batch0.jpg +0 -0
  28. detect/yolo11n_poker3/train_batch1.jpg +0 -0
  29. detect/yolo11n_poker3/train_batch16320.jpg +0 -0
  30. detect/yolo11n_poker3/train_batch16321.jpg +0 -0
  31. detect/yolo11n_poker3/train_batch16322.jpg +0 -0
  32. detect/yolo11n_poker3/train_batch2.jpg +0 -0
  33. detect/yolo11n_poker3/val_batch0_labels.jpg +0 -0
  34. detect/yolo11n_poker3/val_batch0_pred.jpg +0 -0
  35. detect/yolo11n_poker3/val_batch1_labels.jpg +0 -0
  36. detect/yolo11n_poker3/val_batch1_pred.jpg +0 -0
  37. detect/yolo11n_poker3/val_batch2_labels.jpg +0 -0
  38. detect/yolo11n_poker3/val_batch2_pred.jpg +0 -0
  39. detect/yolo11n_poker3/weights/best.pt +3 -0
  40. detect/yolo11n_poker3/weights/last.pt +3 -0
detect/yolo11n_poker/args.yaml ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ task: detect
2
+ mode: train
3
+ model: yolo11n.pt
4
+ data: /content/Playing-Cards-4/data.yaml
5
+ epochs: 50
6
+ time: null
7
+ patience: 100
8
+ batch: 16
9
+ imgsz: 640
10
+ save: true
11
+ save_period: -1
12
+ cache: false
13
+ device: null
14
+ workers: 8
15
+ project: null
16
+ name: yolo11n_poker
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
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
+ save_hybrid: false
40
+ conf: null
41
+ iou: 0.7
42
+ max_det: 300
43
+ half: false
44
+ dnn: false
45
+ plots: true
46
+ source: null
47
+ vid_stride: 1
48
+ stream_buffer: false
49
+ visualize: false
50
+ augment: false
51
+ agnostic_nms: false
52
+ classes: null
53
+ retina_masks: false
54
+ embed: null
55
+ show: false
56
+ save_frames: false
57
+ save_txt: false
58
+ save_conf: false
59
+ save_crop: false
60
+ show_labels: true
61
+ show_conf: true
62
+ show_boxes: true
63
+ line_width: null
64
+ format: torchscript
65
+ keras: false
66
+ optimize: false
67
+ int8: false
68
+ dynamic: false
69
+ simplify: true
70
+ opset: null
71
+ workspace: null
72
+ nms: false
73
+ lr0: 0.01
74
+ lrf: 0.01
75
+ momentum: 0.937
76
+ weight_decay: 0.0005
77
+ warmup_epochs: 3.0
78
+ warmup_momentum: 0.8
79
+ warmup_bias_lr: 0.1
80
+ box: 7.5
81
+ cls: 0.5
82
+ dfl: 1.5
83
+ pose: 12.0
84
+ kobj: 1.0
85
+ nbs: 64
86
+ hsv_h: 0.015
87
+ hsv_s: 0.7
88
+ hsv_v: 0.4
89
+ degrees: 0.0
90
+ translate: 0.1
91
+ scale: 0.5
92
+ shear: 0.0
93
+ perspective: 0.0
94
+ flipud: 0.0
95
+ fliplr: 0.5
96
+ bgr: 0.0
97
+ mosaic: 1.0
98
+ mixup: 0.0
99
+ copy_paste: 0.0
100
+ copy_paste_mode: flip
101
+ auto_augment: randaugment
102
+ erasing: 0.4
103
+ crop_fraction: 1.0
104
+ cfg: null
105
+ tracker: botsort.yaml
106
+ save_dir: runs/detect/yolo11n_poker
detect/yolo11n_poker/events.out.tfevents.1734399885.9ad9e8249a8e.758.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bc3c17ccceb26bf0adeddc1e1da55f549e756e8ea52a85be69c568fa1f59296
3
+ size 271112
detect/yolo11n_poker/labels.jpg ADDED
detect/yolo11n_poker/labels_correlogram.jpg ADDED
detect/yolo11n_poker/train_batch0.jpg ADDED
detect/yolo11n_poker/train_batch1.jpg ADDED
detect/yolo11n_poker/train_batch2.jpg ADDED
detect/yolo11n_poker2/args.yaml ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ task: detect
2
+ mode: train
3
+ model: yolo11n.pt
4
+ data: /content/Playing-Cards-4/data.yaml
5
+ epochs: 30
6
+ time: null
7
+ patience: 100
8
+ batch: -1
9
+ imgsz: 640
10
+ save: true
11
+ save_period: -1
12
+ cache: false
13
+ device: null
14
+ workers: 8
15
+ project: null
16
+ name: yolo11n_poker2
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
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
+ save_hybrid: false
40
+ conf: null
41
+ iou: 0.7
42
+ max_det: 300
43
+ half: false
44
+ dnn: false
45
+ plots: true
46
+ source: null
47
+ vid_stride: 1
48
+ stream_buffer: false
49
+ visualize: false
50
+ augment: false
51
+ agnostic_nms: false
52
+ classes: null
53
+ retina_masks: false
54
+ embed: null
55
+ show: false
56
+ save_frames: false
57
+ save_txt: false
58
+ save_conf: false
59
+ save_crop: false
60
+ show_labels: true
61
+ show_conf: true
62
+ show_boxes: true
63
+ line_width: null
64
+ format: torchscript
65
+ keras: false
66
+ optimize: false
67
+ int8: false
68
+ dynamic: false
69
+ simplify: true
70
+ opset: null
71
+ workspace: null
72
+ nms: false
73
+ lr0: 0.01
74
+ lrf: 0.01
75
+ momentum: 0.937
76
+ weight_decay: 0.0005
77
+ warmup_epochs: 3.0
78
+ warmup_momentum: 0.8
79
+ warmup_bias_lr: 0.1
80
+ box: 7.5
81
+ cls: 0.5
82
+ dfl: 1.5
83
+ pose: 12.0
84
+ kobj: 1.0
85
+ nbs: 64
86
+ hsv_h: 0.015
87
+ hsv_s: 0.7
88
+ hsv_v: 0.4
89
+ degrees: 0.0
90
+ translate: 0.1
91
+ scale: 0.5
92
+ shear: 0.0
93
+ perspective: 0.0
94
+ flipud: 0.0
95
+ fliplr: 0.5
96
+ bgr: 0.0
97
+ mosaic: 1.0
98
+ mixup: 0.0
99
+ copy_paste: 0.0
100
+ copy_paste_mode: flip
101
+ auto_augment: randaugment
102
+ erasing: 0.4
103
+ crop_fraction: 1.0
104
+ cfg: null
105
+ tracker: botsort.yaml
106
+ save_dir: runs/detect/yolo11n_poker2
detect/yolo11n_poker2/events.out.tfevents.1734400052.9ad9e8249a8e.758.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9508a6c7a9178df39c6ab4df9c553ffdb8cec6b7b4dfb7f260dd269a5d4b39f7
3
+ size 271112
detect/yolo11n_poker2/labels.jpg ADDED
detect/yolo11n_poker2/labels_correlogram.jpg ADDED
detect/yolo11n_poker2/train_batch0.jpg ADDED
detect/yolo11n_poker2/train_batch1.jpg ADDED
detect/yolo11n_poker2/train_batch2.jpg ADDED
detect/yolo11n_poker3/F1_curve.png ADDED
detect/yolo11n_poker3/PR_curve.png ADDED
detect/yolo11n_poker3/P_curve.png ADDED
detect/yolo11n_poker3/R_curve.png ADDED
detect/yolo11n_poker3/args.yaml ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ task: detect
2
+ mode: train
3
+ model: yolo11n.pt
4
+ data: /content/Playing-Cards-4/data.yaml
5
+ epochs: 30
6
+ time: null
7
+ patience: 100
8
+ batch: -1
9
+ imgsz: 640
10
+ save: true
11
+ save_period: -1
12
+ cache: false
13
+ device: null
14
+ workers: 8
15
+ project: null
16
+ name: yolo11n_poker3
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
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
+ save_hybrid: false
40
+ conf: null
41
+ iou: 0.7
42
+ max_det: 300
43
+ half: false
44
+ dnn: false
45
+ plots: true
46
+ source: null
47
+ vid_stride: 1
48
+ stream_buffer: false
49
+ visualize: false
50
+ augment: false
51
+ agnostic_nms: false
52
+ classes: null
53
+ retina_masks: false
54
+ embed: null
55
+ show: false
56
+ save_frames: false
57
+ save_txt: false
58
+ save_conf: false
59
+ save_crop: false
60
+ show_labels: true
61
+ show_conf: true
62
+ show_boxes: true
63
+ line_width: null
64
+ format: torchscript
65
+ keras: false
66
+ optimize: false
67
+ int8: false
68
+ dynamic: false
69
+ simplify: true
70
+ opset: null
71
+ workspace: null
72
+ nms: false
73
+ lr0: 0.01
74
+ lrf: 0.01
75
+ momentum: 0.937
76
+ weight_decay: 0.0005
77
+ warmup_epochs: 3.0
78
+ warmup_momentum: 0.8
79
+ warmup_bias_lr: 0.1
80
+ box: 7.5
81
+ cls: 0.5
82
+ dfl: 1.5
83
+ pose: 12.0
84
+ kobj: 1.0
85
+ nbs: 64
86
+ hsv_h: 0.015
87
+ hsv_s: 0.7
88
+ hsv_v: 0.4
89
+ degrees: 0.0
90
+ translate: 0.1
91
+ scale: 0.5
92
+ shear: 0.0
93
+ perspective: 0.0
94
+ flipud: 0.0
95
+ fliplr: 0.5
96
+ bgr: 0.0
97
+ mosaic: 1.0
98
+ mixup: 0.0
99
+ copy_paste: 0.0
100
+ copy_paste_mode: flip
101
+ auto_augment: randaugment
102
+ erasing: 0.4
103
+ crop_fraction: 1.0
104
+ cfg: null
105
+ tracker: botsort.yaml
106
+ save_dir: runs/detect/yolo11n_poker3
detect/yolo11n_poker3/confusion_matrix.png ADDED
detect/yolo11n_poker3/confusion_matrix_normalized.png ADDED
detect/yolo11n_poker3/events.out.tfevents.1734400193.9ad9e8249a8e.758.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d028cd10612bb9539e447b494747bc77b41652a5b8450de782ff80bf6033e833
3
+ size 290310
detect/yolo11n_poker3/labels.jpg ADDED
detect/yolo11n_poker3/labels_correlogram.jpg ADDED
detect/yolo11n_poker3/results.csv ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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,500.495,1.54286,4.35192,1.10972,0.12505,0.31232,0.13632,0.07677,1.51625,2.53245,1.05675,5.95935e-05,5.95935e-05,5.95935e-05
3
+ 2,968.839,1.32363,2.61398,1.03833,0.56316,0.72883,0.68116,0.50046,0.96559,1.36279,0.92709,0.000115325,0.000115325,0.000115325
4
+ 3,1433.62,1.26396,1.75487,1.03403,0.888,0.89597,0.95845,0.72215,0.91033,0.8306,0.91649,0.000167118,0.000167118,0.000167118
5
+ 4,1901.05,1.23207,1.29024,1.03087,0.96254,0.96613,0.99011,0.76853,0.87671,0.62196,0.91323,0.000161279,0.000161279,0.000161279
6
+ 5,2373.25,1.21017,1.05322,1.03074,0.98605,0.98792,0.99387,0.73338,1.02608,0.57652,0.95984,0.000155372,0.000155372,0.000155372
7
+ 6,2833.37,1.19443,0.93131,1.03235,0.99081,0.98974,0.99456,0.78087,0.85972,0.49604,0.91852,0.000149465,0.000149465,0.000149465
8
+ 7,3292.23,1.18166,0.84635,1.02888,0.99312,0.9953,0.99461,0.77111,0.89548,0.47077,0.92626,0.000143558,0.000143558,0.000143558
9
+ 8,3753.99,1.17444,0.79458,1.0299,0.99569,0.99594,0.99475,0.79616,0.80931,0.44074,0.90244,0.000137651,0.000137651,0.000137651
10
+ 9,4212.59,1.16647,0.75287,1.02687,0.99583,0.997,0.99491,0.81281,0.76329,0.41085,0.89004,0.000131744,0.000131744,0.000131744
11
+ 10,4667.54,1.15798,0.71678,1.02673,0.99597,0.99657,0.99492,0.79694,0.82533,0.40521,0.9057,0.000125837,0.000125837,0.000125837
12
+ 11,5128.88,1.15418,0.68816,1.02617,0.99684,0.99758,0.99485,0.78583,0.85971,0.40659,0.91622,0.00011993,0.00011993,0.00011993
13
+ 12,5592.76,1.14917,0.67165,1.02326,0.99745,0.99854,0.99491,0.79145,0.84261,0.39216,0.90897,0.000114023,0.000114023,0.000114023
14
+ 13,6053.6,1.1433,0.65322,1.02236,0.99805,0.99888,0.995,0.80408,0.80076,0.37663,0.89618,0.000108116,0.000108116,0.000108116
15
+ 14,6512.23,1.13808,0.63619,1.01973,0.99802,0.99851,0.99494,0.80255,0.79698,0.37616,0.8922,0.000102209,0.000102209,0.000102209
16
+ 15,6969.77,1.13704,0.62241,1.02085,0.99822,0.99878,0.99498,0.82223,0.73205,0.35986,0.87826,9.6302e-05,9.6302e-05,9.6302e-05
17
+ 16,7430.02,1.12995,0.61294,1.01748,0.99837,0.99866,0.99493,0.81854,0.75578,0.35502,0.88477,9.0395e-05,9.0395e-05,9.0395e-05
18
+ 17,7892.3,1.12572,0.60309,1.01842,0.99828,0.99881,0.99486,0.81437,0.77406,0.3548,0.88861,8.4488e-05,8.4488e-05,8.4488e-05
19
+ 18,8347.96,1.12219,0.59246,1.01504,0.99842,0.99914,0.99499,0.80961,0.79042,0.35353,0.89198,7.8581e-05,7.8581e-05,7.8581e-05
20
+ 19,8805.57,1.11672,0.58175,1.01063,0.99844,0.99917,0.99496,0.81826,0.76413,0.34767,0.88445,7.2674e-05,7.2674e-05,7.2674e-05
21
+ 20,9263.81,1.10855,0.57503,1.00877,0.99878,0.99923,0.99499,0.8201,0.7564,0.34359,0.88271,6.6767e-05,6.6767e-05,6.6767e-05
22
+ 21,9706.59,1.11558,0.47127,1.07393,0.99867,0.999,0.99492,0.8216,0.74681,0.34614,0.88337,6.086e-05,6.086e-05,6.086e-05
23
+ 22,10144.4,1.10246,0.46215,1.06877,0.99868,0.99913,0.99493,0.82082,0.75192,0.34266,0.88444,5.4953e-05,5.4953e-05,5.4953e-05
24
+ 23,10581.7,1.0947,0.457,1.06566,0.99896,0.99944,0.99493,0.8237,0.74651,0.34153,0.88188,4.9046e-05,4.9046e-05,4.9046e-05
25
+ 24,11020.4,1.07937,0.45,1.05937,0.99892,0.99934,0.99495,0.82634,0.74043,0.33855,0.87982,4.3139e-05,4.3139e-05,4.3139e-05
26
+ 25,11451.2,1.07025,0.44491,1.05575,0.99864,0.99933,0.99495,0.82543,0.74598,0.34041,0.88113,3.7232e-05,3.7232e-05,3.7232e-05
27
+ 26,11883.6,1.06063,0.44185,1.04978,0.99872,0.9991,0.99494,0.82555,0.74556,0.33793,0.87994,3.1325e-05,3.1325e-05,3.1325e-05
28
+ 27,12316.2,1.05625,0.43683,1.04837,0.99892,0.99919,0.99496,0.8251,0.74852,0.33492,0.87976,2.5418e-05,2.5418e-05,2.5418e-05
29
+ 28,12747.1,1.05154,0.43475,1.045,0.99881,0.99945,0.99496,0.82673,0.74251,0.33445,0.87788,1.9511e-05,1.9511e-05,1.9511e-05
30
+ 29,13184.4,1.04717,0.42752,1.04471,0.99888,0.99941,0.99495,0.82955,0.73456,0.33185,0.87621,1.3604e-05,1.3604e-05,1.3604e-05
31
+ 30,13621.2,1.04434,0.42648,1.04412,0.9989,0.99949,0.99495,0.82765,0.74062,0.33312,0.87686,7.697e-06,7.697e-06,7.697e-06
detect/yolo11n_poker3/results.png ADDED
detect/yolo11n_poker3/train_batch0.jpg ADDED
detect/yolo11n_poker3/train_batch1.jpg ADDED
detect/yolo11n_poker3/train_batch16320.jpg ADDED
detect/yolo11n_poker3/train_batch16321.jpg ADDED
detect/yolo11n_poker3/train_batch16322.jpg ADDED
detect/yolo11n_poker3/train_batch2.jpg ADDED
detect/yolo11n_poker3/val_batch0_labels.jpg ADDED
detect/yolo11n_poker3/val_batch0_pred.jpg ADDED
detect/yolo11n_poker3/val_batch1_labels.jpg ADDED
detect/yolo11n_poker3/val_batch1_pred.jpg ADDED
detect/yolo11n_poker3/val_batch2_labels.jpg ADDED
detect/yolo11n_poker3/val_batch2_pred.jpg ADDED
detect/yolo11n_poker3/weights/best.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87ebcb95fe6940154b14ecda3e84cf7b8b03437fbbf8b6a75a46b1aefba31d4f
3
+ size 5488787
detect/yolo11n_poker3/weights/last.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07098da13b4274ae11558ab0ca340c67f3073fc53133264d75790ef9ef0ddcab
3
+ size 5488787