update multi-scale training

This commit is contained in:
Glenn Jocher 2018-11-05 23:20:45 +01:00
parent 0096bb4dd5
commit 3afb29ad48
1 changed files with 0 additions and 1 deletions

View File

@ -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 = []