From eef03a155167428427f563bb7f2a514e7617265f Mon Sep 17 00:00:00 2001 From: jeffreyzou Date: Wed, 13 Dec 2017 09:29:38 -0600 Subject: [PATCH] Updated Reconstruction from Video (markdown) --- Reconstruction-from-Video.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reconstruction-from-Video.md b/Reconstruction-from-Video.md index 287a234..7b7694c 100644 --- a/Reconstruction-from-Video.md +++ b/Reconstruction-from-Video.md @@ -66,7 +66,7 @@ Put the video and the `config.yaml` file on an empty folder. Then run OpenDrone ``` python run.py --project-path PROJECT_PATH --video VIDEO.mp4 --slam-config config.yaml --resize-to VIDEO_WIDTH PROJECT_NAME ``` -where `PROJECT_PATH` is the path to the folder containing `PROJECT_NAME`, `PROJECT_NAME` is the name of your project that contains the video and config file, `VIDEO.mp4` is the name of your video, and `VIDEO_WIDTH` is the width of the video (for example, 1920 for an HD video). +where `PROJECT_PATH` is the path to the folder containing `PROJECT_NAME`, `PROJECT_NAME` is the name of your project that contains the video and config file, `VIDEO.mp4` is the name of your video, and `VIDEO_WIDTH` is the width of the video (for example, 1920 for an HD video). And for now, you need set use_pmvs to true in the config file. That command will run the pipeline starting with SLAM and continuing with stereo matching and mesh reconstruction and texturing.