Skip to content

Commit

Permalink
Fix a reStructuredText issue. (colmap#921)
Browse files Browse the repository at this point in the history
The missing space seems to prevent reStructuredText from properly rendering the word `images.txt` with code font.
  • Loading branch information
attilaolah authored Jul 2, 2020
1 parent 07b4659 commit 9680fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ reconstruction pipelines, COLMAP offers you the following possibilities:

- The sparse point cloud obtained with the ``mapper`` can be visualized via the
COLMAP GUI by importing the following files: choose ``File > Import Model``
and select the folder where the three files, ``cameras.txt``,``images.txt``,
and select the folder where the three files, ``cameras.txt``, ``images.txt``,
and ``points3d.txt`` are located.

- The dense point cloud obtained with the ``stereo_fusion`` can be visualized
Expand Down

0 comments on commit 9680fe0

Please sign in to comment.