Skip to content

Commit

Permalink
Merge pull request #45 from jo-chemla/fix-colmap-export
Browse files Browse the repository at this point in the history
Typo fix logger in export_colmap_reconstruction.py
  • Loading branch information
yocabon authored Sep 4, 2023
2 parents 392677f + e8ecb3b commit e58e244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kapture/converter/colmap/export_colmap_reconstruction.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,6 @@ def export_to_colmap_txt(colmap_reconstruction_dirpath: str,
kapture_data.matches[keypoints_type])

# points3D.txt
logging.info('creating colmap points3D.txt')
logger.info('creating colmap points3D.txt')
export_to_colmap_points3d_txt(path.join(colmap_reconstruction_dirpath, 'points3D.txt'), colmap_image_ids,
kapture_data.points3d, kapture_data.observations, keypoints_type)

0 comments on commit e58e244

Please sign in to comment.