Paul-Edouard Sarlin commited on
Commit
e63f4c9
·
unverified ·
1 Parent(s): 41d2f9d

Critical bugfix in data.kitti.prepare (#45)

Browse files
Files changed (1) hide show
  1. maploc/data/kitti/prepare.py +0 -1
maploc/data/kitti/prepare.py CHANGED
@@ -82,7 +82,6 @@ def download(data_dir: Path):
82
  shutil.rmtree(seq_dir / f"image_0{image_index}")
83
  shutil.rmtree(seq_dir / "velodyne_points")
84
  Path(zip_path).unlink()
85
- break
86
 
87
  for date in tqdm(dates):
88
  url = (
 
82
  shutil.rmtree(seq_dir / f"image_0{image_index}")
83
  shutil.rmtree(seq_dir / "velodyne_points")
84
  Path(zip_path).unlink()
 
85
 
86
  for date in tqdm(dates):
87
  url = (