mmclassification/tools/model_converters
Rongjie Li 5b266d9e7c
[Feature] Add clip backbone. (#1258)
* clip backbone added

* passed precommit

* update readme

* update according to PR review

* add missing file

* add unittest

* refine metafile

* refine metafile and readme for readdocs

* refine metafile

* refine metafile

* Update metafile

Co-authored-by: mzr1996 <mzr1996@163.com>
2022-12-22 16:33:57 +08:00
..
clip_to_mmcls.py [Feature] Add clip backbone. (#1258) 2022-12-22 16:33:57 +08:00
convnext_to_mmcls.py [Enhance] Support ConvNeXt More Weights. (#1240) 2022-12-19 17:17:57 +08:00
davit_to_mmcls.py [Feature] Support DaViT. (#1105) 2022-11-16 17:23:55 +08:00
deit3_to_mmcls.py
edgenext_to_mmcls.py
efficientnet_to_mmcls.py [Feature] EfficientNets NoisyStudent & L2. (#1122) 2022-11-21 16:57:13 +08:00
eva_to_mmcls.py [Feature] Support EVA. (#1239) 2022-12-14 13:21:33 +08:00
hornet2mmcls.py
mixmimx_to_mmcls.py [Feature] Add mixmim backbone with checkpoints. (#1224) 2022-12-20 16:52:54 +08:00
mlpmixer_to_mmcls.py
mobilenetv2_to_mmcls.py
publish_model.py
reparameterize_model.py [Bug] Fix `reparameterize_model.py` doesn't save meta info. (#1221) 2022-12-06 17:06:31 +08:00
replknet_to_mmcls.py [Feature] Support RepLKnet backbone. (#1129) 2022-11-21 10:18:58 +08:00
repvgg_to_mmcls.py
revvit_to_mmcls.py [Feature] Implementation of RevViT. (#1127) 2022-12-14 11:46:39 +08:00
shufflenetv2_to_mmcls.py
tinyvit_to_mmcls.py [Feature] Add TinyViT for dev-1.x. (#1042) 2022-12-20 13:04:00 +08:00
torchvision_to_mmcls.py
twins2mmcls.py
van2mmcls.py
vgg_to_mmcls.py