mmclassification/mmcls/datasets
Ma Zerun 09597e5a4c
Add transform `RandomErasing` (#248)
* Add transform `RandomErasing`.

* Add unittests of `RandomErasing`

* Fix typo in docstring

* Improve docstring and unittests.
2021-05-19 22:35:26 +08:00
..
pipelines Add transform `RandomErasing` (#248) 2021-05-19 22:35:26 +08:00
samplers fix bug (#108) 2020-12-04 11:41:49 +08:00
__init__.py [Feature] Support PASCAL VOC 2007 dataset for multilabel task (#134) 2021-01-11 11:08:59 +08:00
base_dataset.py [Feature] Add --eval-options in test.py (#158) 2021-02-05 17:46:43 +08:00
builder.py
cifar.py Update CONTRIBUTING.md according to mmcv (#210) 2021-04-14 21:22:37 +08:00
dataset_wrappers.py Add missing CLASSES argument to dataset wrappers (#66) 2020-10-15 21:25:53 +08:00
imagenet.py Add model inference (#16) 2020-09-30 19:00:20 +08:00
mnist.py Update CONTRIBUTING.md according to mmcv (#210) 2021-04-14 21:22:37 +08:00
multi_label.py Update CONTRIBUTING.md according to mmcv (#210) 2021-04-14 21:22:37 +08:00
utils.py
voc.py Update CONTRIBUTING.md according to mmcv (#210) 2021-04-14 21:22:37 +08:00