pashupatibaba commited on
Commit
a6dd4bb
·
2 Parent(s): c4c9a4f1816cf2

Merge master into main, keep main gitattributes

Browse files
.gitignore ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ *.png
2
+ *.jpg
results/yolo8smine/args.yaml ADDED
@@ -0,0 +1,110 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ task: detect
2
+ mode: train
3
+ model: yolov8s.pt
4
+ data: /cwork/ad641/pest_detection_dataset/data.yaml
5
+ epochs: 10
6
+ time: null
7
+ patience: 15
8
+ batch: -1
9
+ imgsz: 640
10
+ save: true
11
+ save_period: 5
12
+ cache: false
13
+ device: '0'
14
+ workers: 4
15
+ project: /cwork/ad641/pest_detection_model/results
16
+ name: yolo8smine
17
+ exist_ok: false
18
+ pretrained: true
19
+ optimizer: auto
20
+ verbose: true
21
+ seed: 42
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: 0.0
33
+ compile: false
34
+ overlap_mask: true
35
+ mask_ratio: 4
36
+ dropout: 0.0
37
+ val: true
38
+ split: val
39
+ save_json: false
40
+ conf: null
41
+ iou: 0.7
42
+ max_det: 300
43
+ half: false
44
+ dnn: false
45
+ plots: true
46
+ end2end: null
47
+ source: null
48
+ vid_stride: 1
49
+ stream_buffer: false
50
+ visualize: false
51
+ augment: false
52
+ agnostic_nms: false
53
+ classes: null
54
+ retina_masks: false
55
+ embed: null
56
+ show: false
57
+ save_frames: false
58
+ save_txt: false
59
+ save_conf: false
60
+ save_crop: false
61
+ show_labels: true
62
+ show_conf: true
63
+ show_boxes: true
64
+ line_width: null
65
+ format: torchscript
66
+ keras: false
67
+ optimize: false
68
+ int8: false
69
+ dynamic: false
70
+ simplify: true
71
+ opset: null
72
+ workspace: null
73
+ nms: false
74
+ lr0: 0.01
75
+ lrf: 0.01
76
+ momentum: 0.937
77
+ weight_decay: 0.0005
78
+ warmup_epochs: 3.0
79
+ warmup_momentum: 0.8
80
+ warmup_bias_lr: 0.1
81
+ box: 7.5
82
+ cls: 0.5
83
+ cls_pw: 0.0
84
+ dfl: 1.5
85
+ pose: 12.0
86
+ kobj: 1.0
87
+ rle: 1.0
88
+ angle: 1.0
89
+ nbs: 64
90
+ hsv_h: 0.015
91
+ hsv_s: 0.7
92
+ hsv_v: 0.4
93
+ degrees: 0.0
94
+ translate: 0.1
95
+ scale: 0.5
96
+ shear: 0.0
97
+ perspective: 0.0
98
+ flipud: 0.0
99
+ fliplr: 0.5
100
+ bgr: 0.0
101
+ mosaic: 1.0
102
+ mixup: 0.0
103
+ cutmix: 0.0
104
+ copy_paste: 0.0
105
+ copy_paste_mode: flip
106
+ auto_augment: randaugment
107
+ erasing: 0.4
108
+ cfg: null
109
+ tracker: botsort.yaml
110
+ save_dir: /cwork/ad641/pest_detection_model/results/yolo8smine
results/yolo8smine/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,lr/pg3,lr/pg4,lr/pg5,lr/pg6,lr/pg7
2
+ 1,5396.36,0.84377,0.69919,0.89613,0.99966,0.99655,0.995,0.91185,0.37245,0.2082,0.68888,0.00999923,0.00333308,0.00999923,0.00333308,0.00999923,0.00333308,0.00999923,0.00333308
3
+ 2,10082.6,0.60323,0.32909,0.81924,0.99981,0.9976,0.995,0.94988,0.27226,0.1739,0.67891,0.0180193,0.00600644,0.0180193,0.00600644,0.0180193,0.00600644,0.0180193,0.00600644
4
+ 3,14511.1,0.54257,0.30428,0.80973,0.99996,0.99663,0.995,0.94668,0.2862,0.1978,0.68252,0.0240594,0.0080198,0.0240594,0.0080198,0.0240594,0.0080198,0.0240594,0.0080198
5
+ 4,18886.9,0.48583,0.27675,0.80006,0.99852,0.9932,0.99497,0.9278,0.37186,0.34517,0.69616,0.02109,0.00703,0.02109,0.00703,0.02109,0.00703,0.02109,0.00703
6
+ 5,23251.8,0.42474,0.24382,0.7912,0.99897,0.99308,0.99497,0.92453,0.39608,0.41416,0.69706,0.01812,0.00604,0.01812,0.00604,0.01812,0.00604,0.01812,0.00604
7
+ 6,27612.9,0.38683,0.22335,0.78594,0.99852,0.99684,0.995,0.93485,0.36487,0.32112,0.68957,0.01515,0.00505,0.01515,0.00505,0.01515,0.00505,0.01515,0.00505
8
+ 7,31975.1,0.35738,0.20695,0.78241,0.99985,0.99826,0.995,0.94664,0.31545,0.23565,0.68047,0.01218,0.00406,0.01218,0.00406,0.01218,0.00406,0.01218,0.00406
9
+ 8,36347.8,0.33128,0.19187,0.77983,0.99991,0.99873,0.995,0.95646,0.27296,0.18723,0.67426,0.00921,0.00307,0.00921,0.00307,0.00921,0.00307,0.00921,0.00307
10
+ 9,40716.6,0.30633,0.17675,0.77697,0.99995,0.99888,0.995,0.97016,0.23338,0.1596,0.6702,0.00624,0.00208,0.00624,0.00208,0.00624,0.00208,0.00624,0.00208
11
+ 10,45079.5,0.27927,0.16046,0.77456,0.99997,0.99889,0.995,0.97761,0.20297,0.14048,0.66758,0.00327,0.00109,0.00327,0.00109,0.00327,0.00109,0.00327,0.00109
results/yolo8smine/weights/best.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88988799ec75ddf8b6b9f2d51c3962ae8c468faf1aba7aa061dd079f2ecc94c1
3
+ size 22501731
results/yolo8smine/weights/epoch0.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4a8b862849956f47e467b82461e19237fc3f08180355a316c2167f5291006bb
3
+ size 67107892
results/yolo8smine/weights/epoch5.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0c848d1fadaba184a8413e8fcb854a62778b665d19bf404d491eee43ad78c67
3
+ size 67108404
results/yolo8smine/weights/last.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:304f0017b013c168169491f45fee92f094b1492fe82e4f8b2f980aed58ed74fb
3
+ size 22501731