open-mmlab/mmaction2

[PR Welcome] More data augmentation methods

Open

#436 opened on Dec 12, 2020

View on GitHub
 (10 comments) (5 reactions) (1 assignee)Python (3,648 stars) (1,137 forks)batch import
discussionhelp wantedopen research

Description

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

More image augmentation methods could refer to PaddleClas.

Contributor guide