open-mmlab/mmaction2

[PR Welcome] More data augmentation methods

オープン

#436 opened on 2020/12/12

 (10 件のコメント) (5 件のリアクション) (1 人の担当者)Python (1,137 件のフォーク)batch import
discussionhelp wantedopen research

Repository metrics

Stars
 (3,648 個のスター)
PR merge metrics
 (30d に merged 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

More image augmentation methods could refer to PaddleClas.

コントリビューターガイド