Skip to content

Commit

Permalink
Critical bugfix in data.kitti.prepare (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarlinpe authored Feb 16, 2024
1 parent 41d2f9d commit e63f4c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion maploc/data/kitti/prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ def download(data_dir: Path):
shutil.rmtree(seq_dir / f"image_0{image_index}")
shutil.rmtree(seq_dir / "velodyne_points")
Path(zip_path).unlink()
break

for date in tqdm(dates):
url = (
Expand Down

0 comments on commit e63f4c9

Please sign in to comment.