Skip to content

Commit

Permalink
Not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
benemer committed Aug 27, 2024
1 parent 78f3bef commit 8eddf4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cache_to_ply.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def cache_to_ply(
if hasattr(data_iterable.dataset.datasets[sequence], "sequence_id")
else os.path.basename(data_iterable.dataset.datasets[seq].data_dir)
)
path = os.path.join("ply", "MapMOS", dataset_sequence)
path = os.path.join("ply", dataset_sequence)
os.makedirs(path, exist_ok=True)

for idx, batch in enumerate(
Expand Down

0 comments on commit 8eddf4b

Please sign in to comment.