IliaLarchenko commited on
Commit
143829d
1 Parent(s): 198da46

refactoring

Browse files
Files changed (1) hide show
  1. configs/augmentations.json +10 -10
configs/augmentations.json CHANGED
@@ -459,7 +459,7 @@
459
  "image_half_width"
460
  ]
461
  },
462
- "min_diff" : 1
463
  },
464
  {
465
  "param_name": [
@@ -477,7 +477,7 @@
477
  "image_half_height"
478
  ]
479
  },
480
- "min_diff" : 1
481
  }
482
  ],
483
  "RandomScale": [
@@ -485,14 +485,14 @@
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",
 
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",