-
Notifications
You must be signed in to change notification settings - Fork 0
/
custom_pipeline_example.yml
60 lines (60 loc) · 1.13 KB
/
custom_pipeline_example.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
__version__: 1.3.0
transform:
__class_fullname__: Compose
additional_targets: {}
bbox_params: null
keypoint_params: null
p: 1.0
transforms:
- __class_fullname__: HorizontalFlip
always_apply: false
p: 0.5
- __class_fullname__: RandomBrightnessContrast
always_apply: true
brightness_by_max: true
brightness_limit:
- -0.2
- 0.2
contrast_limit:
- -0.2
- 0.2
p: 0.5
- __class_fullname__: OneOf
p: 0.5
transforms:
- __class_fullname__: MotionBlur
allow_shifted: true
always_apply: true
blur_limit:
- 3
- 7
p: 0.5
- __class_fullname__: GaussNoise
always_apply: true
mean: 0
p: 0.5
per_channel: true
var_limit:
- 10.0
- 50.0
- __class_fullname__: GaussianBlur
always_apply: true
blur_limit:
- 3
- 7
p: 0.5
sigma_limit:
- 0
- 0
- __class_fullname__: Rotate
always_apply: true
border_mode: 1
crop_border: false
interpolation: 1
limit:
- -20
- 20
mask_value: null
p: 0.5
rotate_method: largest_box
value: null