From 810a390b4e45a330dea2b4606e0b6ef63db679c5 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Tue, 4 Jun 2019 10:51:56 +0200 Subject: [PATCH] Added debug print Signed-off-by: Jim Martens --- src/twomartens/masterthesis/data.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/twomartens/masterthesis/data.py b/src/twomartens/masterthesis/data.py index 163f42c..6c946cf 100644 --- a/src/twomartens/masterthesis/data.py +++ b/src/twomartens/masterthesis/data.py @@ -416,6 +416,7 @@ def prepare_scenenet_val(data_path: str, protobuf_path: str) -> Tuple[List[List[ if coordinates is None: # the current instance was not in this frame continue else: + print(coordinates) coordinates = coordinates[0] # extract the coords of the one object x = coordinates[0]