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]