this is a push
This commit is contained in:
116
runs/detect/smoke_fire_yolo11s_v1/args.yaml
Normal file
116
runs/detect/smoke_fire_yolo11s_v1/args.yaml
Normal file
@@ -0,0 +1,116 @@
|
||||
task: detect
|
||||
mode: train
|
||||
model: D:\work\yolo\models\pretrained\yolo11s.pt
|
||||
data: D:\work\yolo\configs\datasets\smoke_fire.yaml
|
||||
epochs: 250
|
||||
time: null
|
||||
patience: 40
|
||||
batch: 24
|
||||
imgsz: 640
|
||||
save: true
|
||||
save_period: 5
|
||||
cache: false
|
||||
device: '0'
|
||||
workers: 4
|
||||
project: D:\work\yolo\runs\detect
|
||||
name: smoke_fire_yolo11s_v1
|
||||
exist_ok: false
|
||||
pretrained: true
|
||||
cls_remap: true
|
||||
optimizer: AdamW
|
||||
verbose: true
|
||||
seed: 0
|
||||
deterministic: true
|
||||
single_cls: false
|
||||
rect: false
|
||||
cos_lr: true
|
||||
close_mosaic: 20
|
||||
resume: false
|
||||
amp: true
|
||||
fraction: 1.0
|
||||
profile: false
|
||||
freeze: null
|
||||
multi_scale: 0.0
|
||||
compile: false
|
||||
channels_last: false
|
||||
overlap_mask: true
|
||||
mask_ratio: 4
|
||||
dropout: 0.0
|
||||
val: true
|
||||
split: val
|
||||
save_json: false
|
||||
conf: null
|
||||
iou: 0.7
|
||||
max_det: 300
|
||||
quantize: null
|
||||
dnn: false
|
||||
plots: true
|
||||
end2end: null
|
||||
source: null
|
||||
vid_stride: 1
|
||||
stream_buffer: false
|
||||
visualize: false
|
||||
augment: false
|
||||
agnostic_nms: false
|
||||
classes: null
|
||||
retina_masks: false
|
||||
embed: null
|
||||
show: false
|
||||
save_frames: false
|
||||
save_txt: false
|
||||
save_conf: false
|
||||
save_crop: false
|
||||
show_labels: true
|
||||
show_conf: true
|
||||
show_boxes: true
|
||||
line_width: null
|
||||
format: torchscript
|
||||
keras: false
|
||||
optimize: false
|
||||
dynamic: false
|
||||
simplify: true
|
||||
opset: null
|
||||
workspace: null
|
||||
nms: false
|
||||
lr0: 0.001
|
||||
lrf: 0.01
|
||||
momentum: 0.937
|
||||
weight_decay: 0.0005
|
||||
warmup_epochs: 5.0
|
||||
warmup_momentum: 0.8
|
||||
warmup_bias_lr: 0.1
|
||||
distill_model: null
|
||||
dis: 6.0
|
||||
box: 7.5
|
||||
cls: 0.5
|
||||
cls_pw: 0.0
|
||||
dfl: 1.5
|
||||
pose: 12.0
|
||||
kobj: 1.0
|
||||
rle: 1.0
|
||||
angle: 1.0
|
||||
dlog: 1.0
|
||||
dgrad: 0.5
|
||||
dlam: 1.0
|
||||
nbs: 64
|
||||
hsv_h: 0.015
|
||||
hsv_s: 0.7
|
||||
hsv_v: 0.4
|
||||
degrees: 0.0
|
||||
translate: 0.03
|
||||
scale: 0.15
|
||||
shear: 0.0
|
||||
perspective: 0.0
|
||||
flipud: 0.0
|
||||
fliplr: 0.5
|
||||
bgr: 0.0
|
||||
mosaic: 0.2
|
||||
mixup: 0.0
|
||||
cutmix: 0.0
|
||||
copy_paste: 0.0
|
||||
copy_paste_mode: flip
|
||||
auto_augment: randaugment
|
||||
erasing: 0.4
|
||||
cfg: null
|
||||
tracker: tracktrack.yaml
|
||||
save_dir: D:\work\yolo\runs\detect\smoke_fire_yolo11s_v1
|
||||
Reference in New Issue
Block a user