Updated Reconstruction from Video (markdown)

master
jeffreyzou 2017-12-13 09:27:31 -06:00
rodzic 9bb71a52a3
commit 5a8c7e95bf
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 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). `PROJECT_NAME` is the name your project, a folder under `PROJECT_PATH`.
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).
That command will run the pipeline starting with SLAM and continuing with stereo matching and mesh reconstruction and texturing.