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. Jun 13, 2022
  3. Jun 12, 2022
  4. Jun 10, 2022
  5. May 31, 2022
  6. Apr 27, 2022
    • Yuan Liu's avatar
      [Feature]: Add MAE (#1307) · 43b8a1d8
      Yuan Liu authored
      
      * [Fix]: Fix lint
      
      * [WIP]: Add mae seg config
      
      * [Feature]: Add MAE seg
      
      * [Fix]: Fix mae dataset img scale bug
      
      * [Fix]: Fix lint
      
      * [Feature]: Change mae config to mae_segmentation's config
      
      * [Feature]: Add interpolate pe when loading
      
      * [Fix]: Fix pos_embed not used bug
      
      * [Fix]: Fix lint
      
      * [Fix]: Init rel pos embed with zeros
      
      * [Fix]: Fix lint
      
      * [Fix]: Change the type name of backbone to MAE
      
      * [Fix]: Delete ade20k_512x512.py
      
      * [Fix]: Use mmseg provided ade20k.py
      
      * [Fix]: Change 1 sample per gpu to 2 samples per gpu
      
      * [Fix]: Fix conflict
      
      * [Refactor]: Use the TransformerEncoderLayer of  BEiT
      
      * [Feature]: Add UT
      
      * [Fix]: Change the default value of qv bias to False
      
      * [Fix]: Initialize relative pos table with zeros
      
      * [Fix]: Delete redundant code in mae
      
      * [Fix]: Fix lint
      
      * [Fix]: Rename qkv_bias to qv_bias
      
      * [Fix]: Add docstring to weight_init of MAEAttention
      
      * [Refactor]: Delete qv_bias param
      
      * [Fix]: Add reference to fix_init_weight
      
      * [Fix]: Fix lint
      
      * [Fix]: Delete extra crop size
      
      * [Refactor]: Rename mae
      
      * [Fix]: Set bias to True
      
      * [Fix]: Delete redundant params
      
      * [Fix]: Fix lint
      
      * [Fix]: Fix UT
      
      * [Fix]: Add resize abs pos embed
      
      * [Fix]: Fix UT
      
      * [Refactor]: Use build layer
      
      * [Fix]: Add licsense and fix docstring
      
      * [Fix]: Fix docstring
      
      * [Feature]: Add README metafile
      
      * [Fix]: Change 640 to 512
      
      * [Fix]: Fix README
      
      * fix readme of MAE
      
      Co-authored-by: default avatarMengzhangLI <mcmong@pku.edu.cn>
      43b8a1d8
  7. Mar 30, 2022
    • FangjianLin's avatar
      [Feature] Add BEiT backbone (#1404) · d1b8eae3
      FangjianLin authored
      * [Feature] Add BEiT backbone
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * add readme
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * add link
      
      * fix memory
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix test_beit.py
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      d1b8eae3
Loading