From f355b76cc47a8caead2cc9ecc7668dfe17a3ba91 Mon Sep 17 00:00:00 2001 From: Pau Gargallo Date: Thu, 26 Nov 2015 16:12:03 +0100 Subject: [PATCH] Update export_pmvs.md --- bin/export_pmvs.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/bin/export_pmvs.md b/bin/export_pmvs.md index cf92fb703..af6b87075 100644 --- a/bin/export_pmvs.md +++ b/bin/export_pmvs.md @@ -93,12 +93,14 @@ These are the files that `export_pmvs` generates for PMVS from OpenSfM output. M From the root OpenSfM directory, run: - bin/export_pmvs data// + bin/export_pmvs There will be an individual pmvs directory for each separate reconstruction. To perform the PMVS point cloud reconstruction, run: - ./pmvs2 ~/mydataset/recon0/ pmvs_options.txt + ./pmvs2 /pmvs/recon0/ pmvs_options.txt -This will generate files in `models/` including a `pmvs_options.txt.ply` +This will generate files in `/pmvs/recon0/models/` including a `pmvs_options.txt.ply` + +**Important:** note that the trailing `/` in `recon0/` is needed. Otherwise PMVS will fail to find the options file and will give an `Unrecognizable option` warning.