Skip to content
Snippets Groups Projects
  1. Dec 05, 2022
    • 谢昕辰's avatar
      [Feature] Support Mask2former in MMSeg 1.x (#2255) · 163277bf
      谢昕辰 authored
      
      * init commits
      
      * fix crop size
      
      * add seg_data2instance_data method
      
      * add ut and update requirement
      
      * update configs and readme
      
      * add model-indel
      
      * update optional requirements
      
      * fix results
      
      * fix lint error
      
      * update results
      
      * update results
      
      * remove mmdet from requirements/optional.txt
      
      * use try import and update README
      
      * add docstring to overwrtied method
      
      * minor change
      
      Co-authored-by: default avatarMengzhangLI <mcmong@pku.edu.cn>
      163277bf
  2. Dec 01, 2022
    • MengzhangLI's avatar
      [Feature] Support MaskFormer(NeurIPS'2021) in MMSeg 1.x (#2215) · 933e4d3c
      MengzhangLI authored
      * [Feature] Support MaskFormer(NeurIPS'2021) in MMSeg 1.x
      
      * add mmdet try except logic
      
      * refactor config files
      
      * add readme
      
      * fix config
      
      * update models & logs
      
      * add MMDET installation and fix info
      
      * fix comments
      
      * fix
      
      * fix config norm optimizer setting
      
      * update models & logs & unittest
      
      * add docstring of MaskFormerHead
      
      * wait for mmdet 3.0.0rc4
      
      * replace seg_mask with seg_logits & add docstring for batch_input_shape
      
      * use mmdet3.0.0rc4
      
      * fix readme and modify config comments
      
      * add mmdet installation in pr_stage_test.yml
      
      * update mmcv version in pr_stage_test.yml
      
      * add mmdet in build_cpu of pr_stage_test.yml
      
      * modify mmdet& mmcv installation in merge_stage_test.yml
      
      * fix typo
      
      * update test.yml
      
      * update test.yml
      933e4d3c
  3. Oct 27, 2022
  4. Oct 19, 2022
  5. Oct 18, 2022
  6. Oct 14, 2022
  7. Sep 14, 2022
  8. Aug 30, 2022
  9. Aug 29, 2022
  10. Aug 26, 2022
  11. Aug 19, 2022
  12. Aug 09, 2022
  13. Aug 04, 2022
  14. Aug 01, 2022
  15. Jul 14, 2022
  16. Jul 07, 2022
  17. Jul 06, 2022
  18. Jul 05, 2022
  19. Jun 27, 2022
  20. Jun 20, 2022
  21. Jun 19, 2022
  22. Jun 16, 2022
  23. Jun 13, 2022
  24. Jun 12, 2022
  25. Jun 10, 2022
  26. Jun 08, 2022
  27. May 31, 2022
  28. May 27, 2022
  29. May 25, 2022
  30. May 05, 2022
  31. May 01, 2022
  32. 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
Loading