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