Hi, following the instruction here I compiled openMVG under ubuntu 16.04; then following the instruction here I can run the simple gui, but when I click "begin workflow" I get this error
"
('Using input dir : ', '/home/n1k0l4/Desktop/carabina/foto')
(' output_dir : ', '/home/n1k0l4/Desktop/carabina/foto_out')
- Image listing - generate sfm_data.json
Traceback (most recent call last):
File "workflow.py", line 82, in
pIntrisics = subprocess.Popen( [os.path.join(OPENMVG_SFM_BIN, "openMVG_main_SfMInit_ImageListing"), "-i", input_dir, "-o", matches_dir, "-d", camera_file_params, "-c", "3"] )
File "/usr/lib/python2.7/subprocess.py", line 711, in init
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1340, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
"
is there a way to solve?
thanks, N1k0l4
Hi, following the instruction here I compiled openMVG under ubuntu 16.04; then following the instruction here I can run the simple gui, but when I click "begin workflow" I get this error
"
('Using input dir : ', '/home/n1k0l4/Desktop/carabina/foto')
(' output_dir : ', '/home/n1k0l4/Desktop/carabina/foto_out')
Traceback (most recent call last):
File "workflow.py", line 82, in
pIntrisics = subprocess.Popen( [os.path.join(OPENMVG_SFM_BIN, "openMVG_main_SfMInit_ImageListing"), "-i", input_dir, "-o", matches_dir, "-d", camera_file_params, "-c", "3"] )
File "/usr/lib/python2.7/subprocess.py", line 711, in init
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1340, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
"
is there a way to solve?
thanks, N1k0l4