open-mmlab/mmaction2

[PR Welcome] More data augmentation methods

Offen

#436 geöffnet am 12.12.2020

 (10 Kommentare) (5 Reaktionen) (1 zugewiesene Person)Python (1.137 Forks)batch import
discussionhelp wantedopen research

Repository-Metriken

Stars
 (3.648 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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