diff --git a/src/twomartens/masterthesis/cli.py b/src/twomartens/masterthesis/cli.py index 544cc70..1e598b1 100644 --- a/src/twomartens/masterthesis/cli.py +++ b/src/twomartens/masterthesis/cli.py @@ -86,6 +86,7 @@ def _ssd_train(args: argparse.Namespace) -> None: if args.debug: train_image, _ = next(train_generator) + print(train_image) train_length -= 1 from PIL import Image import numpy as np