44 lines
719 B
YAML
44 lines
719 B
YAML
weights: ./runs/train/yolov7-custom7/weights/last.pt
|
|
cfg: ''
|
|
data: data/data.yaml
|
|
hyp: hyp/hyp.scratch.custom.yaml
|
|
epochs: 300
|
|
batch_size: 32
|
|
img_size:
|
|
- 640
|
|
- 640
|
|
rect: false
|
|
resume: true
|
|
nosave: false
|
|
notest: false
|
|
noautoanchor: false
|
|
evolve: false
|
|
bucket: ''
|
|
cache_images: false
|
|
image_weights: false
|
|
device: ''
|
|
multi_scale: false
|
|
single_cls: false
|
|
adam: false
|
|
sync_bn: false
|
|
local_rank: -1
|
|
workers: 24
|
|
project: runs/train
|
|
entity: null
|
|
name: yolov7-custom
|
|
exist_ok: false
|
|
quad: false
|
|
linear_lr: false
|
|
label_smoothing: 0.0
|
|
upload_dataset: false
|
|
bbox_interval: -1
|
|
save_period: -1
|
|
artifact_alias: latest
|
|
freeze:
|
|
- 0
|
|
v5_metric: false
|
|
world_size: 1
|
|
global_rank: -1
|
|
save_dir: runs/train/yolov7-custom7
|
|
total_batch_size: 32
|