From 3a25024523062a6b1f1a664bdae5217312266b32 Mon Sep 17 00:00:00 2001 From: Otthorn Date: Thu, 25 Mar 2021 12:08:12 +0100 Subject: [PATCH] [doc] fix tree --- docs/colmap_arborescence.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/colmap_arborescence.md b/docs/colmap_arborescence.md index 0a112b3..ddae1de 100644 --- a/docs/colmap_arborescence.md +++ b/docs/colmap_arborescence.md @@ -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 has been run you should see something like. +``` +── images │ +── image1.jpg │ +── image2.jpg @@ -26,6 +27,7 @@ has been run you should see something like. │ │ +── meshed-delaunay.ply │ +── ... +── database.db +``` 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