mmclassification/mmcls/models/utils/augment
takuoko c1534f9126
[Feature] Support resizemix. (#676)
* add resizemix

* skip torch.__version__ < 1.7.0

* Update mmcls/models/utils/augment/resizemix.py

Co-authored-by: Ma Zerun <mzr1996@163.com>

* Update mmcls/models/utils/augment/resizemix.py

Co-authored-by: Ma Zerun <mzr1996@163.com>

* resize -> F.interpolate

* fix docs

* fix test

* add Copyright

* add argument interpolation

Co-authored-by: Ma Zerun <mzr1996@163.com>
2022-03-07 12:11:20 +08:00
..
__init__.py [Feature] Support resizemix. (#676) 2022-03-07 12:11:20 +08:00
augments.py [Docs] Add Copyright information. (#413) 2021-08-17 19:52:42 +08:00
builder.py [Docs] Add Copyright information. (#413) 2021-08-17 19:52:42 +08:00
cutmix.py [Enhance] Suport Mixup&Cutmix for multi-label task. 2022-01-21 11:30:58 +08:00
identity.py [Enhance] Suport Mixup&Cutmix for multi-label task. 2022-01-21 11:30:58 +08:00
mixup.py [Enhance] Suport Mixup&Cutmix for multi-label task. 2022-01-21 11:30:58 +08:00
resizemix.py [Feature] Support resizemix. (#676) 2022-03-07 12:11:20 +08:00
utils.py [Enhance] Upgrade isort pre-commit hooks. (#687) 2022-02-17 02:17:20 +08:00