Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Golden-Pigeon authored Dec 7, 2024
1 parent 5cf9ca5 commit 727789b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/waymo/colmap_waymo_full.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def run_colmap_waymo(result):
data_path = cfg.source_path
colmap_dir = os.path.join(model_path, 'colmap')
os.makedirs(colmap_dir, exist_ok=True)
print('runing colmap, colmap dir: ', colmap_dir)
print('running colmap, colmap dir: ', colmap_dir)

unique_cams = sorted(list(set(result['cams'])))
print('cameras: ', unique_cams)
Expand Down Expand Up @@ -296,4 +296,4 @@ def run_colmap_waymo(result):
os.system(f'rm -rf {mask_images_dir}')

if __name__ == '__main__':
run_colmap_waymo(result=None)
run_colmap_waymo(result=None)

0 comments on commit 727789b

Please sign in to comment.