deepness.common.config_entry_key.ConfigEntryKey

class ConfigEntryKey(value)

Bases: Enum

Entries to be stored in Project Configuration. Second element of enum value (in tuple) is the default value for this field

Methods

get

Get the value store in config (or a default one) for the specified field

set

Set the value store in config, for the specified field

Attributes

MODEL_FILE_PATH

INPUT_LAYER_ID

PROCESSED_AREA_TYPE

MODEL_TYPE

PREPROCESSING_RESOLUTION

MODEL_BATCH_SIZE

PROCESS_LOCAL_CACHE

PREPROCESSING_TILES_OVERLAP

SEGMENTATION_PROBABILITY_THRESHOLD_ENABLED

SEGMENTATION_PROBABILITY_THRESHOLD_VALUE

SEGMENTATION_REMOVE_SMALL_SEGMENT_ENABLED

SEGMENTATION_REMOVE_SMALL_SEGMENT_SIZE

REGRESSION_OUTPUT_SCALING

DETECTION_CONFIDENCE

DETECTION_IOU

DETECTOR_TYPE

DATA_EXPORT_DIR

DATA_EXPORT_TILES_ENABLED

DATA_EXPORT_SEGMENTATION_MASK_ENABLED

DATA_EXPORT_SEGMENTATION_MASK_ID

INPUT_CHANNELS_MAPPING__ADVANCED_MODE

INPUT_CHANNELS_MAPPING__MAPPING_LIST_STR

get()

Get the value store in config (or a default one) for the specified field

set(value)

Set the value store in config, for the specified field

Parameters:

value – Value to set in the configuration