Skip to content

Commit

Permalink
Incorrect flag set for eval.
Browse files Browse the repository at this point in the history
  • Loading branch information
coltonstearns committed Sep 16, 2022
1 parent b80d303 commit bb5566c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spot/data/sequences_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ def load_data(data_root, data_source, split, object_class, only_baseline, datalo
i = 0
scenes_objects, scenes_ignored_objects = [], []
for scene_file in tqdm(sorted(glob.glob(osp.join(data_root, split, "*.json")))):
if i > 5:
break
with open(scene_file, "rb") as f:
scene_data = json.load(f)
scene_io = SceneIO(scene_id=None)
Expand Down

0 comments on commit bb5566c

Please sign in to comment.