[Docs] Add algorithm readme and update meta yml (#418)

* Add README.md for models without checkpoints.

* Update model-index.yml

* Update metafile.yml of seresnet
pull/425/head
Ma Zerun 2021-08-24 17:46:46 +08:00 committed by GitHub
parent 0184527bd4
commit a9d65271ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 51 additions and 3 deletions

View File

@ -0,0 +1,16 @@
# ResNeSt: Split-Attention Networks
## Introduction
<!-- [ALGORITHM] -->
```latex
@misc{zhang2020resnest,
title={ResNeSt: Split-Attention Networks},
author={Hang Zhang and Chongruo Wu and Zhongyue Zhang and Yi Zhu and Haibin Lin and Zhi Zhang and Yue Sun and Tong He and Jonas Mueller and R. Manmatha and Mu Li and Alexander Smola},
year={2020},
eprint={2004.08955},
archivePrefix={arXiv},
primaryClass={cs.CV}
}
```

View File

@ -26,7 +26,7 @@ Models:
Top 5 Accuracy: 93.84 Top 5 Accuracy: 93.84
Task: Image Classification Task: Image Classification
Weights: https://download.openmmlab.com/mmclassification/v0/se-resnet/se-resnet50_batch256_imagenet_20200804-ae206104.pth Weights: https://download.openmmlab.com/mmclassification/v0/se-resnet/se-resnet50_batch256_imagenet_20200804-ae206104.pth
Config: configs/seresnet50/seresnet50_b32x8_imagenet.py Config: configs/seresnet/seresnet50_b32x8_imagenet.py
- Name: seresnet101_b32x8_imagenet - Name: seresnet101_b32x8_imagenet
Metadata: Metadata:
FLOPs: 7860000000 FLOPs: 7860000000
@ -39,4 +39,4 @@ Models:
Top 5 Accuracy: 94.07 Top 5 Accuracy: 94.07
Task: Image Classification Task: Image Classification
Weights: https://download.openmmlab.com/mmclassification/v0/se-resnet/se-resnet101_batch256_imagenet_20200804-ba5b51d4.pth Weights: https://download.openmmlab.com/mmclassification/v0/se-resnet/se-resnet101_batch256_imagenet_20200804-ba5b51d4.pth
Config: configs/seresnet101/seresnet101_b32x8_imagenet.py Config: configs/seresnet/seresnet101_b32x8_imagenet.py

View File

@ -0,0 +1,16 @@
# Transformer in Transformer
## Introduction
<!-- [ALGORITHM] -->
```latex
@misc{han2021transformer,
title={Transformer in Transformer},
author={Kai Han and An Xiao and Enhua Wu and Jianyuan Guo and Chunjing Xu and Yunhe Wang},
year={2021},
eprint={2103.00112},
archivePrefix={arXiv},
primaryClass={cs.CV}
}
```

View File

@ -0,0 +1,16 @@
# An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale
## Introduction
[ALGORITHM]
```latex
@inproceedings{
dosovitskiy2021an,
title={An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale},
author={Alexey Dosovitskiy and Lucas Beyer and Alexander Kolesnikov and Dirk Weissenborn and Xiaohua Zhai and Thomas Unterthiner and Mostafa Dehghani and Matthias Minderer and Georg Heigold and Sylvain Gelly and Jakob Uszkoreit and Neil Houlsby},
booktitle={International Conference on Learning Representations},
year={2021},
url={https://openreview.net/forum?id=YicbFdNTTy}
}
```

View File

@ -4,7 +4,7 @@ Import:
- configs/resnet/metafile.yml - configs/resnet/metafile.yml
- configs/resnext/metafile.yml - configs/resnext/metafile.yml
- configs/seresnet/metafile.yml - configs/seresnet/metafile.yml
- configs/seresnext/metafile.yml
- configs/shufflenet_v1/metafile.yml - configs/shufflenet_v1/metafile.yml
- configs/shufflenet_v2/metafile.yml - configs/shufflenet_v2/metafile.yml
- configs/swin_transformer/metafile.yml
- configs/vgg/metafile.yml - configs/vgg/metafile.yml