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

CMVS crashes in VisualSFM #46

Closed ahananq closed 3 years ago

ahananq commented 3 years ago

Hi,

I am using VisualSFM on windows, and using provided binaries of CMVS, PMVS2, genOption & pthreadVc2.dll copied in same folder as VisualSFM.exe. I just using program via provided VisualSFM GUI interface, I am not making my own binaries etc. I downloaded all the files again to avoid corrupted files. I am not a programmer, I want to use photogrammetry for some project. I have followed instruction provided in FAQ regarding this issue but unable to resolve this issue.

when I run the "Dense Reconstruction" ,it showed the "ERROR: the above CMVS command failed!

Running Yasutaka Furukawa's CMVS tool... cmvs "D:\VisualSFM\Data.Input\Exp#1\2.nvm.cmvs\01\" 50 12 ERROR: the above CMVS command failed! FAQ: http://ccwu.me/vsfm/doc.html#errors

Regards