Skip to content

Commit

Permalink
More aggressive default augmentations
Browse files Browse the repository at this point in the history
  • Loading branch information
fgdfgfthgr-fox committed Feb 23, 2025
1 parent 65ff356 commit 27340b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Augmentation Parameters Anisotropic.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Augmentation,Probability,Low Bound,High Bound,Value
Rotate xy,0.5,0,360,
Rotate xz,0.0,0,360,
Rotate yz,0.0,0,360,
Rescaling,0.25,0.75,1.25,
Rescaling,1,0.75,1.25,
Edge Replicate Pad,0.0,0,0,0.05
Vertical Flip,0.5,,,
Horizontal Flip,0.5,,,
Expand All @@ -12,9 +12,9 @@ Gaussian Noise,0.75,0.01,0.3,
Gaussian Blur,0.33,0.5,1.5,3
Gradient Gamma,0.5,0.8,1.2,
Gradient Contrast,0.5,0.75,1.5,
Adjust Gamma,0.75,0.8,1.2,
Adjust Contrast,0.75,0.5,1.5,
Adjust Brightness,0.75,-0.5,0.5,
Adjust Gamma,1,0.7,1.4,
Adjust Contrast,1,0.5,1.5,
Adjust Brightness,1,-0.5,0.5,
Salt And Pepper,0.0,0.005,0.01,
Label Blur,0,1,1,5
Contour Blur,0,0.5,0.5,7
8 changes: 4 additions & 4 deletions Augmentation Parameters Isotropic.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Augmentation,Probability,Low Bound,High Bound,Value
Rotate xy,0.5,0,360,
Rotate xz,0.5,0,360,
Rotate yz,0.5,0,360,
Rescaling,0.25,0.75,1.25,
Rescaling,1,0.75,1.25,
Edge Replicate Pad,0.0,0,0,0.05
Vertical Flip,0.5,,,
Horizontal Flip,0.5,,,
Expand All @@ -12,9 +12,9 @@ Gaussian Noise,0.75,0.01,0.3,
Gaussian Blur,0.33,0.5,1.5,3
Gradient Gamma,0.5,0.8,1.2,
Gradient Contrast,0.5,0.75,1.5,
Adjust Gamma,0.75,0.8,1.2,
Adjust Contrast,0.75,0.5,1.5,
Adjust Brightness,0.75,-0.5,0.5,
Adjust Gamma,1,0.7,1.4,
Adjust Contrast,1,0.5,1.5,
Adjust Brightness,1,-0.5,0.5,
Salt And Pepper,0.0,0.005,0.01,
Label Blur,0,1,1,5
Contour Blur,0,0.5,0.5,7

0 comments on commit 27340b9

Please sign in to comment.