Added another debug print

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2019-06-04 10:59:06 +02:00
parent 810a390b4e
commit d370604279

View File

@ -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 if coordinates is None: # the current instance was not in this frame
continue continue
else: else:
print(instance_local)
print(coordinates) print(coordinates)
coordinates = coordinates[0] # extract the coords of the one object coordinates = coordinates[0] # extract the coords of the one object