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 infinite loop #33

Closed roby23 closed 6 years ago

roby23 commented 6 years ago

Hello,

I'm having some problems with CMVS. Sometimes it gets in an infinite loop. I found some forums where they just say that it is a known bug and the solution is to stop it and use it with a different cluster size.

If it is a known bug, why no one has resolved it yet?

Do you have any plan to resolve it? Or any hint to give me for a possible solution?

Many thanks

pmoulon commented 6 years ago

I would advise you to use the new OpenMVG clustering algorithm https://github.com/openMVG/openMVG/issues/857#issuecomment-292707035

roby23 commented 6 years ago

Thanks for the advice, OpenMVG clustering solved the problem

pmoulon commented 6 years ago

Can you close the issue?