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