From 3418cb38619e3906952d9c697ad8017db1f93f44 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Tue, 9 Jul 2019 13:15:06 +0200 Subject: [PATCH] Removed debug print Signed-off-by: Jim Martens --- src/twomartens/masterthesis/ssd.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/twomartens/masterthesis/ssd.py b/src/twomartens/masterthesis/ssd.py index 0351fb0..421f8bf 100644 --- a/src/twomartens/masterthesis/ssd.py +++ b/src/twomartens/masterthesis/ssd.py @@ -204,7 +204,6 @@ def predict_keras(generator: callable, predictions = np.asarray(_get_observations(detections)) else: predictions = np.asarray(ssd_model.predict_on_batch(x)) - print(predictions[:, :, [-2, -1]]) decoded_predictions_batch = ssd_output_decoder.decode_detections_fast( y_pred=predictions,