Skip to content

Commit

Permalink
Merge pull request #41 from Dok11/main
Browse files Browse the repository at this point in the history
Fixed aug names in README.md
  • Loading branch information
lucidrains authored Jan 8, 2021
2 parents 24e5810 + 147527c commit d465dee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ Some of these works by default, some of these can be controlled from a command
- `color` randomly change brightness, saturation and contrast;
- `cutout` creates random black boxes on the image;
- `offset` randomly moves image by x and y-axis with repeating image;
- `offset_x` only by an x-axis;
- `offset_y` only by a y-axis;
- `offset_h` only by an x-axis;
- `offset_v` only by a y-axis;
- `translation` randomly moves image on the canvas with black background;

Full setup of augmentations is `--aug-types [color,cutout,offset,translation]`.
Expand Down

0 comments on commit d465dee

Please sign in to comment.