IliaLarchenko
commited on
Commit
•
7267382
1
Parent(s):
0c196bb
added RandomScale
Browse files- configs/augmentations.json +25 -0
configs/augmentations.json
CHANGED
@@ -479,5 +479,30 @@
|
|
479 |
},
|
480 |
"min_diff" : 1
|
481 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
482 |
]
|
483 |
}
|
|
|
479 |
},
|
480 |
"min_diff" : 1
|
481 |
}
|
482 |
+
],
|
483 |
+
"RandomScale": [
|
484 |
+
{
|
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",
|
499 |
+
"options_list": [
|
500 |
+
0,
|
501 |
+
1,
|
502 |
+
2,
|
503 |
+
3,
|
504 |
+
4
|
505 |
+
]
|
506 |
+
}
|
507 |
]
|
508 |
}
|