Skip to content

Composite - Mosaic

Category: data_generator.vision.detection.2d
Version: 1.3.0
UUID: 17526b6019a83c5082f864a2d1fd7a2a57333c054351cc1f6cb7034c674fee30
Execution context: leip_af
Choice Priority: -1.0

Subcomponent Parameters

Name Synonyms Allowable Categories
Dataset data_generator.composite.mosaic.foreground data_generator
Composite Augmentation (Training only) data.augmentation.composite.training augmentation.vision.2d.training

Value Parameters

Name Synonyms Type Values
Generate at source resolution data_generator.composite.mosaic.use_source_resolution scalar bool
# of generated samples data_generator.composite.mosaic.nsamples scalar int, min: 1
Sample probability for mosaicing data_generator.composite.mosaic.probability scalar float, min: 0.0
How far from the image center can the mosaic center be (%) data_generator.composite.mosaic.sampling_center_deviation scalar float, min: 0.0, max: 1.0
Maximum scale factor of mosaic pieces data_generator.composite.mosaic.sampling_max_scale scalar float, min: 0.0
Minimum scale factor of mosaic pieces data_generator.composite.mosaic.sampling_min_scale scalar float, min: 0.0
How to sample each mosaic piece data_generator.composite.mosaic.sampling_scheme choice random_uniform (Anywhere (usually recommended))
preserve_spatial (Close to the pieces' position)

Constraints

  1. The minimum scale factor of mosaic pieces should be greater than 0. (actual.roi_sampling.min_scale > 0)
  2. The maximum scale factor of mosaic pieces should be greater than 0. (actual.roi_sampling.max_scale > 0)
  3. The maximum scale factor of mosaic pieces should be greater than the minimum. (actual.roi_sampling.max_scale > actual.roi_sampling.min_scale)

This component fits into

Name UUID Synonyms
Composite - Data joiner f47c92... data_generator.composite.joiner.underlying_datasets
Composite - MixUp Classification 9b85c1... data_generator.composite.mixup.dataset
Composite - Data joiner 47846f... data_generator.composite.joiner.underlying_datasets
Composite - Mosaic 17526b... data_generator.composite.mosaic.foreground
Basic Adaptor 954c62... data_generator
Composite - Random subset 663f60... data_generator.subset.underlying_dataset
Composite - Random subset 85a7b7... data_generator.subset.underlying_dataset
Composite - Random subset d4c2fc... data_generator.subset.underlying_dataset
Composite - Matting af418e... data_generator.composite.matting.background
Composite - Matting af418e... data_generator.composite.matting.foreground
Composite - Class selector 6f64a1... data_generator.selection.underlying_dataset
Composite - Class selector bf4d7c... data_generator.selection.underlying_dataset
Composite - Data joiner c58c8e... data_generator.composite.joiner.underlying_datasets