Junrui2021 commited on
Commit
5eddd60
·
verified ·
1 Parent(s): 6457726

Upload folder using huggingface_hub

Browse files
Files changed (50) hide show
  1. .gitattributes +39 -0
  2. content/runs/detect/train/F1_curve.png +3 -0
  3. content/runs/detect/train/PR_curve.png +3 -0
  4. content/runs/detect/train/P_curve.png +3 -0
  5. content/runs/detect/train/R_curve.png +3 -0
  6. content/runs/detect/train/args.yaml +106 -0
  7. content/runs/detect/train/confusion_matrix.png +3 -0
  8. content/runs/detect/train/confusion_matrix_normalized.png +3 -0
  9. content/runs/detect/train/events.out.tfevents.1762564519.0ddbad367a18.762.0 +3 -0
  10. content/runs/detect/train/labels.jpg +3 -0
  11. content/runs/detect/train/labels_correlogram.jpg +3 -0
  12. content/runs/detect/train/results.csv +11 -0
  13. content/runs/detect/train/results.png +3 -0
  14. content/runs/detect/train/train_batch0.jpg +3 -0
  15. content/runs/detect/train/train_batch1.jpg +3 -0
  16. content/runs/detect/train/train_batch2.jpg +3 -0
  17. content/runs/detect/train/val_batch0_labels.jpg +3 -0
  18. content/runs/detect/train/val_batch0_pred.jpg +3 -0
  19. content/runs/detect/train/val_batch1_labels.jpg +3 -0
  20. content/runs/detect/train/val_batch1_pred.jpg +3 -0
  21. content/runs/detect/train/val_batch2_labels.jpg +3 -0
  22. content/runs/detect/train/val_batch2_pred.jpg +3 -0
  23. content/runs/detect/train/weights/best.pt +3 -0
  24. content/runs/detect/train/weights/last.pt +3 -0
  25. content/runs/detect/train2/F1_curve.png +3 -0
  26. content/runs/detect/train2/PR_curve.png +3 -0
  27. content/runs/detect/train2/P_curve.png +3 -0
  28. content/runs/detect/train2/R_curve.png +3 -0
  29. content/runs/detect/train2/args.yaml +106 -0
  30. content/runs/detect/train2/confusion_matrix.png +3 -0
  31. content/runs/detect/train2/confusion_matrix_normalized.png +3 -0
  32. content/runs/detect/train2/events.out.tfevents.1762565429.0ddbad367a18.4657.0 +3 -0
  33. content/runs/detect/train2/labels.jpg +3 -0
  34. content/runs/detect/train2/labels_correlogram.jpg +3 -0
  35. content/runs/detect/train2/results.csv +101 -0
  36. content/runs/detect/train2/results.png +3 -0
  37. content/runs/detect/train2/train_batch0.jpg +3 -0
  38. content/runs/detect/train2/train_batch1.jpg +3 -0
  39. content/runs/detect/train2/train_batch17820.jpg +3 -0
  40. content/runs/detect/train2/train_batch17821.jpg +3 -0
  41. content/runs/detect/train2/train_batch17822.jpg +3 -0
  42. content/runs/detect/train2/train_batch2.jpg +3 -0
  43. content/runs/detect/train2/val_batch0_labels.jpg +3 -0
  44. content/runs/detect/train2/val_batch0_pred.jpg +3 -0
  45. content/runs/detect/train2/val_batch1_labels.jpg +3 -0
  46. content/runs/detect/train2/val_batch1_pred.jpg +3 -0
  47. content/runs/detect/train2/val_batch2_labels.jpg +3 -0
  48. content/runs/detect/train2/val_batch2_pred.jpg +3 -0
  49. content/runs/detect/train2/weights/best.pt +3 -0
  50. content/runs/detect/train2/weights/last.pt +3 -0
.gitattributes CHANGED
@@ -33,3 +33,42 @@ 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
+ content/runs/detect/train/F1_curve.png filter=lfs diff=lfs merge=lfs -text
37
+ content/runs/detect/train/PR_curve.png filter=lfs diff=lfs merge=lfs -text
38
+ content/runs/detect/train/P_curve.png filter=lfs diff=lfs merge=lfs -text
39
+ content/runs/detect/train/R_curve.png filter=lfs diff=lfs merge=lfs -text
40
+ content/runs/detect/train/confusion_matrix.png filter=lfs diff=lfs merge=lfs -text
41
+ content/runs/detect/train/confusion_matrix_normalized.png filter=lfs diff=lfs merge=lfs -text
42
+ content/runs/detect/train/labels.jpg filter=lfs diff=lfs merge=lfs -text
43
+ content/runs/detect/train/labels_correlogram.jpg filter=lfs diff=lfs merge=lfs -text
44
+ content/runs/detect/train/results.png filter=lfs diff=lfs merge=lfs -text
45
+ content/runs/detect/train/train_batch0.jpg filter=lfs diff=lfs merge=lfs -text
46
+ content/runs/detect/train/train_batch1.jpg filter=lfs diff=lfs merge=lfs -text
47
+ content/runs/detect/train/train_batch2.jpg filter=lfs diff=lfs merge=lfs -text
48
+ content/runs/detect/train/val_batch0_labels.jpg filter=lfs diff=lfs merge=lfs -text
49
+ content/runs/detect/train/val_batch0_pred.jpg filter=lfs diff=lfs merge=lfs -text
50
+ content/runs/detect/train/val_batch1_labels.jpg filter=lfs diff=lfs merge=lfs -text
51
+ content/runs/detect/train/val_batch1_pred.jpg filter=lfs diff=lfs merge=lfs -text
52
+ content/runs/detect/train/val_batch2_labels.jpg filter=lfs diff=lfs merge=lfs -text
53
+ content/runs/detect/train/val_batch2_pred.jpg filter=lfs diff=lfs merge=lfs -text
54
+ content/runs/detect/train2/F1_curve.png filter=lfs diff=lfs merge=lfs -text
55
+ content/runs/detect/train2/PR_curve.png filter=lfs diff=lfs merge=lfs -text
56
+ content/runs/detect/train2/P_curve.png filter=lfs diff=lfs merge=lfs -text
57
+ content/runs/detect/train2/R_curve.png filter=lfs diff=lfs merge=lfs -text
58
+ content/runs/detect/train2/confusion_matrix.png filter=lfs diff=lfs merge=lfs -text
59
+ content/runs/detect/train2/confusion_matrix_normalized.png filter=lfs diff=lfs merge=lfs -text
60
+ content/runs/detect/train2/labels.jpg filter=lfs diff=lfs merge=lfs -text
61
+ content/runs/detect/train2/labels_correlogram.jpg filter=lfs diff=lfs merge=lfs -text
62
+ content/runs/detect/train2/results.png filter=lfs diff=lfs merge=lfs -text
63
+ content/runs/detect/train2/train_batch0.jpg filter=lfs diff=lfs merge=lfs -text
64
+ content/runs/detect/train2/train_batch1.jpg filter=lfs diff=lfs merge=lfs -text
65
+ content/runs/detect/train2/train_batch17820.jpg filter=lfs diff=lfs merge=lfs -text
66
+ content/runs/detect/train2/train_batch17821.jpg filter=lfs diff=lfs merge=lfs -text
67
+ content/runs/detect/train2/train_batch17822.jpg filter=lfs diff=lfs merge=lfs -text
68
+ content/runs/detect/train2/train_batch2.jpg filter=lfs diff=lfs merge=lfs -text
69
+ content/runs/detect/train2/val_batch0_labels.jpg filter=lfs diff=lfs merge=lfs -text
70
+ content/runs/detect/train2/val_batch0_pred.jpg filter=lfs diff=lfs merge=lfs -text
71
+ content/runs/detect/train2/val_batch1_labels.jpg filter=lfs diff=lfs merge=lfs -text
72
+ content/runs/detect/train2/val_batch1_pred.jpg filter=lfs diff=lfs merge=lfs -text
73
+ content/runs/detect/train2/val_batch2_labels.jpg filter=lfs diff=lfs merge=lfs -text
74
+ content/runs/detect/train2/val_batch2_pred.jpg filter=lfs diff=lfs merge=lfs -text
content/runs/detect/train/F1_curve.png ADDED

Git LFS Details

  • SHA256: 3cc04fbcec68d177c6b59178df83e9721cb0d5d059eeba7d2f9af375f7b26c27
  • Pointer size: 131 Bytes
  • Size of remote file: 213 kB
content/runs/detect/train/PR_curve.png ADDED

Git LFS Details

  • SHA256: d8c77f521a6d98727f8dc4e95a72b25424195166217df0747da57c5441131a3d
  • Pointer size: 131 Bytes
  • Size of remote file: 164 kB
content/runs/detect/train/P_curve.png ADDED

Git LFS Details

  • SHA256: 1876457dda5fee42d0f0ebf2171cc97bedc10d8c276c08678bdcc4d9d4405d04
  • Pointer size: 131 Bytes
  • Size of remote file: 204 kB
content/runs/detect/train/R_curve.png ADDED

Git LFS Details

  • SHA256: a1b8829ce6d4d635cf03cd8fafe612ddaf3ec6f4c224f1c5915078c501089ad3
  • Pointer size: 131 Bytes
  • Size of remote file: 198 kB
content/runs/detect/train/args.yaml ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ task: detect
2
+ mode: train
3
+ model: yolo11s.pt
4
+ data: /content/Object-Detection-1/data.yaml
5
+ epochs: 10
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: train
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
+ 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/train
content/runs/detect/train/confusion_matrix.png ADDED

Git LFS Details

  • SHA256: 931bde0cc15f8a03b08ab076f40e7e4bcc67656b7f659e0078cc16b9530d8d68
  • Pointer size: 131 Bytes
  • Size of remote file: 122 kB
content/runs/detect/train/confusion_matrix_normalized.png ADDED

Git LFS Details

  • SHA256: aca6bbc4000248994e201628fb00e72e8dcbf225926bbdafd4c3d6d7b240ae5c
  • Pointer size: 131 Bytes
  • Size of remote file: 145 kB
content/runs/detect/train/events.out.tfevents.1762564519.0ddbad367a18.762.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16ff346e548cd380dee98d206fd022f93bf7fce60dfe18c2f82183be43abec69
3
+ size 278229
content/runs/detect/train/labels.jpg ADDED

Git LFS Details

  • SHA256: 799869768898b6e3101767f5b10aee838449eb710b7a5c6d6cb00a30de57f831
  • Pointer size: 131 Bytes
  • Size of remote file: 274 kB
content/runs/detect/train/labels_correlogram.jpg ADDED

Git LFS Details

  • SHA256: f005144f6e89b37a8f8747bcb864592bde552de3c691184e3c6d761fbfd76049
  • Pointer size: 131 Bytes
  • Size of remote file: 238 kB
content/runs/detect/train/results.csv ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
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,104.294,1.41656,3.00154,1.88716,0.19171,0.46391,0.22248,0.1085,1.71742,2.48298,2.33317,0.000414562,0.000414562,0.000414562
3
+ 2,175.804,1.61439,1.86168,2.04501,0.16063,0.38315,0.20782,0.09338,2.11336,2.24276,2.79392,0.000748937,0.000748937,0.000748937
4
+ 3,247.653,1.62519,1.78964,2.04393,0.26935,0.49109,0.33637,0.16659,1.83552,1.84885,2.40924,0.00100081,0.00100081,0.00100081
5
+ 4,319.02,1.53083,1.678,1.94079,0.31806,0.64953,0.4148,0.21388,1.62508,1.70247,2.09735,0.00087875,0.00087875,0.00087875
6
+ 5,390.551,1.46113,1.53847,1.86516,0.38668,0.61845,0.46121,0.25416,1.55067,1.50684,1.98558,0.000755,0.000755,0.000755
7
+ 6,462.337,1.35345,1.40261,1.76395,0.4758,0.62746,0.5436,0.32022,1.40388,1.3395,1.84954,0.00063125,0.00063125,0.00063125
8
+ 7,531.953,1.28868,1.29592,1.71403,0.50154,0.67107,0.58084,0.35532,1.31457,1.23097,1.78587,0.0005075,0.0005075,0.0005075
9
+ 8,602.096,1.22143,1.20274,1.65438,0.54794,0.70411,0.66283,0.41571,1.29632,1.16417,1.73225,0.00038375,0.00038375,0.00038375
10
+ 9,672.926,1.16648,1.08307,1.59506,0.67491,0.72631,0.73089,0.47463,1.23723,1.0642,1.68436,0.00026,0.00026,0.00026
11
+ 10,742.854,1.11697,1.00857,1.55903,0.73548,0.7295,0.76983,0.51332,1.1977,0.96194,1.64511,0.00013625,0.00013625,0.00013625
content/runs/detect/train/results.png ADDED

Git LFS Details

  • SHA256: 77005cf4854013705b9fb79210dec1a0c260d812b236876622ed7c16707a9f03
  • Pointer size: 131 Bytes
  • Size of remote file: 271 kB
content/runs/detect/train/train_batch0.jpg ADDED

Git LFS Details

  • SHA256: 8bb3af518ad44626c375d05e07f0bad951513413458b0ec6fe25437237f5175a
  • Pointer size: 131 Bytes
  • Size of remote file: 545 kB
content/runs/detect/train/train_batch1.jpg ADDED

Git LFS Details

  • SHA256: a1bb19e879751338a22e3ec12417d40c7016226bc64feda2d71987b7b862fd54
  • Pointer size: 131 Bytes
  • Size of remote file: 491 kB
content/runs/detect/train/train_batch2.jpg ADDED

Git LFS Details

  • SHA256: c9a2a0d8688bf0f636b1f28b57865b9492d77282ea9511a021a44f61f7aedda8
  • Pointer size: 131 Bytes
  • Size of remote file: 470 kB
content/runs/detect/train/val_batch0_labels.jpg ADDED

Git LFS Details

  • SHA256: cca962c1a9c5dfbfefd4988e197aae73ddd5c738b33200d36632d34652ad2be0
  • Pointer size: 131 Bytes
  • Size of remote file: 532 kB
content/runs/detect/train/val_batch0_pred.jpg ADDED

Git LFS Details

  • SHA256: a707bb306adc512f6f421cb372704f847e74aee972217685fbd51206627cd248
  • Pointer size: 131 Bytes
  • Size of remote file: 539 kB
content/runs/detect/train/val_batch1_labels.jpg ADDED

Git LFS Details

  • SHA256: 068cecea4ac1e8f40257e3e8d7579e9f0ce970463a5014ab0548b8c56591951c
  • Pointer size: 131 Bytes
  • Size of remote file: 893 kB
content/runs/detect/train/val_batch1_pred.jpg ADDED

Git LFS Details

  • SHA256: 38a3c2af6291bce235a08e4ed852d5cecfb47c7ddafc812ad71e28338b494bbf
  • Pointer size: 131 Bytes
  • Size of remote file: 901 kB
content/runs/detect/train/val_batch2_labels.jpg ADDED

Git LFS Details

  • SHA256: a17e1e835d1afce42740975e0b44aa330010224b0e205906419dbcbcc24c60a7
  • Pointer size: 131 Bytes
  • Size of remote file: 813 kB
content/runs/detect/train/val_batch2_pred.jpg ADDED

Git LFS Details

  • SHA256: c2840112f96bce9e556ebdc78af36e948415b906d116d7ac57e86d02a5adbeeb
  • Pointer size: 131 Bytes
  • Size of remote file: 819 kB
content/runs/detect/train/weights/best.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ca5c2e9bc96084c239dea839c1af38f2ba59d7689ed7119a7c7083b176e8d5c
3
+ size 19173658
content/runs/detect/train/weights/last.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0a2954136a92d6d77d1048f3f0dd959c8df30727c8f9cae71c0a275b5023c24
3
+ size 19173658
content/runs/detect/train2/F1_curve.png ADDED

Git LFS Details

  • SHA256: ffb4b6fe919694d3764e65e45229923daab330bef5190470a348fbe9efb3c215
  • Pointer size: 131 Bytes
  • Size of remote file: 171 kB
content/runs/detect/train2/PR_curve.png ADDED

Git LFS Details

  • SHA256: b21d6706f0bdbab6477859ee2278da5711ed44b490abad4a6ddea511dc762707
  • Pointer size: 131 Bytes
  • Size of remote file: 133 kB
content/runs/detect/train2/P_curve.png ADDED

Git LFS Details

  • SHA256: 6ceec87b6197772f6a3c3c650f54c241677eb5c8d23dddfbf3de5859a3bb74e3
  • Pointer size: 131 Bytes
  • Size of remote file: 149 kB
content/runs/detect/train2/R_curve.png ADDED

Git LFS Details

  • SHA256: d2bb7d4d1583e9011d3b03e31952741ce0c637e185465ae491311b4cbafa10d5
  • Pointer size: 131 Bytes
  • Size of remote file: 157 kB
content/runs/detect/train2/args.yaml ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ task: detect
2
+ mode: train
3
+ model: runs/detect/train/weights/best.pt
4
+ data: /content/Object-Detection-1/data.yaml
5
+ epochs: 100
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: train2
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
+ 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/train2
content/runs/detect/train2/confusion_matrix.png ADDED

Git LFS Details

  • SHA256: 6d3ecb871fc53986cbcd49697d3c51497c18e7ad645160d50f2355d442b2800d
  • Pointer size: 131 Bytes
  • Size of remote file: 117 kB
content/runs/detect/train2/confusion_matrix_normalized.png ADDED

Git LFS Details

  • SHA256: 7433d3396883501699ad9283da1258de8cd3f157ac3b5b8f0fc2bb6f6d848c9f
  • Pointer size: 131 Bytes
  • Size of remote file: 136 kB
content/runs/detect/train2/events.out.tfevents.1762565429.0ddbad367a18.4657.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71ef491fe4e9fbd33e28ceb049b9ccbc7edf0dd18e54103aa06bd70739e81ff5
3
+ size 337809
content/runs/detect/train2/labels.jpg ADDED

Git LFS Details

  • SHA256: 799869768898b6e3101767f5b10aee838449eb710b7a5c6d6cb00a30de57f831
  • Pointer size: 131 Bytes
  • Size of remote file: 274 kB
content/runs/detect/train2/labels_correlogram.jpg ADDED

Git LFS Details

  • SHA256: f005144f6e89b37a8f8747bcb864592bde552de3c691184e3c6d761fbfd76049
  • Pointer size: 131 Bytes
  • Size of remote file: 238 kB
content/runs/detect/train2/results.csv ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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,103.233,1.51763,1.74131,1.66145,0.51479,0.65166,0.61537,0.37507,1.33956,1.22734,1.78828,0.000414562,0.000414562,0.000414562
3
+ 2,178.999,1.49329,1.65751,1.65563,0.44443,0.62628,0.51773,0.28935,1.51107,1.42717,2.02338,0.000823,0.000823,0.000823
4
+ 3,250.665,1.48019,1.68827,1.63969,0.34805,0.59648,0.47769,0.25338,1.5802,1.6037,2.03433,0.00122319,0.00122319,0.00122319
5
+ 4,323.074,1.49603,1.6933,1.65058,0.41873,0.57998,0.49245,0.25909,1.53772,1.66386,2.00083,0.00121287,0.00121287,0.00121287
6
+ 5,395.104,1.47437,1.69053,1.65,0.50842,0.62969,0.57123,0.3392,1.38889,1.37253,1.84167,0.0012005,0.0012005,0.0012005
7
+ 6,467.784,1.44081,1.60642,1.61887,0.40766,0.60312,0.47975,0.25427,1.56898,1.60545,1.97536,0.00118812,0.00118812,0.00118812
8
+ 7,539.833,1.42506,1.57143,1.61342,0.57121,0.58998,0.61389,0.3338,1.48098,1.33429,1.90897,0.00117575,0.00117575,0.00117575
9
+ 8,612.745,1.40448,1.53454,1.5849,0.48722,0.67689,0.56666,0.33122,1.41914,1.36647,1.8861,0.00116337,0.00116337,0.00116337
10
+ 9,685.072,1.37231,1.49648,1.57084,0.53864,0.67084,0.64246,0.38097,1.41414,1.32199,1.87548,0.001151,0.001151,0.001151
11
+ 10,757.087,1.35388,1.46037,1.54779,0.46108,0.64336,0.59592,0.36224,1.37519,1.38461,1.84023,0.00113863,0.00113863,0.00113863
12
+ 11,829.255,1.36423,1.44618,1.55829,0.57371,0.70339,0.69238,0.42943,1.36136,1.18147,1.8292,0.00112625,0.00112625,0.00112625
13
+ 12,901.298,1.35096,1.42478,1.54601,0.52974,0.7316,0.64195,0.37119,1.48741,1.25928,1.9149,0.00111388,0.00111388,0.00111388
14
+ 13,972.837,1.33249,1.38289,1.53462,0.64917,0.68254,0.70364,0.43501,1.29593,1.14534,1.77729,0.0011015,0.0011015,0.0011015
15
+ 14,1045.83,1.32751,1.37631,1.53837,0.59601,0.68658,0.69111,0.42042,1.33628,1.17217,1.78203,0.00108913,0.00108913,0.00108913
16
+ 15,1117.66,1.29459,1.34918,1.52392,0.66605,0.73997,0.76482,0.47441,1.31743,1.06729,1.74785,0.00107675,0.00107675,0.00107675
17
+ 16,1190.24,1.29128,1.30992,1.50044,0.65629,0.68927,0.75558,0.47248,1.31813,1.06904,1.74964,0.00106437,0.00106437,0.00106437
18
+ 17,1261.55,1.28978,1.3041,1.51075,0.70126,0.68462,0.75465,0.47084,1.31938,1.07144,1.78542,0.001052,0.001052,0.001052
19
+ 18,1333.84,1.29471,1.29765,1.5015,0.68036,0.6745,0.74517,0.45541,1.31886,1.10512,1.76052,0.00103962,0.00103962,0.00103962
20
+ 19,1406.38,1.2627,1.26039,1.4914,0.7602,0.68966,0.79076,0.5001,1.29903,1.00085,1.75087,0.00102725,0.00102725,0.00102725
21
+ 20,1479.68,1.27513,1.21932,1.48606,0.68419,0.72958,0.77652,0.49234,1.29512,1.02817,1.74814,0.00101488,0.00101488,0.00101488
22
+ 21,1551.78,1.26293,1.23062,1.48595,0.75327,0.73361,0.81994,0.52003,1.26927,0.99447,1.72778,0.0010025,0.0010025,0.0010025
23
+ 22,1624.76,1.25123,1.19196,1.47275,0.73326,0.78375,0.83438,0.52929,1.27838,0.9334,1.71907,0.000990125,0.000990125,0.000990125
24
+ 23,1696.5,1.22338,1.16991,1.45184,0.72496,0.74136,0.79753,0.51526,1.29959,1.0206,1.73485,0.00097775,0.00097775,0.00097775
25
+ 24,1769.3,1.22722,1.17242,1.44854,0.79573,0.73121,0.83024,0.5165,1.29828,0.93512,1.74922,0.000965375,0.000965375,0.000965375
26
+ 25,1840.78,1.22756,1.15218,1.46428,0.78115,0.75522,0.82615,0.53074,1.26471,0.99401,1.71257,0.000953,0.000953,0.000953
27
+ 26,1912.65,1.22204,1.14434,1.45195,0.8122,0.77699,0.85108,0.54096,1.26588,0.89486,1.70566,0.000940625,0.000940625,0.000940625
28
+ 27,1984.34,1.21168,1.13001,1.44715,0.84092,0.75971,0.86376,0.56189,1.23457,0.85679,1.68977,0.00092825,0.00092825,0.00092825
29
+ 28,2056.04,1.21806,1.10679,1.45597,0.79745,0.79158,0.86424,0.55375,1.27886,0.88097,1.72379,0.000915875,0.000915875,0.000915875
30
+ 29,2127.84,1.20412,1.09523,1.44177,0.76652,0.74148,0.81148,0.51551,1.27464,0.92668,1.71085,0.0009035,0.0009035,0.0009035
31
+ 30,2199.72,1.21176,1.08905,1.44523,0.7689,0.7329,0.82639,0.53455,1.23611,0.94568,1.6787,0.000891125,0.000891125,0.000891125
32
+ 31,2271.95,1.20232,1.06872,1.44161,0.83216,0.78676,0.8782,0.56081,1.25907,0.8273,1.70318,0.00087875,0.00087875,0.00087875
33
+ 32,2344.73,1.19917,1.05272,1.44392,0.84672,0.74478,0.85197,0.56226,1.20362,0.85992,1.64689,0.000866375,0.000866375,0.000866375
34
+ 33,2415.92,1.17581,1.02735,1.4164,0.83345,0.83166,0.88691,0.57605,1.22989,0.79004,1.67125,0.000854,0.000854,0.000854
35
+ 34,2487.71,1.18509,1.02565,1.42695,0.78916,0.8251,0.87394,0.56384,1.24898,0.86019,1.69395,0.000841625,0.000841625,0.000841625
36
+ 35,2558.64,1.17292,1.01387,1.43155,0.88831,0.795,0.89662,0.59743,1.17627,0.78997,1.62625,0.00082925,0.00082925,0.00082925
37
+ 36,2630.46,1.17627,1.02343,1.4263,0.83371,0.81969,0.88154,0.58026,1.22827,0.79667,1.67649,0.000816875,0.000816875,0.000816875
38
+ 37,2701.45,1.15506,0.98402,1.40629,0.88701,0.78276,0.88479,0.581,1.20967,0.7877,1.66741,0.0008045,0.0008045,0.0008045
39
+ 38,2773.23,1.15947,0.99697,1.41266,0.82543,0.82136,0.89369,0.58956,1.20697,0.7975,1.64545,0.000792125,0.000792125,0.000792125
40
+ 39,2844.57,1.14779,0.97511,1.40563,0.8328,0.83622,0.90258,0.59463,1.2118,0.79264,1.65786,0.00077975,0.00077975,0.00077975
41
+ 40,2917.25,1.1566,0.95841,1.40453,0.88893,0.80534,0.88299,0.57133,1.24975,0.81159,1.66904,0.000767375,0.000767375,0.000767375
42
+ 41,2989.01,1.15385,0.95321,1.40583,0.87005,0.8361,0.89798,0.59136,1.22542,0.7605,1.66483,0.000755,0.000755,0.000755
43
+ 42,3060.78,1.1349,0.95465,1.38922,0.91618,0.8124,0.90472,0.6016,1.1771,0.73949,1.62234,0.000742625,0.000742625,0.000742625
44
+ 43,3131.88,1.14799,0.93079,1.39636,0.88945,0.81826,0.89735,0.60014,1.20478,0.77607,1.64152,0.00073025,0.00073025,0.00073025
45
+ 44,3204.39,1.1361,0.92897,1.38286,0.90782,0.81712,0.91811,0.60932,1.20337,0.72052,1.63207,0.000717875,0.000717875,0.000717875
46
+ 45,3276.37,1.12501,0.93942,1.38005,0.90737,0.81758,0.91222,0.60527,1.20856,0.73766,1.63761,0.0007055,0.0007055,0.0007055
47
+ 46,3348.47,1.12111,0.91961,1.3871,0.86549,0.86531,0.91431,0.6063,1.2029,0.70581,1.67101,0.000693125,0.000693125,0.000693125
48
+ 47,3419.5,1.11767,0.90146,1.38557,0.89847,0.85752,0.91722,0.61662,1.17303,0.70362,1.61402,0.00068075,0.00068075,0.00068075
49
+ 48,3491.12,1.10808,0.89308,1.37919,0.9069,0.85994,0.91475,0.61702,1.16439,0.70595,1.6105,0.000668375,0.000668375,0.000668375
50
+ 49,3564.16,1.11451,0.88828,1.37691,0.93463,0.84766,0.92139,0.6178,1.19637,0.70176,1.63332,0.000656,0.000656,0.000656
51
+ 50,3636.4,1.1095,0.86763,1.38185,0.92223,0.83515,0.92258,0.61153,1.19368,0.70098,1.63068,0.000643625,0.000643625,0.000643625
52
+ 51,3708.5,1.09949,0.86425,1.37407,0.92671,0.82863,0.92217,0.60993,1.22661,0.70856,1.66252,0.00063125,0.00063125,0.00063125
53
+ 52,3779.24,1.09503,0.85267,1.36967,0.92599,0.84324,0.92441,0.62243,1.19676,0.70277,1.62935,0.000618875,0.000618875,0.000618875
54
+ 53,3850.61,1.09319,0.84537,1.36137,0.93254,0.84996,0.93224,0.62678,1.17099,0.67347,1.60104,0.0006065,0.0006065,0.0006065
55
+ 54,3921.54,1.08154,0.84509,1.36777,0.92562,0.84995,0.9261,0.61564,1.18501,0.68564,1.61805,0.000594125,0.000594125,0.000594125
56
+ 55,3992.94,1.08583,0.85169,1.36074,0.92286,0.82044,0.92603,0.62047,1.18282,0.71554,1.61104,0.00058175,0.00058175,0.00058175
57
+ 56,4063.84,1.07956,0.81321,1.35954,0.91367,0.85173,0.92943,0.6308,1.16178,0.68053,1.6012,0.000569375,0.000569375,0.000569375
58
+ 57,4135.26,1.09376,0.83152,1.36258,0.92286,0.85122,0.9328,0.63877,1.16144,0.6632,1.59329,0.000557,0.000557,0.000557
59
+ 58,4206.53,1.08148,0.821,1.35627,0.93085,0.85318,0.93268,0.6282,1.17914,0.65969,1.61838,0.000544625,0.000544625,0.000544625
60
+ 59,4278.25,1.07526,0.81695,1.35523,0.93475,0.83976,0.927,0.63001,1.16726,0.67914,1.598,0.00053225,0.00053225,0.00053225
61
+ 60,4349.62,1.06616,0.80346,1.34598,0.94499,0.84944,0.93255,0.62509,1.18027,0.64823,1.61014,0.000519875,0.000519875,0.000519875
62
+ 61,4422,1.06979,0.80436,1.35264,0.9155,0.85513,0.92677,0.62428,1.1723,0.66724,1.60958,0.0005075,0.0005075,0.0005075
63
+ 62,4493.17,1.05507,0.78634,1.34168,0.92162,0.86577,0.92918,0.6278,1.16977,0.65703,1.60048,0.000495125,0.000495125,0.000495125
64
+ 63,4564.96,1.04689,0.7858,1.33388,0.92274,0.8715,0.93027,0.63332,1.16189,0.66253,1.59078,0.00048275,0.00048275,0.00048275
65
+ 64,4637.04,1.05515,0.77921,1.34053,0.93671,0.86158,0.93129,0.63131,1.16772,0.64206,1.60468,0.000470375,0.000470375,0.000470375
66
+ 65,4708.91,1.04682,0.77942,1.3366,0.92863,0.85903,0.92902,0.63068,1.16463,0.66485,1.59767,0.000458,0.000458,0.000458
67
+ 66,4780.32,1.04073,0.78483,1.33092,0.94168,0.86027,0.92947,0.6349,1.14437,0.64075,1.58377,0.000445625,0.000445625,0.000445625
68
+ 67,4851.66,1.0579,0.76346,1.34069,0.92775,0.85355,0.92985,0.62658,1.17092,0.67314,1.60516,0.00043325,0.00043325,0.00043325
69
+ 68,4923.31,1.03994,0.76207,1.32864,0.9539,0.86083,0.94085,0.63697,1.17012,0.63056,1.60314,0.000420875,0.000420875,0.000420875
70
+ 69,4993.23,1.04261,0.74734,1.33018,0.93707,0.864,0.93333,0.63912,1.14785,0.64169,1.59163,0.0004085,0.0004085,0.0004085
71
+ 70,5063.02,1.02732,0.7288,1.32042,0.95216,0.85451,0.93476,0.64146,1.14424,0.63038,1.58746,0.000396125,0.000396125,0.000396125
72
+ 71,5133.39,1.04298,0.73305,1.32736,0.93738,0.8637,0.93465,0.63536,1.16089,0.64525,1.58525,0.00038375,0.00038375,0.00038375
73
+ 72,5203.03,1.02833,0.73803,1.32206,0.95152,0.86494,0.93553,0.63434,1.16454,0.63579,1.59557,0.000371375,0.000371375,0.000371375
74
+ 73,5273.73,1.02303,0.73057,1.31821,0.9455,0.85997,0.93756,0.6279,1.17242,0.63881,1.59838,0.000359,0.000359,0.000359
75
+ 74,5343.94,1.02655,0.73256,1.31576,0.94196,0.85841,0.93156,0.62784,1.17153,0.63435,1.60047,0.000346625,0.000346625,0.000346625
76
+ 75,5415.41,1.01562,0.71646,1.31932,0.94321,0.87937,0.93872,0.63125,1.16524,0.62068,1.59662,0.00033425,0.00033425,0.00033425
77
+ 76,5488.93,1.01196,0.72441,1.31555,0.93559,0.87833,0.93876,0.63591,1.16625,0.62585,1.6027,0.000321875,0.000321875,0.000321875
78
+ 77,5562.03,1.00339,0.71444,1.31167,0.94893,0.86528,0.93619,0.62764,1.18707,0.63857,1.61701,0.0003095,0.0003095,0.0003095
79
+ 78,5634.71,1.00258,0.69249,1.30684,0.93216,0.87368,0.93916,0.62873,1.17218,0.63028,1.60923,0.000297125,0.000297125,0.000297125
80
+ 79,5706.59,0.99963,0.70897,1.30692,0.94634,0.86761,0.94353,0.63709,1.18116,0.60524,1.61292,0.00028475,0.00028475,0.00028475
81
+ 80,5779.49,0.99417,0.69166,1.3061,0.94504,0.87341,0.9391,0.634,1.16603,0.60485,1.60788,0.000272375,0.000272375,0.000272375
82
+ 81,5852,0.9848,0.68912,1.29987,0.92403,0.89524,0.94036,0.63344,1.18185,0.60861,1.61622,0.00026,0.00026,0.00026
83
+ 82,5925.16,0.99154,0.67829,1.30065,0.94811,0.88044,0.94488,0.64168,1.1654,0.60066,1.60251,0.000247625,0.000247625,0.000247625
84
+ 83,5998.58,0.99162,0.68104,1.29535,0.94561,0.86298,0.93542,0.63795,1.16701,0.61978,1.60217,0.00023525,0.00023525,0.00023525
85
+ 84,6070.78,0.98281,0.67318,1.28972,0.94104,0.87475,0.94124,0.64142,1.16182,0.60274,1.59845,0.000222875,0.000222875,0.000222875
86
+ 85,6143.6,0.97654,0.66222,1.28683,0.95653,0.86933,0.94252,0.64024,1.16777,0.60675,1.60382,0.0002105,0.0002105,0.0002105
87
+ 86,6216.08,0.96702,0.66388,1.28386,0.95497,0.87848,0.93997,0.63703,1.16517,0.59389,1.59743,0.000198125,0.000198125,0.000198125
88
+ 87,6289.91,0.9721,0.65222,1.28712,0.94475,0.88883,0.94483,0.64067,1.17691,0.60468,1.61297,0.00018575,0.00018575,0.00018575
89
+ 88,6362.6,0.96845,0.6373,1.28247,0.95165,0.87769,0.94761,0.64361,1.16458,0.59023,1.60011,0.000173375,0.000173375,0.000173375
90
+ 89,6435.02,0.95001,0.64816,1.27308,0.95074,0.8739,0.94395,0.64372,1.16313,0.6003,1.5992,0.000161,0.000161,0.000161
91
+ 90,6507.54,0.95096,0.62752,1.27448,0.95722,0.87383,0.94443,0.64702,1.14922,0.59211,1.58721,0.000148625,0.000148625,0.000148625
92
+ 91,6579.31,0.86588,0.4585,1.34336,0.94783,0.88087,0.93792,0.63481,1.17083,0.60255,1.60839,0.00013625,0.00013625,0.00013625
93
+ 92,6650.04,0.84907,0.4374,1.33711,0.94396,0.87501,0.94025,0.63716,1.16153,0.60125,1.6005,0.000123875,0.000123875,0.000123875
94
+ 93,6720.82,0.84808,0.43278,1.33261,0.94655,0.87697,0.9433,0.63905,1.15743,0.59761,1.59439,0.0001115,0.0001115,0.0001115
95
+ 94,6791.51,0.83558,0.41566,1.32693,0.93723,0.8785,0.94561,0.64603,1.1531,0.59539,1.58809,9.9125e-05,9.9125e-05,9.9125e-05
96
+ 95,6863.34,0.8324,0.41102,1.31921,0.94509,0.87513,0.94543,0.64191,1.15506,0.6029,1.59474,8.675e-05,8.675e-05,8.675e-05
97
+ 96,6934.53,0.82859,0.40385,1.31307,0.95389,0.86314,0.94644,0.64245,1.14958,0.60159,1.59035,7.4375e-05,7.4375e-05,7.4375e-05
98
+ 97,7005.76,0.81963,0.40076,1.30643,0.93688,0.87199,0.94534,0.6433,1.15607,0.59925,1.59481,6.2e-05,6.2e-05,6.2e-05
99
+ 98,7076.01,0.81228,0.40508,1.29503,0.92595,0.88974,0.94673,0.64333,1.15645,0.59937,1.59999,4.9625e-05,4.9625e-05,4.9625e-05
100
+ 99,7146.8,0.81799,0.39924,1.30578,0.93867,0.88376,0.94685,0.64326,1.15641,0.59269,1.59896,3.725e-05,3.725e-05,3.725e-05
101
+ 100,7217.6,0.80767,0.39224,1.30121,0.93471,0.88463,0.94695,0.64281,1.15701,0.59369,1.602,2.4875e-05,2.4875e-05,2.4875e-05
content/runs/detect/train2/results.png ADDED

Git LFS Details

  • SHA256: 793d55699c5136e3f8ee6805bc68b85fa1c6a56273e4c1098595ecfa470e507b
  • Pointer size: 131 Bytes
  • Size of remote file: 289 kB
content/runs/detect/train2/train_batch0.jpg ADDED

Git LFS Details

  • SHA256: 2f346a1f24feb15514eb41903f24cf9557711ea82f64be6a1b888cdfe645e138
  • Pointer size: 131 Bytes
  • Size of remote file: 675 kB
content/runs/detect/train2/train_batch1.jpg ADDED

Git LFS Details

  • SHA256: d0eb06e9dd5cbdda815ab2d031314684f7674cb5418555db1f1fcb7f40b7010f
  • Pointer size: 131 Bytes
  • Size of remote file: 509 kB
content/runs/detect/train2/train_batch17820.jpg ADDED

Git LFS Details

  • SHA256: b7ee615152758f1c1ad41dca5eef27eab34e4e08127eef92eeac836901d0116b
  • Pointer size: 131 Bytes
  • Size of remote file: 457 kB
content/runs/detect/train2/train_batch17821.jpg ADDED

Git LFS Details

  • SHA256: c5d120e67cc51bbd79bb127201c62301d6425d6f1740962e5bae5eb2c60e06fc
  • Pointer size: 131 Bytes
  • Size of remote file: 417 kB
content/runs/detect/train2/train_batch17822.jpg ADDED

Git LFS Details

  • SHA256: 16987ab5b09f5daaa0dc796aa89aa22c66c79351dfc9a226f5903d61a0cb3243
  • Pointer size: 131 Bytes
  • Size of remote file: 528 kB
content/runs/detect/train2/train_batch2.jpg ADDED

Git LFS Details

  • SHA256: 37be80c96f4708f2eb56476948c39d93cdf4d4ffd2b253c7d5170c15eda6fc6b
  • Pointer size: 131 Bytes
  • Size of remote file: 624 kB
content/runs/detect/train2/val_batch0_labels.jpg ADDED

Git LFS Details

  • SHA256: cca962c1a9c5dfbfefd4988e197aae73ddd5c738b33200d36632d34652ad2be0
  • Pointer size: 131 Bytes
  • Size of remote file: 532 kB
content/runs/detect/train2/val_batch0_pred.jpg ADDED

Git LFS Details

  • SHA256: f0c61c50e8e94b475dd902a5c04f74e120c6b1a8b7bb0f97ccc63e59f936827a
  • Pointer size: 131 Bytes
  • Size of remote file: 535 kB
content/runs/detect/train2/val_batch1_labels.jpg ADDED

Git LFS Details

  • SHA256: 068cecea4ac1e8f40257e3e8d7579e9f0ce970463a5014ab0548b8c56591951c
  • Pointer size: 131 Bytes
  • Size of remote file: 893 kB
content/runs/detect/train2/val_batch1_pred.jpg ADDED

Git LFS Details

  • SHA256: 7734549ead12e480ead76e2de4a3ee9090ba108ea6381717b6823702949dfa70
  • Pointer size: 131 Bytes
  • Size of remote file: 895 kB
content/runs/detect/train2/val_batch2_labels.jpg ADDED

Git LFS Details

  • SHA256: a17e1e835d1afce42740975e0b44aa330010224b0e205906419dbcbcc24c60a7
  • Pointer size: 131 Bytes
  • Size of remote file: 813 kB
content/runs/detect/train2/val_batch2_pred.jpg ADDED

Git LFS Details

  • SHA256: b69bd80b37e2adf844285e6ad514f58060c62f6695339a52fe231171e5fd1bca
  • Pointer size: 131 Bytes
  • Size of remote file: 817 kB
content/runs/detect/train2/weights/best.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a11604d60d659861d192ee083bb8f1954261b656338964857d93835e8b91d091
3
+ size 19185242
content/runs/detect/train2/weights/last.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36ed876d78957aa707f43b048509be48753ba412e42d52e7d095f418edb2448e
3
+ size 19185242