Skip to content

Commit 5228cac

Browse files
authored
Update map_from_scans.py
1 parent baab39d commit 5228cac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lidiff/map_from_scans.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def main(path, voxel_size, cpu):
9393

9494

9595
print(f'saving map for sequence {seq}')
96-
np.save(os.path.join(path, seq, 'clean_map.npy'), map_points.cpu().numpy())
96+
np.save(os.path.join(path, seq, 'map_clean.npy'), map_points.cpu().numpy())
9797

9898

9999
if __name__ == '__main__':

0 commit comments

Comments
 (0)