Remove odm_orthophoto.tif from transfer

pull/1494/head
Stephen Mather 2022-07-07 11:08:25 -04:00 zatwierdzone przez GitHub
rodzic 12619dfd64
commit 26feef4fdb
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 3 usunięć

Wyświetl plik

@ -504,8 +504,7 @@ class ToolchainTask(Task):
seed_touch_files=["opensfm/features/empty",
"opensfm/matches/empty",
"opensfm/exif/empty"],
outputs=["odm_orthophoto/odm_orthophoto.tif",
"odm_orthophoto/cutline.gpkg",
outputs=["odm_orthophoto/cutline.gpkg",
"odm_orthophoto/odm_orthophoto_cut.tif",
"odm_orthophoto/odm_orthophoto_feathered.tif",
"odm_dem",
@ -513,4 +512,4 @@ class ToolchainTask(Task):
"odm_georeferencing"])
else:
log.ODM_INFO("Already processed toolchain for %s" % submodel_name)
handle_result()
handle_result()