deepness.common.config_entry_key.ConfigEntryKey¶
- class ConfigEntryKey(value)¶
Bases:
EnumEntries to be stored in Project Configuration. Second element of enum value (in tuple) is the default value for this field
Methods
Get the value store in config (or a default one) for the specified field
Set the value store in config, for the specified field
Attributes
MODEL_FILE_PATHINPUT_LAYER_IDPROCESSED_AREA_TYPEMODEL_TYPEPREPROCESSING_RESOLUTIONMODEL_BATCH_SIZEPROCESS_LOCAL_CACHEPREPROCESSING_TILES_OVERLAPSEGMENTATION_PROBABILITY_THRESHOLD_ENABLEDSEGMENTATION_PROBABILITY_THRESHOLD_VALUESEGMENTATION_REMOVE_SMALL_SEGMENT_ENABLEDSEGMENTATION_REMOVE_SMALL_SEGMENT_SIZEREGRESSION_OUTPUT_SCALINGDETECTION_CONFIDENCEDETECTION_IOUDETECTOR_TYPEDATA_EXPORT_DIRDATA_EXPORT_TILES_ENABLEDDATA_EXPORT_SEGMENTATION_MASK_ENABLEDDATA_EXPORT_SEGMENTATION_MASK_IDINPUT_CHANNELS_MAPPING__ADVANCED_MODEINPUT_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