mmpretrain/configs
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
..
_base_ [Feature] Support RetrieverRecall metric & Add ArcFace config (#1316) 2023-02-14 12:46:21 +08:00
arcface [Feature] Support RetrieverRecall metric & Add ArcFace config (#1316) 2023-02-14 12:46:21 +08:00
beit [Refactor] Refactor BEiT backbone and support v1/v2 inference. (#1144) 2022-11-29 12:56:33 +08:00
beitv2 [Refactor] Refactor BEiT backbone and support v1/v2 inference. (#1144) 2022-11-29 12:56:33 +08:00
clip [Feature] Add clip backbone. (#1258) 2022-12-22 16:33:57 +08:00
conformer [Docs] Use relative link to config instead of abs link in README. 2022-09-22 09:59:06 +08:00
convmixer [Docs] Use relative link to config instead of abs link in README. 2022-09-22 09:59:06 +08:00
convnext [Enhance] Support ConvNeXt More Weights. (#1240) 2022-12-19 17:17:57 +08:00
convnext_v2 [Feature] Support ConvNeXt-V2 backbone. (#1294) 2023-01-06 16:13:41 +08:00
cspnet [Docs] Use relative link to config instead of abs link in README. 2022-09-22 09:59:06 +08:00
csra [Feature] Migrate CSRA head to 1.x. (#1177) 2022-11-21 10:39:16 +08:00
davit [Feature] Support DaViT. (#1105) 2022-11-16 17:23:55 +08:00
deit [Improve] Speed up data preprocessor. (#1064) 2022-10-17 17:08:18 +08:00
deit3 [Feature] Support DeiT3. (#1065) 2022-10-10 14:54:20 +08:00
densenet [Docs] Use relative link to config instead of abs link in README. 2022-09-22 09:59:06 +08:00
edgenext
efficientformer [Docs] Use relative link to config instead of abs link in README. 2022-09-22 09:59:06 +08:00
efficientnet Bump version to v1.0.0rc3. (#1211) 2022-11-21 18:21:48 +08:00
efficientnet_v2 [Improve] Remove useless EfficientnetV2 config files. (#1300) 2023-01-06 16:10:59 +08:00
eva [Feature] Support EVA. (#1239) 2022-12-14 13:21:33 +08:00
hornet [Feature] Support HorNet Backbone for dev1.x. (#1094) 2022-11-04 15:33:46 +08:00
hrnet [Docs] Use relative link to config instead of abs link in README. 2022-09-22 09:59:06 +08:00
inception_v3 [Docs] Use relative link to config instead of abs link in README. 2022-09-22 09:59:06 +08:00
lenet Bump version to v1.0.0rc3. (#1211) 2022-11-21 18:21:48 +08:00
levit [Feature] Support LeViT backbone. (#1238) 2023-01-17 17:43:42 +08:00
mixmim [Feature] Add mixmim backbone with checkpoints. (#1224) 2022-12-20 16:52:54 +08:00
mlp_mixer [Docs] Use relative link to config instead of abs link in README. 2022-09-22 09:59:06 +08:00
mobilenet_v2 [Docs] Update MobileNetv2 & MobileNetv3 readme. (#1222) 2022-12-06 11:53:03 +08:00
mobilenet_v3 [Docs] Update MobileNetv2 & MobileNetv3 readme. (#1222) 2022-12-06 11:53:03 +08:00
mobileone [Enhance] Reproduce mobileone training accuracy. (#1191) 2022-11-21 10:43:34 +08:00
mobilevit [Docs] Improve ViT and MobileViT model pages. (#1155) 2022-11-04 14:53:26 +08:00
mvit [Docs] Use relative link to config instead of abs link in README. 2022-09-22 09:59:06 +08:00
poolformer [Docs] Use relative link to config instead of abs link in README. 2022-09-22 09:59:06 +08:00
regnet [Docs] Use relative link to config instead of abs link in README. 2022-09-22 09:59:06 +08:00
replknet [Feature] Support RepLKnet backbone. (#1129) 2022-11-21 10:18:58 +08:00
repmlp [Docs] Use relative link to config instead of abs link in README. 2022-09-22 09:59:06 +08:00
repvgg [Fix] Fix error repvgg-deploy base config path. (#1357) 2023-02-09 11:27:35 +08:00
res2net [Docs] Use relative link to config instead of abs link in README. 2022-09-22 09:59:06 +08:00
resnest
resnet [Docs] Improve the ResNet model page. (#1118) 2022-11-08 11:09:51 +08:00
resnext [Docs] Use relative link to config instead of abs link in README. 2022-09-22 09:59:06 +08:00
revvit [Feature] Implementation of RevViT. (#1127) 2022-12-14 11:46:39 +08:00
seresnet [Docs] Use relative link to config instead of abs link in README. 2022-09-22 09:59:06 +08:00
shufflenet_v1 [Docs] Use relative link to config instead of abs link in README. 2022-09-22 09:59:06 +08:00
shufflenet_v2 [Docs] Use relative link to config instead of abs link in README. 2022-09-22 09:59:06 +08:00
swin_transformer [Docs] Improve Swin Doc and Add Tabs enxtation. (#1145) 2022-11-04 11:58:39 +08:00
swin_transformer_v2 [Tool] Add metafile fill and validation tools. (#1297) 2023-01-10 10:06:56 +08:00
t2t_vit [Docs] Improve the ResNet model page. (#1118) 2022-11-08 11:09:51 +08:00
tinyvit [Docs] Update TinyViT links. (#1277) 2022-12-20 16:22:31 +08:00
tnt [Docs] Use relative link to config instead of abs link in README. 2022-09-22 09:59:06 +08:00
twins [Docs] Use relative link to config instead of abs link in README. 2022-09-22 09:59:06 +08:00
van [Docs] Use relative link to config instead of abs link in README. 2022-09-22 09:59:06 +08:00
vgg [Docs] Use relative link to config instead of abs link in README. 2022-09-22 09:59:06 +08:00
vig [Feature] Support VIG Backbone. (#1304) 2023-01-17 16:55:56 +08:00
vision_transformer [Docs] Improve ViT and MobileViT model pages. (#1155) 2022-11-04 14:53:26 +08:00
wrn [Docs] Use relative link to config instead of abs link in README. 2022-09-22 09:59:06 +08:00