mmpretrain/mmcls/datasets
Ezra-Yu 2ce5825ef1
[Feature] Support ImageNet21k dataset. (#461)
* add imagnet21k

* Update unit test

* update imaenet21k

* use slots

* use slots

* rename Data_item to ImageInfo

* add unit tests

* Update unit tests

* rm some print

* update unit tests

* fix lint

* remove default value of pipeline
2021-10-28 15:22:08 +08:00
..
pipelines [Fix] Fix missing import `Compose` and `Normalize`. 2021-10-28 15:21:05 +08:00
samplers [Docs] Add Copyright information. (#413) 2021-08-17 19:52:42 +08:00
__init__.py [Feature] Support ImageNet21k dataset. (#461) 2021-10-28 15:22:08 +08:00
base_dataset.py [Feature] Support ImageNet21k dataset. (#461) 2021-10-28 15:22:08 +08:00
builder.py [Fix] Fix version check in dataset builder. (#474) 2021-10-13 14:34:56 +08:00
cifar.py [Docs] Add Copyright information. (#413) 2021-08-17 19:52:42 +08:00
dataset_wrappers.py [Docs] Add Copyright information. (#413) 2021-08-17 19:52:42 +08:00
imagenet.py [Docs] Add Copyright information. (#413) 2021-08-17 19:52:42 +08:00
imagenet21k.py [Feature] Support ImageNet21k dataset. (#461) 2021-10-28 15:22:08 +08:00
mnist.py [Docs] Add Copyright information. (#413) 2021-08-17 19:52:42 +08:00
multi_label.py [Docs] Add Copyright information. (#413) 2021-08-17 19:52:42 +08:00
utils.py [Docs] Add Copyright information. (#413) 2021-08-17 19:52:42 +08:00
voc.py [Docs] Add Copyright information. (#413) 2021-08-17 19:52:42 +08:00