-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathtransform.yml
34 lines (33 loc) · 820 Bytes
/
transform.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
__version__: 0.5.1
transform:
__class_fullname__: albumentations.core.composition.Compose
additional_targets: {}
bbox_params: null
keypoint_params: null
p: 1.0
transforms:
- __class_fullname__: albumentations.augmentations.transforms.RandomRotate90
always_apply: false
p: 0.5
- __class_fullname__: albumentations.augmentations.transforms.Transpose
always_apply: false
p: 0.5
- __class_fullname__: albumentations.augmentations.transforms.Blur
always_apply: false
blur_limit:
- 3
- 3
p: 0.5
- __class_fullname__: albumentations.augmentations.transforms.OpticalDistortion
always_apply: false
border_mode: 4
distort_limit:
- -0.05
- 0.05
interpolation: 1
mask_value: null
p: 0.5
shift_limit:
- -0.05
- 0.05
value: null