mmclassification/mmcls/datasets
takuoko 841256b630
[Feature] Support RetrieverRecall metric & Add ArcFace config (#1316)
* rebase

* add ap metric

* fix mlti-gpu bug in retrevel

* rebase

* rebase

* add training cfgs and update readme.md

* fix bugs(cannot load vecs in dist and diff test-val recall\)

* update configs and readme

* fix ut

* fix doc

* rebase

* fix rebase conflicts

* fix rebase error

* fix UT error

* fix docs

* fix typo

---------

Co-authored-by: Ezra-Yu <18586273+Ezra-Yu@users.noreply.github.com>
2023-02-14 12:46:21 +08:00
..
samplers [Refactor] Refactor `RepeatAugSampler`. 2022-07-18 11:11:13 +08:00
transforms [Improve] Update registries of mmcls. (#1306) 2023-01-11 15:20:51 +08:00
__init__.py [Feature] Support InShop Dataset (Image Retrieval). (#1019) 2023-01-18 17:16:54 +08:00
base_dataset.py [Improve] Update registries of mmcls. (#1306) 2023-01-11 15:20:51 +08:00
builder.py [Improve] Clean useless code and reduce unit tests memory usage. 2022-07-18 11:11:13 +08:00
categories.py Add CUB dataset 2022-07-18 11:11:13 +08:00
cifar.py [Refactor] Refactor to use new fileio API in MMEngine. (#1176) 2022-11-21 10:56:35 +08:00
cub.py [Refactor] Refactor to use new fileio API in MMEngine. (#1176) 2022-11-21 10:56:35 +08:00
custom.py [Refactor] Refactor to use new fileio API in MMEngine. (#1176) 2022-11-21 10:56:35 +08:00
dataset_wrappers.py [Refactor] Use `mmengine` instead of `mmcv` and refactor some transforms. (#986) 2022-08-24 15:59:02 +08:00
imagenet.py [Refactor] Refactor dev scripts 2022-07-18 11:11:13 +08:00
inshop.py [Feature] Support RetrieverRecall metric & Add ArcFace config (#1316) 2023-02-14 12:46:21 +08:00
mnist.py [Refactor] Refactor to use new fileio API in MMEngine. (#1176) 2022-11-21 10:56:35 +08:00
multi_label.py [Docs] Refactor API docs. (#958) 2022-08-29 15:35:10 +08:00
multi_task.py [Feature] Support Multi-task. (#1229) 2022-12-30 10:36:00 +08:00
utils.py [Refactor] Refactor to use new fileio API in MMEngine. (#1176) 2022-11-21 10:56:35 +08:00
voc.py [Refactor] Refactor to use new fileio API in MMEngine. (#1176) 2022-11-21 10:56:35 +08:00