diff --git a/src/twomartens/masterthesis/ssd.py b/src/twomartens/masterthesis/ssd.py index 3b09d3b..b9fc546 100644 --- a/src/twomartens/masterthesis/ssd.py +++ b/src/twomartens/masterthesis/ssd.py @@ -195,6 +195,8 @@ def _predict_one_epoch(dataset: tf.data.Dataset, decoded_predictions_batch.append(result) del result else: + import pdb + pdb.set_trace() result = np.array(ssd(inputs)) decoded_predictions_batch.append(result) del result