From d3706042794d4d040613483a48bc441f424ceb28 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Tue, 4 Jun 2019 10:59:06 +0200 Subject: [PATCH] Added another 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 6c946cf..609fb3c 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(instance_local) print(coordinates) coordinates = coordinates[0] # extract the coords of the one object