IliaLarchenko
commited on
Commit
•
82d56fb
1
Parent(s):
7267382
refactoring
Browse files- configs/augmentations.json +10 -10
configs/augmentations.json
CHANGED
@@ -459,7 +459,7 @@
|
|
459 |
"image_half_width"
|
460 |
]
|
461 |
},
|
462 |
-
"min_diff"
|
463 |
},
|
464 |
{
|
465 |
"param_name": [
|
@@ -477,7 +477,7 @@
|
|
477 |
"image_half_height"
|
478 |
]
|
479 |
},
|
480 |
-
"min_diff"
|
481 |
}
|
482 |
],
|
483 |
"RandomScale": [
|
@@ -485,14 +485,14 @@
|
|
485 |
"param_name": "scale_limit",
|
486 |
"type": "int_interval",
|
487 |
"limits_list": [
|
488 |
-
|
489 |
-
|
490 |
-
|
491 |
-
|
492 |
-
|
493 |
-
|
494 |
-
|
495 |
-
|
496 |
{
|
497 |
"param_name": "interpolation",
|
498 |
"type": "radio",
|
|
|
459 |
"image_half_width"
|
460 |
]
|
461 |
},
|
462 |
+
"min_diff": 1
|
463 |
},
|
464 |
{
|
465 |
"param_name": [
|
|
|
477 |
"image_half_height"
|
478 |
]
|
479 |
},
|
480 |
+
"min_diff": 1
|
481 |
}
|
482 |
],
|
483 |
"RandomScale": [
|
|
|
485 |
"param_name": "scale_limit",
|
486 |
"type": "int_interval",
|
487 |
"limits_list": [
|
488 |
+
-0.9,
|
489 |
+
2.0
|
490 |
+
],
|
491 |
+
"defaults": [
|
492 |
+
-0.1,
|
493 |
+
0.1
|
494 |
+
]
|
495 |
+
},
|
496 |
{
|
497 |
"param_name": "interpolation",
|
498 |
"type": "radio",
|