Fixed background being saved as instance

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2019-04-28 18:25:29 +02:00
parent d7ef9513a7
commit 5fd8ba1ae8

View File

@ -378,7 +378,7 @@ def prepare_scenenet_val(data_path: str, protobuf_path: str) -> Tuple[List[List[
else:
continue # only save instances that are positive instances and not background
instances_traj_dict[instance_id] = instance_dict
instances_traj_dict[instance_id] = instance_dict
# iterate through images/frames
for view in trajectory.views: