Skip to content
Snippets Groups Projects
  1. Feb 27, 2022
    • MengzhangLI's avatar
      [Feature] Support kenerl updation for some decoder heads. (#1299) · 2717ee62
      MengzhangLI authored
      * [Feature] Add kenerl updation for some decoder heads.
      
      * [Feature] Add kenerl updation for some decoder heads.
      
      * directly use forward_feature && modify other 3 decoder heads
      
      * remover kernel_update attr
      
      * delete unnecessary variables in forward function
      
      * delete kernel update function
      
      * delete kernel update function
      
      * delete unnecessary docstrings
      
      * modify comments in self._forward_feature()
      
      * modify docstrings in self._forward_feature()
      
      * fix docstring
      
      * modify uperhead
      2717ee62
  2. Feb 25, 2022
  3. Feb 23, 2022
  4. Feb 22, 2022
    • MengzhangLI's avatar
      [Enhancement] Add win-ci (#1296) · bcd0c89e
      MengzhangLI authored
      * [Enhancement] Add win-ci
      
      * add timm in win unittest
      
      * remove mmflow with mmseg in win unittest
      
      * remove opencv-python in requirements
      
      * add opencv2 back
      
      * move opencv installation into build.yml
      bcd0c89e
  5. Feb 21, 2022
  6. Feb 17, 2022
    • MengzhangLI's avatar
    • Waterman0524's avatar
      [Feature] Support iSAID aerial dataset. (#1115) · a93423e1
      Waterman0524 authored
      
      * support iSAID aerial dataset
      
      * Update and rename docs/dataset_prepare.md to 博士/dataset_prepare.md
      
      * Update dataset_prepare.md
      
      * fix typo
      
      * fix typo
      
      * fix typo
      
      * remove imgviz
      
      * fix wrong order in annotation name
      
      * upload models&logs
      
      * upload models&logs
      
      * add load_annotations
      
      * fix unittest coverage
      
      * fix unittest coverage
      
      * fix correct crop size in config
      
      * fix iSAID unit test
      
      * fix iSAID unit test
      
      * fix typos
      
      * fix wrong crop size in readme
      
      * use smaller figure as test data
      
      * add smaller dataset in test data
      
      * add blank in docs
      
      * use 0 bytes pseudo data
      
      * add footnote and comments for crop size
      
      * change iSAID to isaid and add default value in it
      
      * change iSAID to isaid in _base_
      
      Co-authored-by: default avatarMengzhangLI <mcmong@pku.edu.cn>
      a93423e1
    • Rockey's avatar
      [Fix] Fix the bug that setr cannot load pretrain (#1293) · 66dec528
      Rockey authored
      * [Fix] Fix the bug that setr cannot load pretrain
      
      * delete new pretrain
      66dec528
  7. Feb 16, 2022
  8. Feb 15, 2022
  9. Feb 14, 2022
  10. Feb 11, 2022
  11. Feb 10, 2022
  12. Feb 09, 2022
  13. Feb 08, 2022
  14. Feb 07, 2022
    • Range King's avatar
      [Docs] Fix typo (#1263) · 8a33102d
      Range King authored
      1. Fix img path typo in `useful_tools.md`, `zh_cn/model_zoo.md`, and `zh_cn/train.md`
      2. Add missing content in `zh_cn/useful_tools.md` to to match `en/useful_tools.md`
      8a33102d
  15. Jan 29, 2022
    • MengzhangLI's avatar
      Bump v0.21.0 (#1258) · a83f715b
      MengzhangLI authored
      * change version to v0.21.0
      
      * change version to v0.21.0
      
      * change version to v0.21.0
      
      * change version to v0.21.0
      a83f715b
  16. Jan 28, 2022
  17. Jan 27, 2022
  18. Jan 26, 2022
    • rstrudel's avatar
      [Feature] Support Segmenter (#955) · ee47c417
      rstrudel authored
      
      * segmenter: add model
      
      * update
      
      * readme: update
      
      * config: update
      
      * segmenter: update readme
      
      * segmenter: update
      
      * segmenter: update
      
      * segmenter: update
      
      * configs: set checkpoint path to pretrain folder
      
      * segmenter: modify vit-s/lin, remove data config
      
      * rreadme: update
      
      * configs: transfer from _base_ to segmenter
      
      * configs: add 8x1 suffix
      
      * configs: remove redundant lines
      
      * configs: cleanup
      
      * first attempt
      
      * swipe CI error
      
      * Update mmseg/models/decode_heads/__init__.py
      
      Co-authored-by: default avatarJunjun2016 <hejunjun@sjtu.edu.cn>
      
      * segmenter_linear: use fcn backbone
      
      * segmenter_mask: update
      
      * models: add segmenter vit
      
      * decoders: yapf+remove unused imports
      
      * apply precommit
      
      * segmenter/linear_head: fix
      
      * segmenter/linear_header: fix
      
      * segmenter: fix mask transformer
      
      * fix error
      
      * segmenter/mask_head: use trunc_normal init
      
      * refactor segmenter head
      
      * Fetch upstream (#1)
      
      * [Feature] Change options to cfg-option (#1129)
      
      * [Feature] Change option to cfg-option
      
      * add expire date and fix the docs
      
      * modify docstring
      
      * [Fix] Add <!-- [ABSTRACT] --> in metafile #1127
      
      * [Fix] Fix correct num_classes of HRNet in LoveDA dataset #1136
      
      * Bump to v0.20.1 (#1138)
      
      * bump version 0.20.1
      
      * bump version 0.20.1
      
      * [Fix] revise --option to --options #1140
      
      Co-authored-by: default avatarRockey <41846794+RockeyCoss@users.noreply.github.com>
      Co-authored-by: default avatarMengzhangLI <mcmong@pku.edu.cn>
      
      * decode_head: switch from linear to fcn
      
      * fix init list formatting
      
      * configs: remove variants, keep only vit-s on ade
      
      * align inference metric of vit-s-mask
      
      * configs: add vit t/b/l
      
      * Update mmseg/models/decode_heads/segmenter_mask_head.py
      
      Co-authored-by: default avatarMiao Zheng <76149310+MeowZheng@users.noreply.github.com>
      
      * Update mmseg/models/decode_heads/segmenter_mask_head.py
      
      Co-authored-by: default avatarMiao Zheng <76149310+MeowZheng@users.noreply.github.com>
      
      * Update mmseg/models/decode_heads/segmenter_mask_head.py
      
      Co-authored-by: default avatarMiao Zheng <76149310+MeowZheng@users.noreply.github.com>
      
      * Update mmseg/models/decode_heads/segmenter_mask_head.py
      
      Co-authored-by: default avatarMiao Zheng <76149310+MeowZheng@users.noreply.github.com>
      
      * Update mmseg/models/decode_heads/segmenter_mask_head.py
      
      Co-authored-by: default avatarMiao Zheng <76149310+MeowZheng@users.noreply.github.com>
      
      * model_converters: use torch instead of einops
      
      * setup: remove einops
      
      * segmenter_mask: fix missing imports
      
      * add necessary imported init funtion
      
      * segmenter/seg-l: set resolution to 640
      
      * segmenter/seg-l: fix test size
      
      * fix vitjax2mmseg
      
      * add README and unittest
      
      * fix unittest
      
      * add docstring
      
      * refactor config and add pretrained link
      
      * fix typo
      
      * add paper name in readme
      
      * change segmenter config names
      
      * fix typo in readme
      
      * fix typos in readme
      
      * fix segmenter typo
      
      * fix segmenter typo
      
      * delete redundant comma in config files
      
      * delete redundant comma in config files
      
      * fix convert script
      
      * update lateset master version
      
      Co-authored-by: default avatarMengzhangLI <mcmong@pku.edu.cn>
      Co-authored-by: default avatarJunjun2016 <hejunjun@sjtu.edu.cn>
      Co-authored-by: default avatarRockey <41846794+RockeyCoss@users.noreply.github.com>
      Co-authored-by: default avatarMiao Zheng <76149310+MeowZheng@users.noreply.github.com>
      ee47c417
  19. Jan 25, 2022
  20. Jan 24, 2022
  21. Jan 23, 2022
  22. Jan 22, 2022
  23. Jan 18, 2022
Loading