Spaces:
Running
Running
Paul-Edouard Sarlin
commited on
Critical bugfix in data.kitti.prepare (#45)
Browse files
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 = (
|