Skip to content
Snippets Groups Projects
  1. Dec 03, 2021
  2. 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
  3. Dec 01, 2021
  4. Nov 30, 2021
    • MengzhangLI's avatar
      0~ (#1090) · 78fbaaf1
      MengzhangLI authored
      78fbaaf1
    • MengzhangLI's avatar
      change (#1083) · 1cf60497
      MengzhangLI authored
      1cf60497
    • Kyungmin Lee's avatar
      [Feature] Add Cutout transform (#1022) · 40b9ebb5
      Kyungmin Lee authored
      * Fix typo in usage example
      
      * [Feature] Add CutOut transform
      
      * CutOut repr covered by unittests
      
      * Cutout ignore index, test
      
      * ignore_index -> seg_fill_in, defualt is None
      
      * seg_fill_in is added to repr
      
      * test is modified for seg_fill_in is None
      
      * seg_fill_in (int), 0-255
      
      * add seg_fill_in test
      
      * doc string for seg_fill_in
      
      * rename CutOut to RandomCutOut, add prob
      
      * Add unittest when cutout is False
      40b9ebb5
    • MengzhangLI's avatar
      [Docs] Add abstract and image for every paper (#1060) · c4a52a52
      MengzhangLI authored
      * add abstract and main figure
      
      * add abstract and main figure
      c4a52a52
    • MengzhangLI's avatar
      [Enhancement] CircleCI Setup (#1086) · ae8d5ff0
      MengzhangLI authored
      * uploading circle-ci
      
      * uploading circle-ci
      
      * uploading circle-ci
      
      * correct circleci folder
      
      * change mmsegmentation to mmseg in config.yml
      
      * adding timm package in circleci
      
      * adding timm package in circleci
      
      * fix original lint error
      ae8d5ff0
  5. Nov 29, 2021
  6. Nov 26, 2021
  7. Nov 25, 2021
  8. 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
  9. Nov 18, 2021
  10. Nov 17, 2021
  11. Nov 16, 2021
  12. Nov 15, 2021
  13. Nov 14, 2021
  14. Nov 03, 2021
  15. 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
  16. Nov 01, 2021
  17. 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
  18. Oct 28, 2021
  19. Oct 25, 2021
  20. Oct 24, 2021
  21. Oct 20, 2021
  22. Oct 13, 2021
  23. Oct 12, 2021
  24. Oct 07, 2021
  25. Oct 03, 2021
Loading