Skip to content
Snippets Groups Projects
  1. Aug 26, 2022
    • 谢昕辰's avatar
      [Refactor] Update config names (#1964) · a3a144a3
      谢昕辰 authored
      * rename ann configs
      
      * update ann yml
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update ann readme
      
      * update
      
      * update deeplabv3
      
      * update readme
      
      * fix yml
      
      * fix beit
      a3a144a3
  2. Apr 05, 2022
  3. Aug 25, 2021
    • 谢昕辰's avatar
      [Enhancement] Delete convert function and add instruction to ViT/Swin README.md (#791) · 119bbd83
      谢昕辰 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: default avatarJiarui XU <xvjiarui0826@gmail.com>
      Co-authored-by: default avatarJunjun2016 <hejunjun@sjtu.edu.cn>
      119bbd83
  4. Jul 01, 2021
    • Ze Liu's avatar
      [WIP] Add Swin Transformer (#511) · 214d083c
      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: default avatarJiarui XU <xvjiarui0826@gmail.com>
      Co-authored-by: default avatarsennnnn <201730271412@mail.scut.edu.cn>
      Co-authored-by: default avatarJunjun2016 <hejunjun@sjtu.edu.cn>
      214d083c
Loading