discussionhelp wantedopen research
Metriche repository
- Star
- (3648 stelle)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
Describe the feature More data augmentation methods.
Motivation When training our own models, we need to TRY EVERYTHING...
Additional context
- MMaction2 existing data augmentation methods:
- random flip.
- all kinds of crop and resize
- color jitter(brightness/contrast/saturation/hue)
Plans
- imgaug #492
- mixup and cutmix #681
- RandAugment by imgaug #585
- PytorchVideo Transforms. #1008
- albumentations
- videomix
More image augmentation methods could refer to PaddleClas.