kopia lustrzana https://github.com/OpenDroneMap/ODM
finish prospective mve changes
rodzic
7f212152a3
commit
91a66169fc
|
@ -26,7 +26,7 @@ orb_slam2_path = os.path.join(superbuild_path, "src/orb_slam2")
|
|||
# define mve join_paths
|
||||
makescene_path = os.path.join(superbuild_path, 'src', 'elibs', 'mve', 'apps', 'makescene', 'makescene') #TODO: don't install in source
|
||||
mve_path = os.path.join(superbuild_path, 'src', 'elibs', 'mve', 'apps', 'dmrecon', 'dmrecon')
|
||||
mve_path_pc = os.path.join(superbuild_path, 'src', 'elibs', 'mve', 'apps', 'scene2pset', 'scene2pset')
|
||||
mve_path_pc = os.path.join(superbuild_path, 'src', 'elibs', 'mve', 'apps', 'scene2pset', 'scene2pset -F2')
|
||||
|
||||
poisson_recon_path = os.path.join(superbuild_path, 'src', 'PoissonRecon', 'Bin', 'Linux', 'PoissonRecon')
|
||||
dem2mesh_path = os.path.join(superbuild_path, 'src', 'dem2mesh', 'dem2mesh')
|
||||
|
|
|
@ -69,7 +69,7 @@ class ODMMveCell(ecto.Cell):
|
|||
|
||||
# run mve
|
||||
system.run('%s %s %s' % (context.mve_path, ' '.join(config), tree.mve))
|
||||
system.run('%s %s %s' % (context.mve_path_pc, ' '.join(config), tree.mve))
|
||||
system.run('%s %s %s %s' % (context.mve_path_pc, ' '.join(config), tree.mve, tree.mve_model))
|
||||
|
||||
# find and rename the output file for simplicity
|
||||
mve_files = glob.glob(os.path.join(tree.mve, 'mve-*'))
|
||||
|
|
Ładowanie…
Reference in New Issue