Skip to content
Snippets Groups Projects
  1. Mar 05, 2022
  2. 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
  3. Mar 03, 2022
  4. Mar 01, 2022
  5. Feb 27, 2022
  6. Feb 25, 2022
  7. Feb 23, 2022
  8. 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
  9. Feb 21, 2022
  10. 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
  11. Feb 16, 2022
  12. Feb 15, 2022
  13. Feb 14, 2022
  14. Feb 11, 2022
  15. Feb 10, 2022
  16. Feb 09, 2022
  17. Feb 08, 2022
  18. 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
  19. 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
  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 25, 2022
Loading