Skip to content
Snippets Groups Projects
  1. Aug 31, 2022
  2. Jul 05, 2022
  3. May 01, 2022
  4. Apr 29, 2022
  5. Apr 28, 2022
  6. Apr 01, 2022
  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
  8. Mar 28, 2022
  9. Mar 10, 2022
    • MengzhangLI's avatar
      [Feature] Support K-Net (#1289) · 054dc661
      MengzhangLI authored
      * knet first commit
      
      * fix import error in knet
      
      * remove kernel update head from decoder head
      
      * [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 kernel_generate_head
      
      * add unit test & comments in knet.py
      
      * add copyright to fix lint error
      
      * modify config names of knet
      
      * rename swin-l 640
      
      * upload models&logs and refactor knet_head.py
      
      * modify docstrings and add some ut
      
      * add url, modify docstring and add loss ut
      
      * modify docstrings
      054dc661
  10. Mar 09, 2022
  11. Mar 05, 2022
  12. Mar 04, 2022
    • MengzhangLI's avatar
      Bump v0.22.0 (#1347) · 67e0f9dd
      MengzhangLI authored
      * change version to v0.22.0
      
      * change version to v0.22.0
      
      * add mmcls version in get_started.md
      
      * add mmcls installation and move PR1299 into enhancement
      
      * add mmcls installation and move PR1299 into enhancement
      
      * remove MMCLS and make mmcv <=1.5.0 version in get_started.md
      
      * fix typo
      67e0f9dd
    • MengzhangLI's avatar
      [Feature] Support ConvNext (#1216) · befdc93d
      MengzhangLI authored
      * upload original backbone and configs
      
      * ConvNext Refactor
      
      * ConvNext Refactor
      
      * convnext customization refactor with mmseg style
      
      * convnext customization refactor with mmseg style
      
      * add ade20k_640x640.py
      
      * upload files for training
      
      * delete dist_optimizer_hook and remove layer_decay_optimizer_constructor
      
      * check max(out_indices) < num_stages
      
      * add unittest
      
      * fix lint error
      
      * use MMClassification backbone
      
      * fix bugs in base_1k
      
      * add mmcls in requirements/mminstall.txt
      
      * add mmcls in requirements/mminstall.txt
      
      * fix drop_path_rate and layer_scale_init_value
      
      * use logger.info instead of print
      
      * add mmcls in runtime.txt
      
      * fix f string && delete
      
      * add doctring in LearningRateDecayOptimizerConstructor and fix mmcls version in requirements
      
      * fix typo in LearningRateDecayOptimizerConstructor
      
      * use ConvNext models in unit test for LearningRateDecayOptimizerConstructor
      
      * add unit test
      
      * fix typo
      
      * fix typo
      
      * add layer_wise and fix redundant backbone.downsample_norm in it
      
      * fix unit test
      
      * give a ground truth lr_scale and weight_decay
      
      * upload models and readme
      
      * delete 'backbone.stem_norm' and 'backbone.downsample_norm' in get_num_layer()
      
      * fix unit test and use mmcls url
      
      * update md2yml.py and metafile
      
      * fix typo
      befdc93d
  13. Feb 27, 2022
  14. Feb 21, 2022
  15. 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
  16. Feb 09, 2022
    • MengzhangLI's avatar
      Bump v0.21.1 (#1273) · 574adbe4
      MengzhangLI authored
      * Bump v0.21.1
      
      * add improvements in changelog
      
      * add improvements in changelog
      
      * fix cn readme
      
      * change changelog
      574adbe4
  17. 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
  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 23, 2022
  21. Jan 22, 2022
  22. Jan 18, 2022
    • Echo-minn's avatar
      Add website and platform link (#1214) · df9aa30f
      Echo-minn authored
      * Update README.md
      
      Update README to add OpenMMLab website and platform link
      
      * Update README_zh-CN.md
      
      Update README_zh-CN to add website and platform link in chinese
      df9aa30f
  23. Jan 10, 2022
  24. Dec 30, 2021
  25. Dec 24, 2021
  26. Dec 16, 2021
    • MengzhangLI's avatar
      [Docs] Refactor the structure of documentation (#1128) · 4a90241f
      MengzhangLI authored
      * merge docs/ and docs_zh-CN/
      
      * merge docs/ and docs_zh-CN/
      
      * merge docs/ and docs_zh-CN/
      
      * merge docs/ and docs_zh-CN/
      
      * fix launch utility url
      
      * fix launch utility url
      
      * fix wrong pytorch doc url
      
      * remove wrong links docs//
      4a90241f
  27. Dec 15, 2021
  28. Dec 14, 2021
  29. Dec 10, 2021
    • MengzhangLI's avatar
      Bump v0.20.0 (#1124) · 520372ee
      MengzhangLI authored
      * change version to v0.20.0
      
      * change version to v0.20.0
      
      * change version to v0.20.0
      520372ee
    • 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
  30. 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
  31. Dec 03, 2021
  32. Dec 02, 2021
    • MengzhangLI's avatar
      [Feature] Support Real-time model ERFNet (#960) · 6a2cfea7
      MengzhangLI authored
      * first commit
      
      * Fixing Unittest Error
      
      * first refactory of ERFNet
      
      * Refactorying NonBottleneck1d Module
      
      * uploading models&logs
      
      * uploading models&logs
      
      * fix partial bugs & typos
      
      * ERFNet
      
      * add ERFNet with FCNHead
      
      * fix typos of ERFNet
      
      * add name on README.md cover
      
      * chane name to T-ITS'2017
      
      * fix lint error
      6a2cfea7
  33. Nov 25, 2021
  34. Nov 24, 2021
  35. Nov 18, 2021
  36. Nov 15, 2021
  37. Nov 02, 2021
  38. Oct 13, 2021
Loading