cdcseacave / openMVS_sample

OpenMVS usage example
GNU Affero General Public License v3.0
97 stars 50 forks source link

WindowsError: [Error 2] #3

Closed mrgloom closed 6 years ago

mrgloom commented 6 years ago

I have tried to run pipeline demo, but get following error:

C:\Users\user\Downloads\openMVS_sample-master\openMVS_sample-master>python Mvg
Mvs_Pipeline.py images output
# Using input dir  :  C:\Users\user\Downloads\openMVS_sample-master\openMVS_sa
mple-master\images
#       output_dir :  C:\Users\user\Downloads\openMVS_sample-master\openMVS_sa
mple-master\output
# First step  :  0
# Last step :  11
#0. Intrinsics analysis
Traceback (most recent call last):
  File "MvgMvs_Pipeline.py", line 236, in <module>
    pStep = subprocess.Popen(cmdline)
  File "C:\Anaconda\lib\subprocess.py", line 390, in __init__
    errread, errwrite)
  File "C:\Anaconda\lib\subprocess.py", line 640, in _execute_child
    startupinfo)
WindowsError: [Error 2]

BTW, is there any linux demo same as this one?

dudutingting commented 6 years ago

I have the error the same as you ,do you resolve it now ?

cdcseacave commented 6 years ago

did you make sure the paths inside the scrip point to the OpenMVG and OpenMVS executables?

dudutingting commented 6 years ago

I do not know,i just download the scrip from the website,whether the scrip need to modify and debug?