kopia lustrzana https://github.com/OpenDroneMap/ODM
added point cloud creation, need parameters
rodzic
fd2dd612f1
commit
7f212152a3
|
@ -69,6 +69,7 @@ class ODMMveCell(ecto.Cell):
|
||||||
|
|
||||||
# run mve
|
# run mve
|
||||||
system.run('%s %s %s' % (context.mve_path, ' '.join(config), tree.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))
|
||||||
|
|
||||||
# find and rename the output file for simplicity
|
# find and rename the output file for simplicity
|
||||||
mve_files = glob.glob(os.path.join(tree.mve, 'mve-*'))
|
mve_files = glob.glob(os.path.join(tree.mve, 'mve-*'))
|
||||||
|
|
Ładowanie…
Reference in New Issue