Unlabeled Dataset¶
Category: data_generator.vision.segmentation.2d
Version: 1.1.0
UUID: 2149306dea810372edc142a832264fc7cdd0190705842350c589fba49eeec91e
Execution context: leip_af
Choice Priority: -100.0
Subcomponent Parameters¶
| Name | Synonyms | Allowable Categories |
|---|---|---|
| Training Augmentation | data.augmentation.training |
augmentation.vision.2d.training |
| Validation Augmentation | data.augmentation.validation |
augmentation.vision.2d.validation |
Value Parameters¶
| Name | Synonyms | Type | Values |
|---|---|---|---|
| Dataset name | data_generator.dataset_name |
scalar | string |
| Task type | data.unlabeled.prediction_type |
choice | segmentation |
| Images folder root path | data_generator.root_path |
scalar | path |
| Number of classes | data.number_of_classes |
scalar | int |
Constraints¶
- Number of classes has to be positive (meta.nclasses > 0)
- Need a root path for dataset (len(str(actual.root_path)) > 0)