UNIC0RN-Zhu commited on
Commit
066d8a3
·
verified ·
1 Parent(s): e066aef

Upload args.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. args.yaml +115 -0
args.yaml ADDED
@@ -0,0 +1,115 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ task: detect
2
+ mode: train
3
+ model: /root/autodl-tmp/models/scene_understanding/yolo11s_specialized_v1/weights/best.pt
4
+ data: /root/autodl-tmp/datasets/scene_understanding/specialized_yolo_carla_v1/dataset.yaml
5
+ epochs: 12
6
+ time: null
7
+ patience: 10
8
+ batch: 48
9
+ imgsz: 640
10
+ save: true
11
+ save_period: -1
12
+ cache: false
13
+ device: '0'
14
+ workers: 12
15
+ project: /root/autodl-tmp/models/scene_understanding
16
+ name: yolo11s_specialized_carla_v1
17
+ exist_ok: false
18
+ pretrained: true
19
+ cls_remap: true
20
+ optimizer: auto
21
+ verbose: true
22
+ seed: 2026
23
+ deterministic: true
24
+ single_cls: false
25
+ rect: false
26
+ cos_lr: true
27
+ close_mosaic: 5
28
+ resume: false
29
+ amp: true
30
+ fraction: 1.0
31
+ profile: false
32
+ freeze: null
33
+ multi_scale: 0.0
34
+ compile: false
35
+ overlap_mask: true
36
+ mask_ratio: 4
37
+ dropout: 0.0
38
+ val: true
39
+ split: val
40
+ save_json: false
41
+ conf: null
42
+ iou: 0.7
43
+ max_det: 300
44
+ quantize: null
45
+ dnn: false
46
+ plots: true
47
+ end2end: null
48
+ source: null
49
+ vid_stride: 1
50
+ stream_buffer: false
51
+ visualize: false
52
+ augment: false
53
+ agnostic_nms: false
54
+ classes: null
55
+ retina_masks: false
56
+ embed: null
57
+ show: false
58
+ save_frames: false
59
+ save_txt: false
60
+ save_conf: false
61
+ save_crop: false
62
+ show_labels: true
63
+ show_conf: true
64
+ show_boxes: true
65
+ line_width: null
66
+ format: torchscript
67
+ keras: false
68
+ optimize: 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
+ distill_model: null
82
+ dis: 6.0
83
+ box: 7.5
84
+ cls: 0.5
85
+ cls_pw: 0.0
86
+ dfl: 1.5
87
+ pose: 12.0
88
+ kobj: 1.0
89
+ rle: 1.0
90
+ angle: 1.0
91
+ dlog: 1.0
92
+ dgrad: 0.5
93
+ dlam: 1.0
94
+ nbs: 64
95
+ hsv_h: 0.015
96
+ hsv_s: 0.7
97
+ hsv_v: 0.4
98
+ degrees: 0.0
99
+ translate: 0.1
100
+ scale: 0.5
101
+ shear: 0.0
102
+ perspective: 0.0
103
+ flipud: 0.0
104
+ fliplr: 0.5
105
+ bgr: 0.0
106
+ mosaic: 0.75
107
+ mixup: 0.05
108
+ cutmix: 0.0
109
+ copy_paste: 0.0
110
+ copy_paste_mode: flip
111
+ auto_augment: randaugment
112
+ erasing: 0.4
113
+ cfg: null
114
+ tracker: tracktrack.yaml
115
+ save_dir: /root/autodl-tmp/models/scene_understanding/yolo11s_specialized_carla_v1