From 3afb29ad48885d303107526a391d4273b3241f56 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Mon, 5 Nov 2018 23:20:45 +0100 Subject: [PATCH] update multi-scale training --- utils/datasets.py | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/datasets.py b/utils/datasets.py index 4038d738..6b16166d 100755 --- a/utils/datasets.py +++ b/utils/datasets.py @@ -106,7 +106,6 @@ class load_images_and_labels(): # for training else: # Fixed-Scale YOLO Training height = self.height - print(height) img_all = [] labels_all = []