You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
that must be present in file names to be included (as in mmsegmentation), or exact
74
70
matches (e.g. eurosat). Defaults to True.
75
71
rgb_indices (list[str], optional): Indices of RGB channels. Defaults to [0, 1, 2].
76
-
dataset_bands (list[HLSBands | int] | None): Bands present in the dataset.
77
-
output_bands (list[HLSBands | int] | None): Bands that should be output by the dataset.
72
+
dataset_bands (list[HLSBands | int | tuple[int, int] | str] | None): Bands present in the dataset. This parameter names input channels (bands) using HLSBands, ints, int ranges, or strings, so that they can then be refered to by output_bands. Defaults to None.
73
+
output_bands (list[HLSBands | int | tuple[int, int] | str] | None): Bands that should be output by the dataset as named by dataset_bands.
78
74
constant_scale (float): Factor to multiply image values by. Defaults to 1.
79
75
transform (Albumentations.Compose | None): Albumentations transform to be applied.
80
76
Should end with ToTensorV2(). If used through the generic_data_module,
that must be present in file names to be included (as in mmsegmentation), or exact
65
65
matches (e.g. eurosat). Defaults to True.
66
66
rgb_indices (list[str], optional): Indices of RGB channels. Defaults to [0, 1, 2].
67
-
dataset_bands (list[HLSBands | int] | None): Bands present in the dataset.
68
-
output_bands (list[HLSBands | int] | None): Bands that should be output by the dataset.
67
+
dataset_bands (list[HLSBands | int | tuple[int, int] | str] | None): Bands present in the dataset. This parameter names input channels (bands) using HLSBands, ints, int ranges, or strings, so that they can then be refered to by output_bands. Defaults to None.
68
+
output_bands (list[HLSBands | int | tuple[int, int] | str] | None): Bands that should be output by the dataset as named by dataset_bands.
69
69
constant_scale (float): Factor to multiply image values by. Defaults to 1.
70
70
transform (Albumentations.Compose | None): Albumentations transform to be applied.
71
71
Should end with ToTensorV2(). If used through the generic_data_module,
0 commit comments