Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MvgMvs_Pipeline.py and exe files crashing #2

Open
AkashGutha opened this issue Apr 12, 2017 · 11 comments
Open

MvgMvs_Pipeline.py and exe files crashing #2

AkashGutha opened this issue Apr 12, 2017 · 11 comments

Comments

@AkashGutha
Copy link

I wanted to know if I can directly use the executable in the sample rather then building from openMVS source code. I tried executing densifypointcloud on the scene.mvs given in sample but the file keeps crashing, could you guide me whether the approach is correct or not ?
desify

@cdcseacave
Copy link
Owner

The sample might be old, I'll update it and let you know.

@AkashGutha
Copy link
Author

Sure. thank you so much.

@cdcseacave
Copy link
Owner

Done, pls check again.

@johnzhou1
Copy link

I got the same issue on Windows10 x64 system.
it always crash at running DensifyPointCloud.exe even with the newest release.

@Xartos
Copy link

Xartos commented May 15, 2018

I have the same issue on a Windows 7 SP1 x64 VM in linux as well. The program crashes after the line Command line: ...
Do you need any dependencies to run these binaries? like .NET or something else

@cdcseacave
Copy link
Owner

no

@isolin
Copy link

isolin commented May 25, 2018

Hi folks! Unfortunately, I encountered the same issue. All exe's crashed immediately on native Win7 SP1 64bit. Then I tried Win8 where I got the same log output as AkashGutha reported. Is there a way to get more debug info??

InterfaceVisualSFM.log
01:32:41 [App ] Build date: May 26 2017, 18:38:57
01:32:41 [App ] CPU: Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz
01:32:41 [App ] RAM: 15.98GB Physical Memory 128.00TB Virtual Memory
01:32:41 [App ] OS: Windows 8.1 x64
01:32:41 [App ] SSE & AVX compatible CPU & OS detected
01:32:41 [App ] Command line: -i model.nvm -o model.mvs
01:32:41 [App ] Loading cameras/points: model.nvm

Btw I failed to build from source, since vcpkg installation didn't work at all for me :(

@cdcseacave
Copy link
Owner

hard for me to find an explanation for these problems with only this info; myself I never seen something similar, plus I know tens of people successfully using this build on their won machines

if having issues with the windows install, pls create an issue on openmvs

@isolin
Copy link

isolin commented May 26, 2018

Hi, thank you for the quick answer. I solved the win8.1 problem! The nvm file contained filenames of images with whitespaces. Everything works fine now on that machine.

I am, however, wondering how I could debug the issue on the win7x64 machine (a powerful server) where any of the exe files in this sample crashes immediately without any output?

@isolin
Copy link

isolin commented May 27, 2018

I finally found the answer to the second problem as well. The win7x64 machine has a pair of Xeon X5550 processors that do not support AVX instructions. Are those necessary for openMVS, or would it be possible to create binaries for processors without?

@cdcseacave
Copy link
Owner

AVX is not mandatory, it only increases the speed. You can disable that from CMake configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants