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:
|
else:
|
||||||
# Fixed-Scale YOLO Training
|
# Fixed-Scale YOLO Training
|
||||||
height = self.height
|
height = self.height
|
||||||
print(height)
|
|
||||||
|
|
||||||
img_all = []
|
img_all = []
|
||||||
labels_all = []
|
labels_all = []
|
||||||
|
|
Loading…
Reference in New Issue