Unlabeled Dataset¶
Category: data_generator.vision.detection.2d
Version: 1.1.0
UUID: b521b19ec328bc5ef10bab91da4e72362e63207ea96bd44128414c450c2fae5c
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 | detection |
| 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)