-
Notifications
You must be signed in to change notification settings - Fork 2
Options
The pipeline has three key options in its config.yml
. All of the other options in the config.yml
are explained in the other pages of this wiki.
The pipeline runs two different strategies: the traditional and the experimental strategy. You can learn more about them here. If the parallel
config option is set to true, the experimental strategy will be used. Otherwise, the traditional one will be used. We currently recommend using the experimental strategy because it has substantial improvements in runtime, memory usage, and classification accuracy, compared to the traditional strategy.
If this option is set to true, the orthomosaic that is created by the pipeline will be of a lower quality than usual. We currently recommend this option if you are running the experimental strategy because the quality of the orthomosaic does not hinder the classification accuracy of the pipeline in that case. Since the stitching step remains one of the most compute intensive portions of the pipeline, using a lower quality orthomosaic can substantially decrease the overall memory usage and runtime of the pipeline.
The path to the directory into which the pipeline should dump all of its output. This will default to out
if not specified. This path is interpreted relative to the project directory.