- Aug 26, 2022
-
-
谢昕辰 authored
* rename ann configs * update ann yml * update * update * update * update * update * update ann readme * update * update deeplabv3 * update readme * fix yml * fix beit
-
- Apr 05, 2022
-
-
MengzhangLI authored
* [Feature] Provide URLs of Swin Transformer pretrained models * [Feature] Add multi machine `dist_train`. (#1383) * Add training startup documentation * fix * fix * fix * fix * fix * fix * fix * fix * fix * delete pretrained=None in all six config files * [Fix] make arguments effective in tools/confusion_matrix.py (#1401) * add an argument for customizing `title' of the output figure * fix `color_theme' arguments not passing to plot function Signed-off-by:
code14 <mob5566@gmail.com> * colab notebook: fix outdated link for doc (#1392) * colab notebook: fix outdated link for doc Fixed outdated link for how to customize your datasets by reorganizing data. * fix lint * fix typo (#1405) * [Fix] Fix windows-style path in `md2yml.py` in Windows pre-commit. (#1407) * test * avoid windows path * [Fix] fix the config name style description (#1414) Co-authored-by:
FangjianLin <93248678+linfangjian01@users.noreply.github.com> Co-authored-by:
Cody Wong <mob5566@gmail.com> Co-authored-by:
Nemo Xiong <xiongnemo@126.com> Co-authored-by:
Xiangxu-0103 <xuxiang0103@gmail.com> Co-authored-by:
Rockey <41846794+RockeyCoss@users.noreply.github.com>
-
- Aug 25, 2021
-
-
谢昕辰 authored
* delete convert function and add instruction to README.md * unified model convert and README * remove url * fix import error * fix unittest * rename pretrain * rename vit and deit pretrain * Update upernet_deit-b16_512x512_160k_ade20k.py * Update upernet_deit-b16_512x512_80k_ade20k.py * Update upernet_deit-b16_ln_mln_512x512_160k_ade20k.py * Update upernet_deit-b16_mln_512x512_160k_ade20k.py * Update upernet_deit-s16_512x512_160k_ade20k.py * Update upernet_deit-s16_512x512_80k_ade20k.py * Update upernet_deit-s16_ln_mln_512x512_160k_ade20k.py * Update upernet_deit-s16_mln_512x512_160k_ade20k.py Co-authored-by:
Jiarui XU <xvjiarui0826@gmail.com> Co-authored-by:
Junjun2016 <hejunjun@sjtu.edu.cn>
-
- Jul 01, 2021
-
-
Ze Liu authored
* add Swin Transformer * add Swin Transformer * fixed import * Add some swin training settings. * Fix some filename error. * Fix attribute name: pretrain -> pretrained * Upload mmcls implementation of swin transformer. * Refactor Swin Transformer to follow mmcls style. * Refactor init_weigths of swin_transformer.py * Fix lint * Match inference precision * Add some comments * Add swin_convert to load official style ckpt * Remove arg: auto_pad * 1. Complete comments for each block; 2. Correct weight convert function; 3. Fix the pad of Patch Merging; * Clean function args. * Fix vit unit test. * 1. Add swin transformer unit tests; 2. Fix some pad bug; 3. Modify config to adapt new swin implementation; * Modify config arg * Update readme.md of swin * Fix config arg error and Add some swin benchmark msg. * Add MeM and ms test content for readme.md of swin transformer. * Fix doc string of swin module * 1. Register swin transformer to model list; 2. Modify pth url which keep meta attribute; * Update swin.py * Merge config settings. * Modify config style. * Update README.md Add ViT link * Modify main readme.md Co-authored-by:
Jiarui XU <xvjiarui0826@gmail.com> Co-authored-by:
sennnnn <201730271412@mail.scut.edu.cn> Co-authored-by:
Junjun2016 <hejunjun@sjtu.edu.cn>
-