updates
This commit is contained in:
parent
e6ae688bd3
commit
55ba979816
4
train.py
4
train.py
|
@ -37,8 +37,8 @@ hyp = {'giou': 3.54, # giou loss gain
|
||||||
'hsv_s': 0.678, # image HSV-Saturation augmentation (fraction)
|
'hsv_s': 0.678, # image HSV-Saturation augmentation (fraction)
|
||||||
'hsv_v': 0.36, # image HSV-Value augmentation (fraction)
|
'hsv_v': 0.36, # image HSV-Value augmentation (fraction)
|
||||||
'degrees': 1.98, # image rotation (+/- deg)
|
'degrees': 1.98, # image rotation (+/- deg)
|
||||||
'translate': 0.0779, # image translation (+/- fraction)
|
'translate': 0.05, # image translation (+/- fraction)
|
||||||
'scale': 0.10, # image scale (+/- gain)
|
'scale': 0.05, # image scale (+/- gain)
|
||||||
'shear': 0.641} # image shear (+/- deg)
|
'shear': 0.641} # image shear (+/- deg)
|
||||||
|
|
||||||
# Overwrite hyp with hyp*.txt (optional)
|
# Overwrite hyp with hyp*.txt (optional)
|
||||||
|
|
Loading…
Reference in New Issue