CNN Dataset + YOLOv7 Object Detector Weight Files
This commit is contained in:
41
yolov7_taillights/opt.yaml
Normal file
41
yolov7_taillights/opt.yaml
Normal file
@@ -0,0 +1,41 @@
|
||||
weights: yolov7-w6_training.pt
|
||||
cfg: ''
|
||||
data: ../data.yaml
|
||||
hyp: data/hyp.scratch.taillights.yaml
|
||||
epochs: 110
|
||||
batch_size: 2
|
||||
img_size:
|
||||
- 1280
|
||||
- 1280
|
||||
rect: false
|
||||
resume: false
|
||||
nosave: false
|
||||
notest: false
|
||||
noautoanchor: false
|
||||
evolve: false
|
||||
bucket: ''
|
||||
cache_images: false
|
||||
image_weights: false
|
||||
device: '0'
|
||||
multi_scale: false
|
||||
single_cls: false
|
||||
adam: false
|
||||
sync_bn: false
|
||||
local_rank: -1
|
||||
workers: 8
|
||||
project: runs/train
|
||||
entity: null
|
||||
name: yolov7_taillights
|
||||
exist_ok: false
|
||||
quad: false
|
||||
linear_lr: false
|
||||
label_smoothing: 0.0
|
||||
upload_dataset: false
|
||||
bbox_interval: -1
|
||||
save_period: -1
|
||||
artifact_alias: latest
|
||||
v5_metric: false
|
||||
world_size: 1
|
||||
global_rank: -1
|
||||
save_dir: runs\train\yolov7_taillights
|
||||
total_batch_size: 2
|
||||
Reference in New Issue
Block a user