快拼模式不生产高程

This commit is contained in:
weixin_46229132 2025-03-17 16:34:01 +08:00
parent 4b8038b1b2
commit d035d27975

View File

@ -158,6 +158,7 @@ class ODMProcessMonitor:
f"--use-hybrid-bundle-adjustment " f"--use-hybrid-bundle-adjustment "
f"--optimize-disk-space " f"--optimize-disk-space "
# f"--feature-type sift " # f"--feature-type sift "
# f"--orthophoto-resolution 8 "
) )
if accuracy == "high": if accuracy == "high":
docker_command += ( docker_command += (
@ -168,18 +169,16 @@ class ODMProcessMonitor:
f"--orthophoto-resolution 2 " f"--orthophoto-resolution 2 "
) )
# 根据是否使用lowest quality添加参数 if produce_dem and self.mode != "快拼模式":
if use_lowest_quality:
docker_command += f"--feature-quality lowest "
docker_command += f"--orthophoto-resolution 8 "
if produce_dem:
docker_command += ( docker_command += (
f"--dsm " f"--dsm "
f"--dtm " f"--dtm "
) )
# 根据是否使用lowest quality添加参数
if use_lowest_quality:
docker_command += f"--feature-quality lowest "
if self.mode == "快拼模式": if self.mode == "快拼模式":
docker_command += ( docker_command += (
# f"--fast-orthophoto " # f"--fast-orthophoto "