Updated Reconstruction from Video (markdown)

master
jeffreyzou 2017-12-13 09:29:38 -06:00
rodzic 3d2419fe41
commit eef03a1551
1 zmienionych plików z 1 dodań i 1 usunięć

@ -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.