Skip to content

Attach FiftyOne Dataset - detection

Category: data_generator.vision.detection.2d
Version: 1.2.0
UUID: 7403ded99a552cdb8b827ea9990801ffcccd81c4675775b10566b28894faab2f
Execution context: leip_af
Choice Priority: 0.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 Help
Dataset name data_generator.dataset_name,
data.dataset_name
scalar string
Fiftyone Dataset Type data.fiftyone_dataset_type scalar string Should be 'detection'
Fiftyone Groundtruth Field Name data.fiftyone_groundtruth_field_name scalar string
Label data.fiftyone_label_map dict int Make sure the label_map is in str2idx format eg.
Fiftyone Train View Name data.fiftyone_train_view scalar string
Fiftyone Val View Name data.fiftyone_val_view scalar string
Number of classes data.number_of_classes scalar int

Constraints

  1. Number of classes has to be positive (meta.nclasses > 0)
  2. FiftyOne dataset name must be provided, as it will be passed to fo.load_dataset() (actual.dataset_name != '')

This component fits into

Name UUID Synonyms
Composite - Class selector 06894b... data_generator.selection.underlying_dataset
Composite - MixUp Classification f19b45... data_generator.composite.mixup.dataset
Composite - Random subset feed1a... data_generator.subset.underlying_dataset
Composite - Data joiner 77071f... data_generator.composite.joiner.underlying_datasets
Composite - Data joiner b6f994... data_generator.composite.joiner.underlying_datasets
Composite - Matting 8889c0... data_generator.composite.matting.background
Composite - Matting 8889c0... data_generator.composite.matting.foreground
Composite - Class selector 10d356... data_generator.selection.underlying_dataset
Composite - Mosaic 7bebd5... data_generator.composite.mosaic.foreground
Composite - Data joiner 4e8148... data_generator.composite.joiner.underlying_datasets
Composite - Random subset 365151... data_generator.subset.underlying_dataset
Composite - Random subset 5859b6... data_generator.subset.underlying_dataset
Basic Adaptor 123217... data_generator