From ce6d67cf4cb1dc47a346df15f123d1d4b7180a9c Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Mon, 24 Jun 2019 10:57:57 +0200 Subject: [PATCH] Added debug print for example train image Signed-off-by: Jim Martens --- src/twomartens/masterthesis/cli.py | 1 + 1 file changed, 1 insertion(+) 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