48714be0 by 乔峰昇

update code

1 parent d9daf003
1 *.pt 1 *.pt
2 runs 2 ./__pycache__
3 __pycache__
4 *.jpg 3 *.jpg
5 *.png 4 *.png
5 ./runs
...\ No newline at end of file ...\ No newline at end of file
......
No preview for this file type
No preview for this file type
No preview for this file type
1 lr0: 0.01
2 lrf: 0.01
3 momentum: 0.937
4 weight_decay: 0.0005
5 warmup_epochs: 3.0
6 warmup_momentum: 0.8
7 warmup_bias_lr: 0.1
8 box: 0.05
9 cls: 0.5
10 cls_pw: 1.0
11 obj: 1.0
12 obj_pw: 1.0
13 iou_t: 0.2
14 anchor_t: 4.0
15 fl_gamma: 0.0
16 hsv_h: 0.015
17 hsv_s: 0.7
18 hsv_v: 0.4
19 degrees: 0.0
20 translate: 0.1
21 scale: 0.5
22 shear: 0.0
23 perspective: 0.0
24 flipud: 0.0
25 fliplr: 0.5
26 mosaic: 1.0
27 mixup: 0.0
28 copy_paste: 0.0
1 weights: yolov5m6.pt
2 cfg: /home/qfs/WorkSpace/ps_tamper/yolov5/models/hub/yolov5m6.yaml
3 data: /home/qfs/WorkSpace/ps_tamper/yolov5/data/VOC.yaml
4 hyp:
5 lr0: 0.01
6 lrf: 0.01
7 momentum: 0.937
8 weight_decay: 0.0005
9 warmup_epochs: 3.0
10 warmup_momentum: 0.8
11 warmup_bias_lr: 0.1
12 box: 0.05
13 cls: 0.5
14 cls_pw: 1.0
15 obj: 1.0
16 obj_pw: 1.0
17 iou_t: 0.2
18 anchor_t: 4.0
19 fl_gamma: 0.0
20 hsv_h: 0.015
21 hsv_s: 0.7
22 hsv_v: 0.4
23 degrees: 0.0
24 translate: 0.1
25 scale: 0.5
26 shear: 0.0
27 perspective: 0.0
28 flipud: 0.0
29 fliplr: 0.5
30 mosaic: 1.0
31 mixup: 0.0
32 copy_paste: 0.0
33 epochs: 500
34 batch_size: 64
35 imgsz: 640
36 rect: false
37 resume: false
38 nosave: false
39 noval: false
40 noautoanchor: false
41 noplots: false
42 evolve: null
43 bucket: ''
44 cache: null
45 image_weights: false
46 device: ''
47 multi_scale: false
48 single_cls: false
49 optimizer: SGD
50 sync_bn: false
51 workers: 8
52 project: runs/train
53 name: exp
54 exist_ok: false
55 quad: false
56 cos_lr: false
57 label_smoothing: 0.0
58 patience: 100
59 freeze:
60 - 0
61 save_period: -1
62 seed: 0
63 local_rank: -1
64 entity: null
65 upload_dataset: false
66 bbox_interval: -1
67 artifact_alias: latest
68 save_dir: runs/train/exp
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!