Ezra-Yu
34a05f969f
[DOC] Update Readme ( #1442 )
...
* upodate README
* fix typo
2023-03-29 18:56:12 +08:00
Ma Zerun
0d8f918eaa
Bump version to v1.0.0rc5. ( #1286 )
2022-12-30 17:32:04 +08:00
Wangbo Zhao(黑色枷锁)
14dcb69092
[Feature] Add mixmim backbone with checkpoints. ( #1224 )
...
* add mixmim backbone
* add mixmim inference
* add docstring, metafile, test and modify readme
* Update README and metafile
Co-authored-by: mzr1996 <mzr1996@163.com>
2022-12-20 16:52:54 +08:00
takuoko
2535c1ecd7
[Feature] Support EVA. ( #1239 )
...
* add eva
* add eva
* add eva
* sklearn -> scikit-learn
* add large
* Update model names and links.
* Fix resize pos embed error when loading fp16 weight.
* Remove verbose configs.
Co-authored-by: mzr1996 <mzr1996@163.com>
2022-12-14 13:21:33 +08:00
Ma Zerun
12eca5b94a
Bump version to v1.0.0rc4. ( #1243 )
...
* Bump version to v1.0.0rc4
* Update according to comments
2022-12-06 18:00:01 +08:00
Yixiao Fang
d80ec5a4b8
[Refactor] Refactor BEiT backbone and support v1/v2 inference. ( #1144 )
...
* refactor beit backbone
* use LinearClsHead
* fix mean and std value
* fix lint
* support inference if beit-v2
* update encoder layer and init
* update
* add ut
* add prepare_relative_position_bias_table function
* add cls_token
* fix lint
* add pos_embed check
* update metafile and readme
* update weights link
* update link of weights
* update metafile
* update
* update docstrings
* update according to review
* rename readme
* update docstring
* fix lint
2022-11-29 12:56:33 +08:00
Ma Zerun
13ff394985
Bump version to v1.0.0rc3. ( #1211 )
...
* Bump version to v1.0.0rc3
* Update pre-commit hook
2022-11-21 18:21:48 +08:00
Jiahao Wang
72c6bc4864
[Feature] Support RepLKnet backbone. ( #1129 )
...
* update replknet configs
* update replknet test
* update replknet model
* update replknet model
* update replknet model
* update replknet model
* Fix docs and config names
Co-authored-by: mzr1996 <mzr1996@163.com>
2022-11-21 10:18:58 +08:00
takuoko
c4f3883a22
[Feature] Support DaViT. ( #1105 )
...
* add davit
* fix mixup config
* convert scripts
* lint
* test
* test
* Add checkpoint links.
Co-authored-by: mzr1996 <mzr1996@163.com>
2022-11-16 17:23:55 +08:00
takuoko
d05cbbcf9b
[Feature] Support HorNet Backbone for dev1.x. ( #1094 )
...
* add hornet
* add hornet
* fix mixup config
* add optim cfgs
Co-authored-by: Ezra-Yu <18586273+Ezra-Yu@users.noreply.github.com>
2022-11-04 15:33:46 +08:00
kitecats
ef512c98d0
[Docs] Add MMEval projects link in README. ( #1162 )
...
* Update README.md
* Update README_zh-CN.md
2022-11-04 10:41:58 +08:00
kitecats
cccbedf22d
[Docs] Add MMYOLO projects link in MMCLS1.x ( #1117 )
...
* Fix for MMCLS1.x not being able to get classes information in checkpoint during inference
Let MMCLS1.x get classes information from checkpoint during inference instead of using imagenet classes initialization
* Update inference.py
* Update README.md
* Update README_zh-CN.md
2022-10-21 16:25:20 +08:00
Hubert
bcca619066
[Feature] Support MobileViT backbone. ( #1068 )
...
* init
* fix
* add config
* add meta
* add unittest
* fix for comments
* Imporvee docstring and support custom arch.
* Update README
* Update windows CI
Co-authored-by: mzr1996 <mzr1996@163.com>
2022-10-18 17:05:59 +08:00
Ma Zerun
31c67ffed4
Bump version to v1.0.0rc2. ( #1084 )
2022-10-12 16:52:31 +08:00
takuoko
a49c3076e1
[Feature] Support DeiT3. ( #1065 )
...
* deit3
deit3
lint
* add tools and test
* deit3
* deit3
* fix preprocess
* lint
* Update config names and checkpoint paths
* Update convert tools to use mmengine, and fix docstring.
Co-authored-by: mzr1996 <mzr1996@163.com>
2022-10-10 14:54:20 +08:00
Ma Zerun
7237a646e8
Bump version to v1.0.0rc1 ( #1066 )
2022-09-30 17:35:44 +08:00
Ma Zerun
034683cfcd
[Feature] Support MViT for MMCLS 1.x ( #1023 )
...
* [Feature] Support MViT for MMCLS 1.x
* Add unit tests
* Update documentation
2022-09-22 09:23:49 +08:00
Songyang Zhang
81f10ccbb7
[Feature] Support EdgeNeXt for dev-1.x. ( #1037 )
...
* [Feature] add EdgeNeXt for dev-1.x
* [Feature] add update
* Imporve EdgeNeXt
* Fix div error in low pytorch version
Co-authored-by: mzr1996 <mzr1996@163.com>
2022-09-21 13:27:04 +08:00
Hubert
e4e8047563
[Feature] Support Swin Transformer V2 for MMCLS 1.x. ( #1029 )
...
* [Feature] support swin v2 in mmcls 1.x
* fix configs
* fix clamp max
* Fix meshgrid
* Imporve swin v2
Co-authored-by: mzr1996 <mzr1996@163.com>
2022-09-20 15:45:27 +08:00
Ezra-Yu
aaf127c5e1
[Feature] Add efficientformer Backbone for MMCls 1.x. ( #1031 )
...
* rebase
* update filename
* update URL
* update UT
* fix lint
* update head
* add efficientformer
* update filename
* update UT
* fix lint
* update configs
* rebase
* fix unit tests
* Fix comments and docs.
Co-authored-by: mzr1996 <mzr1996@163.com>
2022-09-20 14:56:45 +08:00
Ezra-Yu
f1d2f50c21
[Feature] Add MobileOne Backbone For MMCls 1.x. ( #1030 )
...
* add mobileOne
* add train cfg
* update cfgs
* update URL
* update configs
* update inceptionv3 metafile
* add configs
* fix lint
* update checkpoint urls
* Update configs
* Update README
Co-authored-by: mzr1996 <mzr1996@163.com>
2022-09-16 11:55:10 +08:00
Ma Zerun
85b1eae7f1
Bump to v1.0.0rc0 ( #1007 )
...
* Update docs.
* Update requirements.
* Update config readme and docstring.
* Update CONTRIBUTING.md
* Update README
* Update requirements/mminstall.txt
Co-authored-by: Yifei Yang <2744335995@qq.com>
* Update MMEngine docs link and add to readthedocs requirement.
Co-authored-by: Yifei Yang <2744335995@qq.com>
2022-08-31 23:57:51 +08:00
Ma Zerun
824fbcbaae
[Refactor] Use mdformat instead of markdownlint to format markdown. ( #844 )
...
* [Refactor] Use mdformat instead of markdownlint to format markdown.
* Update unavailiable api links in tutorials
* Update CONTRIBUTING.md
* Use mdformat==0.7.9 to support Python 3.6
2022-06-02 15:22:01 +08:00
Timothy Lim
73c056b79f
[Docs] Fix wrong link in README. ( #835 )
...
* Update README.md
fix regnet link
* Update README_zh-CN.md
fix regnet link
2022-05-13 11:39:50 +08:00
Ma Zerun
7c5ddb1e5b
Bump version to v0.23.0 ( #809 )
2022-05-01 21:58:33 +08:00
takuoko
df6edd7f5a
[Feature] Support VAN. ( #739 )
...
* add van
* fix config
* add metafile
* add test
* model convert script
* fix review
* fix lint
* fix the configs and improve docs
* rm debug lines
* add VAN into api
Co-authored-by: Yu Zhaohui <1105212286@qq.com>
2022-04-28 09:35:17 +08:00
Ma Zerun
eda75d12ec
Bump version to v0.22.1 ( #785 )
2022-04-15 20:08:39 +08:00
Ma Zerun
2e7f99946b
Bump version to v0.22.0. ( #756 )
2022-03-31 01:36:53 +08:00
Hubert
34dd3288ce
[Docs] Add brief installation steps in README for copy&paste. ( #755 )
...
* [Docs] Add breif installation code for copy&paste.
* minor fix
2022-03-30 19:16:45 +08:00
Ezra-Yu
292127098f
[Feature] Add CSPNet and backbone and checkpoints ( #735 )
...
* add cspnet backbone
* try
* add backbones
* add cspnet
* add acc
* add unit tests
* chnage mode
* Update checkpoint path
* Fix typo
* Imporve CSPNet
* Update checkpoints
Co-authored-by: mzr1996 <mzr1996@163.com>
2022-03-30 15:29:35 +08:00
Hubert
04cb42a768
[Feature] Support ConvMixer. ( #716 )
...
* basic support for ConvMixer
* simplify
* add data pipeine config for timm
* Add model readme and metafile
* add unittest for convmixer
* add copyright
* modify
* add tests
* update model
* add conv2dAdaptivePadding replacement
* update model index
* fix comments
* Update checkpoint path
Co-authored-by: mzr1996 <mzr1996@163.com>
2022-03-23 15:23:57 +08:00
Ma Zerun
bc781ac3cd
Bump version to v0.21.0 ( #722 )
...
* Bump version to v0.21.0
* Update by comment
2022-03-04 16:12:25 +08:00
Ma Zerun
dd45491d14
[Docs] Add MMRotate in README. ( #717 )
2022-03-02 18:57:12 +08:00
mzr1996
e0edffb353
Merge branch 'dev'
2022-01-31 12:00:17 +08:00
Ma Zerun
fb6d6f18d9
Bump version to v0.20.0 ( #679 )
...
* Bump version to v0.20.0
* Improve according to comments
2022-01-31 11:51:49 +08:00
Ma Zerun
5de480ea9e
[Feature] Support HRNet and add pre-trained models ( #660 )
...
* Support HRNet
* Add HRNet configs
* Fix a bug in backward
* Add configs and update docs.
* Not use bias in conv before batch norm
* Defaults to use `norm_eval=False`
* Add unit tests and support out_channels in HRFuseScales
* Update checkpoint path
* Update docstring.
* Remove incorrect files
* Improve according to comments
2022-01-28 10:54:14 +08:00
Ma Zerun
dc456a0c2c
[Feature] Support ConvNeXt ( #670 )
...
* Support ConvNeXt
* Add configs of ConvNeXt
* Update dev scripts
* Update docs.
* Use new style README
* Add unit tests.
* Update README
* Imporve according to comments
* Modify refers to timm.
* Imporve according to comments
2022-01-28 10:36:45 +08:00
Ma Zerun
611a3fb309
[Docs] Update README.md ( #655 )
...
* Update README.md
* Update README_zh-CN.md
* Update README
2022-01-22 10:36:39 +08:00
Ma Zerun
5232965b17
[Docs] Update install guide and README ( #624 )
...
* Update install guide
* Add new repos in README and use readthedocs link preferentially.
* Add MMRazor
* Improve README
* Imporve docs
* Imporve docs
2022-01-04 11:38:05 +08:00
Ma Zerun
7dfc9e4a85
Bump version to v0.19.0 ( #623 )
2021-12-31 12:55:47 +08:00
Ma Zerun
6f25bebe42
[Docs] Update docs. ( #600 )
...
* [Docs] The template provides united Docs and OpenMMLab drop-lists in
banner. Remove them from our `conf.py`.
* Move docs of different languages to the same folder
2021-12-15 10:34:34 +08:00
Ma Zerun
f2c1c57398
[Docs] Fix docs build dependency. ( #584 )
...
* Fix docs.
* Add MMHuman3D
2021-12-07 11:16:33 +08:00
Ma Zerun
f6076bfeca
Bump version to v0.18.0 ( #569 )
...
* Bump version to v0.18.0
* Add highlight of previous version in readme
* Imporve docs
2021-11-30 19:04:38 +08:00
mzr1996
6e69f91328
[Docs] Add MMFewshot in README and banner.
2021-11-29 19:00:51 +08:00
Ma Zerun
598ecd4008
[Docs] Add mmflow and mim in banner and readme ( #543 )
2021-11-19 11:33:17 +08:00
Ezra-Yu
771d10548c
[Docs] Add schedule and runtime tutorial docs ( #499 )
...
* add cn tutorials/config.md
* add heads api and doc title link
* Update tutorials index
* Update tutorials index
* Update config.md
* add english version
* Update config.md
* add custom_runtime
* Update docs
* modify title
* modify en to zh_CN in chinses docs
* Update Readme
* fix punctuations
* Update docs/tutorials/customize_runtime.md
Co-authored-by: Ma Zerun <mzr1996@163.com>
* Update docs/tutorials/customize_runtime.md
Co-authored-by: Ma Zerun <mzr1996@163.com>
* split to schedule and runtime
* fix lint
* improve docs after review
* fix TOC
* imporve expersion
* fix an error
* Imporve schedule.md
* Improve runtime.md
* Improve chinese docs.
* Fix toc-tree
* fix en link and add a case of gradient clipping
* fix wrong word
Co-authored-by: Ma Zerun <mzr1996@163.com>
2021-11-17 18:12:54 +08:00
Ma Zerun
72cffac7b5
Bump version to v0.17.0 ( #503 )
2021-10-29 14:04:03 +08:00
Ma Zerun
303855998a
Bump version to v0.16.0. ( #471 )
...
* Bump version to v0.16.0.
* Fix link
* Imporve changelog
* Add RepVGG models in modelzoo.
2021-09-30 13:12:19 +08:00
Ma Zerun
8b7d38b243
[Docs] Update `getting_started.md` and `install.md` and rewrite `finetune.md` ( #466 )
...
* Disable auto line-wrap in docs.
* Add model_zoo.md and CONTRIBUTING.md in docs.
* Revise getting_started.md and install.md
* Rewrite finetune.md
* Fix typo
* Imporve `finetune.md`
* Fix `GitHub` link
* Fix a small typo.
2021-09-28 18:05:50 +08:00
Ma Zerun
a41cb2fa93
Bump version to v0.15.0 ( #426 )
2021-08-31 14:33:32 +08:00