-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtmp.json
145 lines (145 loc) · 5.02 KB
/
tmp.json
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"__version__": "0.3.1",
"transform": {
"__class_fullname__": "albumentations.core.composition.Compose",
"p": 1,
"transforms": [
{
"__class_fullname__": "albumentations.augmentations.transforms.HorizontalFlip",
"always_apply": false,
"p": 0.5
},
{
"__class_fullname__": "albumentations.core.composition.OneOf",
"p": 0.3,
"transforms": [
{
"__class_fullname__": "albumentations.augmentations.transforms.RandomContrast",
"always_apply": false,
"p": 0.5,
"limit": [
-0.2,
0.2
]
},
{
"__class_fullname__": "albumentations.augmentations.transforms.RandomGamma",
"always_apply": false,
"p": 0.5,
"gamma_limit": [
80,
120
]
},
{
"__class_fullname__": "albumentations.augmentations.transforms.RandomBrightness",
"always_apply": false,
"p": 0.5,
"limit": [
-0.2,
0.2
]
}
]
},
{
"__class_fullname__": "albumentations.core.composition.OneOf",
"p": 0.3,
"transforms": [
{
"__class_fullname__": "albumentations.augmentations.transforms.ElasticTransform",
"always_apply": false,
"p": 0.5,
"alpha": 120,
"sigma": 6,
"alpha_affine": 3.5999999999999996,
"interpolation": 1,
"border_mode": 4,
"value": null,
"mask_value": null,
"approximate": false
},
{
"__class_fullname__": "albumentations.augmentations.transforms.GridDistortion",
"always_apply": false,
"p": 0.5,
"num_steps": 5,
"distort_limit": [
-0.3,
0.3
],
"interpolation": 1,
"border_mode": 4,
"value": null,
"mask_value": null
},
{
"__class_fullname__": "albumentations.augmentations.transforms.OpticalDistortion",
"always_apply": false,
"p": 0.5,
"distort_limit": [
-2,
2
],
"shift_limit": [
-0.5,
0.5
],
"interpolation": 1,
"border_mode": 4,
"value": null,
"mask_value": null
}
]
},
{
"__class_fullname__": "albumentations.augmentations.transforms.ShiftScaleRotate",
"always_apply": false,
"p": 0.5,
"shift_limit": [
-0.0625,
0.0625
],
"scale_limit": [
-0.09999999999999998,
0.10000000000000009
],
"rotate_limit": [
-45,
45
],
"interpolation": 1,
"border_mode": 4,
"value": null,
"mask_value": null
},
{
"__class_fullname__": "albumentations.augmentations.transforms.Resize",
"always_apply": true,
"p": 1,
"height": 1024,
"width": 1024,
"interpolation": 1
},
{
"__class_fullname__": "albumentations.augmentations.transforms.Normalize",
"always_apply": false,
"p": 1,
"mean": [
0.485,
0.456,
0.406
],
"std": [
0.229,
0.224,
0.225
],
"max_pixel_value": 255
}
],
"bbox_params": {},
"keypoint_params": {},
"additional_targets": {}
}
}