pmoulon / CMVS-PMVS

This software (CMVS) takes the output of a structure-from-motion (SfM) software as input, then decomposes the input images into a set of image clusters of managable size. An MVS software can be used to process each cluster independently and in parallel, where the union of reconstructions from all the clusters should not miss any details that can be otherwise obtained from the whole image set. CMVS should be used in conjunction with an SfM software Bundler and an MVS software PMVS2 (PMVS version 2).
http://opensourcephotogrammetry.blogspot.com/
939 stars 464 forks source link

About PLY, PSET, PATCH #14

Closed DirtyHarryLYL closed 8 years ago

DirtyHarryLYL commented 8 years ago

Hi, thank you for the excellent work. I have met a problem about the results of PMVS2: there is only S.ply under the results folder, but no S.patch and S.pset. I know that in the documentation: make PLY, PSET, PATCH export faster and optional So please tell me how can I opt the results or it's a running error, and how to fix it. Thank you very much~

pmoulon commented 8 years ago

Hi @DirtyHarryLYL As you see here you have just to ask PATCH or PSET to be produced. https://github.com/pmoulon/CMVS-PMVS/blob/a75153a24155a3260fc6e0a2a542c42b533fb891/program/main/pmvs2.cc#L28

So you have just to add PATCH and/or PSET to your command line ;-)

DirtyHarryLYL commented 8 years ago

Thanks~