IliaLarchenko
commited on
Commit
•
7622beb
1
Parent(s):
6fdad34
config fix
Browse files- configs/augmentations.json +5 -10
configs/augmentations.json
CHANGED
@@ -328,20 +328,15 @@
|
|
328 |
]
|
329 |
},
|
330 |
{
|
331 |
-
"param_name":
|
332 |
-
|
333 |
-
"brightness_upper"
|
334 |
-
],
|
335 |
-
"type": "min_max",
|
336 |
"limits_list": [
|
337 |
0.0,
|
338 |
-
|
339 |
],
|
340 |
-
"
|
341 |
-
2.5,
|
342 |
-
3.5
|
343 |
-
]
|
344 |
}
|
|
|
345 |
],
|
346 |
"RandomFog": [
|
347 |
{
|
|
|
328 |
]
|
329 |
},
|
330 |
{
|
331 |
+
"param_name": "brightness_coeff",
|
332 |
+
"type": "int_interval",
|
|
|
|
|
|
|
333 |
"limits_list": [
|
334 |
0.0,
|
335 |
+
5.0
|
336 |
],
|
337 |
+
"defaults": 2.5
|
|
|
|
|
|
|
338 |
}
|
339 |
+
|
340 |
],
|
341 |
"RandomFog": [
|
342 |
{
|