update multi-scale training
This commit is contained in:
parent
0096bb4dd5
commit
3afb29ad48
|
@ -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 = []
|
||||
|
|
Loading…
Reference in New Issue