deepness.common.processing_parameters.training_data_export_parameters.TrainingDataExportParameters

class TrainingDataExportParameters(resolution_cm_per_px: float, processed_area_type: ProcessedAreaType, tile_size_px: int, batch_size: int, local_cache: bool, input_layer_id: str, mask_layer_id: str | None, processing_overlap: ProcessingOverlap, input_channels_mapping: ChannelsMapping, export_image_tiles: bool, segmentation_mask_layer_id: str | None, output_directory_path: str)

Bases: MapProcessingParameters

Parameters for Exporting Data obtained from UI.

Methods

Attributes

processing_overlap_px

Always divisible by 2, because overlap is on both sides of the tile

processing_stride_px

resolution_m_per_px

tile_size_m

export_image_tiles

segmentation_mask_layer_id

output_directory_path

property processing_overlap_px: int

Always divisible by 2, because overlap is on both sides of the tile