diff --git a/src/twomartens/masterthesis/debug.py b/src/twomartens/masterthesis/debug.py index 96a93bb..8751d84 100644 --- a/src/twomartens/masterthesis/debug.py +++ b/src/twomartens/masterthesis/debug.py @@ -69,7 +69,7 @@ def save_ssd_train_images(images: Union[np.ndarray, Sequence[str]], labels: np.n image.save(f"{output_path}/" f"{custom_string}train_image{str(i).zfill(nr_digits)}.png") - figure = pyplot.figure(figsize=(20, 12)) + figure = pyplot.figure(figsize=(6.4, 4.8)) pyplot.imshow(image) current_axis = pyplot.gca()