From 2e609e5725786ac7a1597454cb2f8267e2456316 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Tue, 2 Jul 2019 15:51:01 +0200 Subject: [PATCH] Removed debug print Signed-off-by: Jim Martens --- src/twomartens/masterthesis/cli.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/twomartens/masterthesis/cli.py b/src/twomartens/masterthesis/cli.py index 44ef5ea..c39938a 100644 --- a/src/twomartens/masterthesis/cli.py +++ b/src/twomartens/masterthesis/cli.py @@ -122,7 +122,6 @@ def _ssd_train(args: argparse.Namespace) -> None: xmax = instance[-10] * image_size ymax = instance[-9] * image_size class_id = np.argmax(instance[:-12]) - print(class_id) color = colors[class_id] label = f"{classes_to_names[class_id]}" current_axis.add_patch(