Skip to content
Snippets Groups Projects
  1. Mar 04, 2022
    • 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
  2. 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
  3. 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
  4. 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
  5. 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
  6. Nov 15, 2021
  7. Sep 30, 2021
    • MengzhangLI's avatar
      [Feature] Support FastFCN (#885) · a9d1295b
      MengzhangLI authored
      * FastFCN first commit
      
      * FastFCN first commit
      
      * Fixing lint error
      
      * Fixing lint error
      
      * use for loop on JPU
      
      * Use For Loop
      
      * Refactor FastFCN
      
      * FastFCN
      
      * FastFCN
      
      * temp
      
      * Uploading models & logs (4x4)
      
      * Fixing typos
      
      * fix typos
      
      * rename config
      
      * change README.md
      
      * use _delete_=True
      
      * change configs
      
      * change start_level to 0
      
      * change start_level to 0
      
      * jpu
      
      * add unittest for start_level!=0
      a9d1295b
    • 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
  8. Sep 28, 2021
    • MengzhangLI's avatar
      [Feature] Support BiSeNetV1 (#851) · e701497a
      MengzhangLI authored
      * First Commit
      
      * fix typos
      
      * fix typos
      
      * Fix assertion bug
      
      * Adding Assert
      
      * Adding Unittest
      
      * Fixing typo
      
      * Uploading models & logs
      
      * Fixing unittest error
      
      * changing README.md
      
      * changing README.md
      e701497a
  9. Sep 26, 2021
    • MengzhangLI's avatar
      [Feature] Support BiSeNetV2 (#804) · f82e4d6f
      MengzhangLI authored
      * BiSeNetV2 first commit
      
      * BiSeNetV2 unittest
      
      * remove pytest
      
      * add pytest module
      
      * fix ConvModule input name
      
      * fix pytest error
      
      * fix unittest
      
      * refactor
      
      * BiSeNetV2 Refactory
      
      * fix docstrings and add some small changes
      
      * use_sigmoid=False
      
      * fix potential bugs about upsampling
      
      * Use ConvModule instead
      
      * Use ConvModule instead
      
      * fix typos
      
      * fix typos
      
      * fix typos
      
      * discard nn.conv2d
      
      * discard nn.conv2d
      
      * discard nn.conv2d
      
      * delete **kwargs
      
      * uploading markdown and model
      
      * final commit
      
      * BiSeNetV2 adding Unittest for its modules
      
      * BiSeNetV2 adding Unittest for its modules
      
      * BiSeNetV2 adding Unittest for its modules
      
      * BiSeNetV2 adding Unittest for its modules
      
      * BiSeNetV2 adding Unittest for its modules
      
      * BiSeNetV2 adding Unittest for its modules
      
      * BiSeNetV2 adding Unittest for its modules
      
      * Fix README conflict
      
      * Fix unittest problem
      
      * Fix unittest problem
      
      * BiSeNetV2
      
      * Fixing fps
      
      * Fixing typpos
      
      * bisenetv2
      f82e4d6f
  10. Sep 09, 2021
  11. Aug 30, 2021
    • 谢昕辰's avatar
      [Feature] add DPT head (#605) · ef4b3003
      谢昕辰 authored
      
      * add DPT head
      
      * [fix] fix init error
      
      * use mmcv function
      
      * delete code
      
      * remove transpose clas
      
      * support NLC output shape
      
      * Delete post_process_layer.py
      
      * add unittest and docstring
      
      * rename variables
      
      * fix project error and add unittest
      
      * match dpt weights
      
      * add configs
      
      * fix vit pos_embed bug and dpt feature fusion bug
      
      * match vit output
      
      * fix gelu
      
      * minor change
      
      * update unitest
      
      * fix configs error
      
      * inference test
      
      * remove auxilary
      
      * use local pretrain
      
      * update training results
      
      * update yml
      
      * update fps and memory test
      
      * update doc
      
      * update readme
      
      * add yml
      
      * update doc
      
      * remove with_cp
      
      * update config
      
      * update docstring
      
      * remove dpt-l
      
      * add init_cfg and modify readme.md
      
      * Update dpt_vit-b16.py
      
      * zh-n README
      
      * use constructor instead of build function
      
      * prevent tensor being modified by ConvModule
      
      * fix unittest
      
      Co-authored-by: default avatarJunjun2016 <hejunjun@sjtu.edu.cn>
      ef4b3003
  12. Aug 18, 2021
    • 谢昕辰's avatar
      [Tools] Add vit/swin/mit convert weight scripts (#783) · ebf3c084
      谢昕辰 authored
      * init scripts
      
      * update markdown
      
      * update markdown
      
      * add docs
      
      * delete mit converter and use torch load function
      
      * rename segformer readme
      
      * update doc
      
      * modify doc
      
      * 更新中文文档
      
      * Update useful_tools.md
      
      * Update useful_tools.md
      
      * modify doc
      
      * update segformer.yml
      ebf3c084
  13. Jul 31, 2021
  14. Jul 01, 2021
  15. May 31, 2021
    • 谢昕辰's avatar
      [Feature] support mim (#549) · 725d5aa0
      谢昕辰 authored
      * dice loss
      
      * format code, add docstring and calculate denominator without valid_mask
      
      * minor change
      
      * restore
      
      * add metafile
      
      * add manifest.in and add config at setup.py
      
      * add requirements
      
      * modify manifest
      
      * modify manifest
      
      * Update MANIFEST.in
      
      * add metafile
      
      * add metadata
      
      * fix typo
      
      * Update metafile.yml
      
      * Update metafile.yml
      
      * minor change
      
      * Update metafile.yml
      
      * add subfix
      
      * fix mmshow
      
      * add more  metafile
      
      * add config to model_zoo
      
      * fix bug
      
      * Update mminstall.txt
      
      * [fix] Add models
      
      * [Fix] Add collections
      
      * [fix] Modify collection name
      
      * [Fix] Set datasets to unet metafile
      
      * [Fix] Modify collection names
      
      * complement inference time
      725d5aa0
Loading