kopia lustrzana https://github.com/OpenDroneMap/ODM
Fix EXIF error while using GCPs
rodzic
7a00b0a904
commit
365549f51a
|
@ -40,7 +40,7 @@ class ODMOpenSfMStage(types.ODM_Stage):
|
||||||
|
|
||||||
def cleanup_disk_space():
|
def cleanup_disk_space():
|
||||||
if args.optimize_disk_space:
|
if args.optimize_disk_space:
|
||||||
for folder in ["features", "matches", "exif", "reports"]:
|
for folder in ["features", "matches", "reports"]:
|
||||||
folder_path = octx.path(folder)
|
folder_path = octx.path(folder)
|
||||||
if os.path.exists(folder_path):
|
if os.path.exists(folder_path):
|
||||||
if os.path.islink(folder_path):
|
if os.path.islink(folder_path):
|
||||||
|
|
Ładowanie…
Reference in New Issue