[doc] fix tree

This commit is contained in:
otthorn 2021-03-25 12:08:12 +01:00
parent f6debcb679
commit 3a25024523

View file

@ -6,6 +6,7 @@ If your project is called `my_project` and is stored in `/path/to/my_project`
then if you were to look at the `tree` inside `/path/to/my_projet` after COLMAP then if you were to look at the `tree` inside `/path/to/my_projet` after COLMAP
has been run you should see something like. has been run you should see something like.
```
+── images +── images
│ +── image1.jpg │ +── image1.jpg
│ +── image2.jpg │ +── image2.jpg
@ -26,6 +27,7 @@ has been run you should see something like.
│ │ +── meshed-delaunay.ply │ │ +── meshed-delaunay.ply
│ +── ... │ +── ...
+── database.db +── database.db
```
If you want to learn more about the arborescence of a COLMAP project please If you want to learn more about the arborescence of a COLMAP project please
refeer to the official COLMAP documentation at htps://colmap.github.io refeer to the official COLMAP documentation at htps://colmap.github.io