Skip to content
Snippets Groups Projects
  1. 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
    • MengzhangLI's avatar
      add MMFewShot on README (#1065) · 7e5e34b2
      MengzhangLI authored
      7e5e34b2
  2. Nov 18, 2021
  3. Nov 17, 2021
  4. Nov 16, 2021
  5. Nov 15, 2021
  6. Nov 14, 2021
  7. Nov 03, 2021
  8. Nov 02, 2021
    • Junjun2016's avatar
      Bump v0.19.0 (#1009) · 28627a12
      Junjun2016 authored
      * change version to v0.19.0
      
      * update changelog
      28627a12
    • Junjun2016's avatar
      [Feature] Support TIMMBackbone (#998) · 0a06853b
      Junjun2016 authored
      * add TIMMBackbone and unittests
      
      * add timm to tests requirements
      
      * deprecate pt1.3.1
      
      * reduce the unittests input of timm backbone
      
      * fix ci
      
      * fix ci
      
      * fix ci
      
      * fix ci
      
      * fix ci
      
      * fix ci
      
      * fix ci
      
      * fix ci
      
      * fix ci
      
      * remove unittests of large models of timm backbone
      
      * generate coverage report for all unittests env
      
      * reduce the unittests input of timm backbone
      
      * reduce the unittests input of timm backbone
      0a06853b
  9. Nov 01, 2021
  10. Oct 29, 2021
    • gszh's avatar
      Update train.py (#428) · d7f82e5d
      gszh authored
      * Update train.py
      
      Add user-defined hooks.
      
      * Update train.py
      
      * Update train.py
      d7f82e5d
  11. Oct 28, 2021
  12. Oct 25, 2021
  13. Oct 24, 2021
  14. Oct 20, 2021
  15. Oct 13, 2021
  16. Oct 12, 2021
  17. Oct 07, 2021
  18. Oct 03, 2021
  19. 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
    • Junjun2016's avatar
      fix load ckpt bug in swin (#928) · 84edf6c1
      Junjun2016 authored
      84edf6c1
    • MengzhangLI's avatar
      change name to EncNet (#929) · 0cf56d48
      MengzhangLI authored
      0cf56d48
  20. Sep 29, 2021
  21. 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
    • sennnnn's avatar
      [Enhancement] Change readme style and Update metafiles. (#895) · 2800d435
      sennnnn authored
      
      * [Enhancement] Change readme style and prepare for metafiles update.
      
      * Update apcnet github repo url.
      
      * add code snippet.
      
      * split code snippet & official repo.
      
      * update md2yml hook.
      
      * Update metafiles.
      
      * Add converted from attribute.
      
      * process conflict.
      
      * Put defualt variable value.
      
      * update bisenet v2 metafile.
      
      * checkout to ubuntu environment.
      
      * pop empty attribute & make task attribute list.
      
      * update readme style
      
      * update readme style
      
      * update metafiles
      
      Co-authored-by: default avatarJunjun2016 <hejunjun@sjtu.edu.cn>
      2800d435
  22. Sep 27, 2021
  23. 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
    • Julius Zhang's avatar
      [Fix] Fix loss parse in val_step (#906) · 96b369bd
      Julius Zhang authored
      * [Fix] Fix loss parse in val_step
      
      * Add val_step unittest
      
      * Add train_step unittest
      96b369bd
  24. Sep 25, 2021
  25. Sep 24, 2021
  26. Sep 23, 2021
    • VVsssssk's avatar
      [Fix] fix_torchserver1.1 (#844) · e13076ad
      VVsssssk authored
      * test_torchserver1.1
      
      * test_torchserver1.2
      
      * update
      
      * update mmseg_handler.py
      
      * update docs
      
      * update torchserver
      
      * tranfer torchserver to torchserve
      
      * update docs
      e13076ad
Loading