Open
Description
🚀 Feature
Inclusion of new Augmentation techniques in torchvision.transforms
.
Motivation
Transforms are important for data augmentation 😅
Proposals
- RandAugment Citations 306 Adding RandAugment implementation #4348
-
Cutout Citations 964Superseded by RandomErasing - MixUp Citations 1624 Code (Note it is CC-BY-NC-license) Adding Mixup and Cutmix #4379
- CutMix Citations 437 Code ICCV 2019 Adding Mixup and Cutmix #4379
- TrivialAugment ICCV 2021 Integration of TrivialAugment with the current AutoAugment Code #4221
- AugMix Citations 157
- Scale-Jitter Citations 11 - code - benchmarks
- Simple CopyPaste Add SimpleCopyPaste augmentation #5825
- Port SSD & SSDlite Augmentations and Mixup/Cutmix from references to vision
- Detection Transforms [RFC] Abstractions for segmentation / detection transforms #1406 Image augmentation with bounding boxes. #2213 box_rescale function to rescale bounding boxes to a new image shape #3980
- AutoAugment Detection 231 Citations code
- Greedy Search Policy
- FastAutoAugment Citations 135 NeurIPS 2019 Code (1k+ GitHub stars)
- ReMixMatch Citations 165
- FixMatch Citations 258
- Transforms for color spaces augmentations E.g. rgb2hsv, rgb2bgr, rgb2lab, etc [feature request] rgb2lab / rgb2hsv / rgb2gray and other color space conversions (maybe upstream from kornia? or colorsys python core module?) #4029
- Gaussian Noise See Add Gaussian noise transformation #6192
Additional context
To visitors
Kindly give a 👍 if you think any of these would help in your work.
Also if you have any transform in mind please provide few details here!
Linked to #3221