From 58d85a7efc19949413aba56a49b4664db8aadc6d Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Tue, 2 Jul 2019 11:21:26 +0200 Subject: [PATCH] Add debug print 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 89e00f7..86cbd19 100644 --- a/src/twomartens/masterthesis/cli.py +++ b/src/twomartens/masterthesis/cli.py @@ -384,6 +384,7 @@ def visualise(args: argparse.Namespace) -> None: current_axis = pyplot.gca() for instance in labels: + print(instance) bbox = instance['bbox'] # Transform the predicted bounding boxes for the 300x300 image to the original image dimensions. xmin = bbox[0]