From 62ec34c9fdeb451be810e5e484827a6ebed9a6db Mon Sep 17 00:00:00 2001 From: bkerbl Date: Mon, 10 Jul 2023 20:18:51 +0200 Subject: [PATCH] Better tree --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7ec2b7f..88a4f48 100644 --- a/README.md +++ b/README.md @@ -380,9 +380,9 @@ Our rasterization requires a SIMPLE_PINHOLE or PINHOLE camera model for COLMAP d ``` |---input -| |--- -| |--- -| |---... + |--- + |--- + |---... ``` If you have COLMAP and ImageMagick on your system path, you can simply run ```shell @@ -398,10 +398,10 @@ If you have your own COLMAP dataset without undistortion (e.g., using ```OPENCV` | |--- | |---... |---distorted -| |---sparse -| | |---0 -| | | |---... -| |---database.db + |---database.db + |---sparse + |---0 + |---... ``` Then run ```shell