From 55ba979816caa2a728eb117cdfce73a74c801f19 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sat, 7 Dec 2019 01:26:41 -0800 Subject: [PATCH] updates --- train.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/train.py b/train.py index 40fcee33..e22789ee 100644 --- a/train.py +++ b/train.py @@ -37,8 +37,8 @@ hyp = {'giou': 3.54, # giou loss gain 'hsv_s': 0.678, # image HSV-Saturation augmentation (fraction) 'hsv_v': 0.36, # image HSV-Value augmentation (fraction) 'degrees': 1.98, # image rotation (+/- deg) - 'translate': 0.0779, # image translation (+/- fraction) - 'scale': 0.10, # image scale (+/- gain) + 'translate': 0.05, # image translation (+/- fraction) + 'scale': 0.05, # image scale (+/- gain) 'shear': 0.641} # image shear (+/- deg) # Overwrite hyp with hyp*.txt (optional)