Skip to content
Snippets Groups Projects
  1. Jul 12, 2022
  2. Jun 27, 2022
  3. Jun 19, 2022
  4. Jun 09, 2022
  5. Apr 28, 2022
  6. Apr 13, 2022
  7. Apr 09, 2022
  8. Apr 05, 2022
  9. 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
  10. Mar 21, 2022
  11. Mar 18, 2022
  12. Mar 14, 2022
    • wangliujun's avatar
      Update get_flops.py (#1371) · 912d109d
      wangliujun authored
      * Update get_flops.py
      
      argparse.ArgumentParser(description='Get the FLOPs of a segmentor')
      
      * Update get_flops.py
      912d109d
  13. Mar 10, 2022
  14. Mar 03, 2022
  15. Feb 25, 2022
  16. Feb 23, 2022
  17. Feb 17, 2022
    • 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
  18. Feb 11, 2022
  19. Feb 08, 2022
  20. Jan 28, 2022
  21. Jan 27, 2022
  22. 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
  23. Jan 22, 2022
  24. Jan 18, 2022
  25. Jan 11, 2022
  26. Dec 15, 2021
  27. Dec 14, 2021
  28. Dec 10, 2021
    • MengzhangLI's avatar
      [Feature] Support STDC Network (new) (#995) · c1e72513
      MengzhangLI authored
      
      * refactor stdc code
      
      * update key
      
      * fix backbone inference
      
      * remove comments
      
      * fixing errors
      
      * fixing version conflict
      
      * fux typo
      
      * use STDCHead
      
      * upload models&logs
      
      * adding model converters script and fix unittest
      
      * fix error
      
      * fix error
      
      * fix error
      
      * delete redundant keys in config
      
      * fix errors in configs and unittest
      
      * fix errors in configs and unittest
      
      * fix errors in configs and unittest
      
      * change Memory name
      
      * refactor stdc2mmseg
      
      * change name to STDC
      
      * refactor stdc
      
      * refactor stdc
      
      * stdc refactor
      
      * stdc refactor
      
      * stdc refactor
      
      * stdc refactor
      
      * stdc refactor
      
      * stdc refactor
      
      * refactor stdc
      
      * stdc refactor
      
      Co-authored-by: default avatarxiexinch <xinchen.xie@qq.com>
      c1e72513
  29. Dec 09, 2021
    • Lxinyang's avatar
      [Feature] Support Twins (NeurIPS2021) (#989) · cd246e36
      Lxinyang authored
      
      * debug
      
      * debug
      
      * debug
      
      * this is a debug step, and needs to be recovered
      
      * need recover
      
      * git
      
      * debug
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * debug need recover
      
      * debug
      
      * git
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debugf
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * git
      
      * git
      
      * git
      
      * use config small/base/large
      
      * debug
      
      * debug
      
      * git
      
      * debug
      
      * git
      
      * debug
      
      * debug
      
      * debug args
      
      * debug
      
      * debug
      
      * git
      
      * git
      
      * debug
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * debug
      
      * debug
      
      * git
      
      * debug
      
      * git
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * git
      
      * debug
      
      * git
      
      * git
      
      * debug
      
      * debug
      
      * git
      
      * git
      
      * git
      
      * git
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * git
      
      * debug
      
      * debug
      
      * git
      
      * git
      
      * debug
      
      * debug
      
      * git
      
      * debug
      
      * debug
      
      * debug
      
      * git
      
      * debug
      
      * debug
      
      * debug
      
      * Please enter the commit message for your changes. Lines starting
      
      * git
      
      * git
      
      * debug
      
      * debug
      
      * debug
      
      * git
      
      * git
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * git
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * git
      
      * fix pre-commit error
      
      * fix error
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * git
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * git
      
      * git
      
      * git
      
      * debug
      
      * debug
      
      * debug
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * debug
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * fix unittest error
      
      * fix config errors
      
      * fix twins2mmseg bug
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * git
      
      * fix init_weights() in twins.py
      
      * git
      
      * git
      
      * git
      
      * git
      
      * fix comment
      
      * fix comment
      
      * fix comment
      
      * fix comment
      
      * fix unit test coverage in TwinsPR
      
      * Add Twins README
      
      * Add Twins README
      
      * twins refactor
      
      * twins refactor
      
      * delete init_cfg in FFN
      
      * delete init_cfg in FFN
      
      * Update mmseg/models/backbones/twins.py
      
      * Update mmseg/models/backbones/twins.py
      
      * Update mmseg/models/backbones/twins.py
      
      Co-authored-by: default avatarJunjun2016 <hejunjun@sjtu.edu.cn>
      
      * Update mmseg/models/backbones/twins.py
      
      * add conference name
      
      Co-authored-by: default avatarlinxinyang <linxinyang@meituan.com>
      Co-authored-by: default avatarMengzhangLI <mcmong@pku.edu.cn>
      Co-authored-by: default avatarJunjun2016 <hejunjun@sjtu.edu.cn>
      cd246e36
  30. Nov 26, 2021
  31. Nov 24, 2021
    • Kingdrone's avatar
      [Feature] Support LoveDA dataset (#1028) · 48d42224
      Kingdrone authored
      
      * update LoveDA dataset api
      
      * revised lint errors in dataset_prepare.md
      
      * revised lint errors in loveda.py
      
      * revised lint errors in loveda.py
      
      * revised lint errors in dataset_prepare.md
      
      * revised lint errors in dataset_prepare.md
      
      * checked with isort and yapf
      
      * checked with isort and yapf
      
      * checked with isort and yapf
      
      * Revert "checked with isort and yapf"
      
      This reverts commit 686a51d9
      
      * Revert "checked with isort and yapf"
      
      This reverts commit b877e121bb2935ceefc503c09675019489829feb.
      
      * Revert "revised lint errors in dataset_prepare.md"
      
      This reverts commit 2289e27c
      
      * Revert "checked with isort and yapf"
      
      This reverts commit 159db2f8
      
      * Revert "checked with isort and yapf"
      
      This reverts commit 159db2f8
      
      * add configs & fix bugs
      
      * update new branch
      
      * upload models&logs and add format-only
      
      * change pretraied model path of HRNet
      
      * fix the errors in dataset_prepare.md
      
      * fix the errors in dataset_prepare.md and configs in loveda.py
      
      * change the description in docs_zh-CN/dataset_prepare.md
      
      * use init_cfg
      
      * fix test converage
      
      * adding pseudo loveda dataset
      
      * adding pseudo loveda dataset
      
      * adding pseudo loveda dataset
      
      * adding pseudo loveda dataset
      
      * adding pseudo loveda dataset
      
      * adding pseudo loveda dataset
      
      * Update docs/dataset_prepare.md
      
      Co-authored-by: default avatarJunjun2016 <hejunjun@sjtu.edu.cn>
      
      * Update docs_zh-CN/dataset_prepare.md
      
      Co-authored-by: default avatarJunjun2016 <hejunjun@sjtu.edu.cn>
      
      * Update docs_zh-CN/dataset_prepare.md
      
      Co-authored-by: default avatarJunjun2016 <hejunjun@sjtu.edu.cn>
      
      * Delete unused lines of unittest and Add docs
      
      * add convert .py file
      
      * add downloading links from zenodo
      
      * move place of LoveDA and Cityscapes in doc
      
      * move place of LoveDA and Cityscapes in doc
      
      Co-authored-by: default avatarMengzhangLI <mcmong@pku.edu.cn>
      Co-authored-by: default avatarJunjun2016 <hejunjun@sjtu.edu.cn>
      48d42224
  32. Nov 03, 2021
  33. Oct 13, 2021
    • Junjun2016's avatar
      [Enhancement] Add codespell pre-commit hook and fix typos (#920) · 67f14204
      Junjun2016 authored
      * add codespell pre-commit hook and fix typos
      
      * Update mmseg/models/decode_heads/dpt_head.py
      
      * Update mmseg/models/backbones/vit.py
      
      * Update mmseg/models/backbones/vit.py
      
      * fix typos
      
      * skip formating typo
      
      * deprecate formating
      
      * skip ipynb
      
      * unstage ipynb changes
      
      * unstage ipynb changes
      
      * fix typos in ipynb
      
      * unstage ipynb changes
      67f14204
  34. Oct 12, 2021
    • VVsssssk's avatar
      [Update] Update torchserve about (#951) · 3c6cbc4a
      VVsssssk authored
      * test_torchserver1.1
      
      * test_torchserver1.2
      
      * update
      
      * update mmseg_handler.py
      
      * update docs
      
      * update torchserver
      
      * tranfer torchserver to torchserve
      
      * update docs
      
      * updata torchserve support
      3c6cbc4a
  35. Sep 30, 2021
    • MengzhangLI's avatar
      [Feature] Support ICNet (#884) · 7db1cbb1
      MengzhangLI authored
      
      * add icnet backbone
      
      * add icnet head
      
      * add icnet configs
      
      * nclass -> num_classes
      
      * Support ICNet
      
      * ICNet
      
      * ICNet
      
      * Add ICNeck
      
      * Add ICNeck
      
      * Add ICNeck
      
      * Add ICNeck
      
      * Adding unittest
      
      * Uploading models & logs
      
      * Uploading models & logs
      
      * add comment
      
      * smaller test_swin.py
      
      * try to delete test_swin.py
      
      * delete test_unet.py
      
      * delete test_unet.py
      
      * temp
      
      * smaller test_unet.py
      
      Co-authored-by: default avatarJunjun2016 <hejunjun@sjtu.edu.cn>
      7db1cbb1
    • Junjun2016's avatar
      fix load ckpt bug in swin (#928) · 84edf6c1
      Junjun2016 authored
      84edf6c1
Loading