pull/1580/head
Stephen Vincent Mather 2023-01-10 00:05:42 -05:00
rodzic 999434e161
commit 3f6b8b4936
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -100,7 +100,7 @@ class ODMOpenMVSStage(types.ODM_Stage):
f.write("Optimize = %s\n" % (3 if sharp else 7))
def run_densify():
.run('"%s" "%s" %s' % (context.omvs_densify_path,
system.run('"%s" "%s" %s' % (context.omvs_densify_path,
openmvs_scene_file,
' '.join(config + gpu_config + extra_config)))
try: