DARTS Reference¶
darts
¶
DARTS processing pipeline.
__version__ = version('darts-nextgen')
module-attribute
¶
run_native_orthotile_pipeline(input_data_dir, output_data_dir, model_dir, patch_size=1024, overlap=16, batch_size=8, reflection=0)
¶
Search for all PlanetScope scenes in the given directory and runs the segmentation pipeline on them.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
input_data_dir
|
Path
|
The "input" directory. |
required |
output_data_dir
|
Path
|
The "output" directory. |
required |
model_dir
|
Path
|
The path to the models to use for segmentation. |
required |
patch_size
|
int
|
The patch size to use for inference. Defaults to 1024. |
1024
|
overlap
|
int
|
The overlap to use for inference. Defaults to 16. |
16
|
batch_size
|
int
|
The batch size to use for inference. Defaults to 8. |
8
|
reflection
|
int
|
The reflection padding to use for inference. Defaults to 0. |
0
|
Todo
Document the structure of the input data dir.