open-mmlab/mmaction2

[PR Welcome] More data augmentation methods

Aperta

#436 aperta il 12 dic 2020

 (10 commenti) (5 reazioni) (1 assegnatario)Python (1137 fork)batch import
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

More image augmentation methods could refer to PaddleClas.

Guida contributor