Merge pull request #146 from Saijin-Naib/publish

v2.8.5 Update
pull/147/head
Saijin-Naib 2022-06-08 22:31:10 -04:00 zatwierdzone przez GitHub
commit af9da19c15
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -8,6 +8,9 @@
Options and Flags
-----------------
:ref:`3d-tiles<3d-tiles>`
Generate OGC 3D Tiles outputs. Default: ``False``
:ref:`auto-boundary<auto-boundary>`
Automatically set a boundary using camera shot locations to limit the area of the reconstruction. This can help remove far away background artifacts (sky, background landscapes, etc.). See also --boundary. Default: ``False``
@ -110,6 +113,9 @@ Options and Flags
:ref:`name<name>` <dataset name>
Name of dataset (i.e subfolder name within project folder). Default: ``code``
:ref:`no-gpu<no-gpu>`
Do not use GPU acceleration, even if it's available. Default: ``False``
:ref:`optimize-disk-space<optimize-disk-space>`
Delete heavy intermediate files to optimize disk space usage. This affects the ability to restart the pipeline from an intermediate stage, but allows datasets to be processed on machines that don't have sufficient disk space available. Default: ``False``