We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baab39d commit 5228cacCopy full SHA for 5228cac
1 file changed
lidiff/map_from_scans.py
@@ -93,7 +93,7 @@ def main(path, voxel_size, cpu):
93
94
95
print(f'saving map for sequence {seq}')
96
- np.save(os.path.join(path, seq, 'clean_map.npy'), map_points.cpu().numpy())
+ np.save(os.path.join(path, seq, 'map_clean.npy'), map_points.cpu().numpy())
97
98
99
if __name__ == '__main__':
0 commit comments