open-mmlab/mmaction2

[PR Welcome] More data augmentation methods

开放

#436 创建于 2020年12月12日

 (10 条评论) (5 个反应) (1 位负责人)Python (1,137 个派生)batch import
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

More image augmentation methods could refer to PaddleClas.

贡献者指南