discussionhelp wantedopen research
仓库指标
- 星标
- (3,648 个星标)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
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.