Skip to content
Snippets Groups Projects
  1. Oct 25, 2021
  2. Oct 24, 2021
  3. Oct 20, 2021
  4. Oct 13, 2021
  5. Oct 12, 2021
  6. Oct 07, 2021
  7. Oct 03, 2021
  8. 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
  9. Sep 29, 2021
  10. 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
  11. Sep 27, 2021
  12. 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
  13. Sep 25, 2021
  14. Sep 24, 2021
  15. Sep 23, 2021
  16. Sep 22, 2021
    • DerrickWang005's avatar
      support coco stuff-10k/164k (#625) · bf1bdba6
      DerrickWang005 authored
      
      * support coco stuff-10k/164k
      
      * update docs
      
      * fix docs
      
      * update docs
      
      * fix import lints
      
      * Update docs/dataset_prepare.md
      
      * Update docs/dataset_prepare.md
      
      * Update tools/convert_datasets/coco_stuff164k.py
      
      * Update tools/convert_datasets/coco_stuff10k.py
      
      * Update tools/convert_datasets/coco_stuff10k.py
      
      * Update tools/convert_datasets/coco_stuff10k.py
      
      * Update tools/convert_datasets/coco_stuff10k.py
      
      * Update coco_stuff.py
      
      fix the description of the dataset
      
      * Update dataset_prepare.md
      
      fix the doc tree of coco stuff 10k
      
      * Update coco_stuff10k.py
      
      fix img_dir
      
      * Update coco_stuff.py
      
      fix descriptions
      
      * Update coco_stuff164k.py
      
      fix out_dir
      
      * Update coco_stuff10k.py
      
      fix save file name
      
      * Update coco_stuff.py
      
      fix seg_map_suffix
      
      * Update dataset_prepare.md
      
      fix -p
      
      * Update dataset_prepare.md
      
      fix doc tree
      
      * modify coco stuff convertor
      
      * Remove redundant code
      
      * fix 164k convert bug
      
      * remove redundant comment
      
      * add deeplabv3 configs and more iterations
      
      * replace shutil.move with shtil.copyfile
      
      * Update deeplabv3_r50-d8_512x512_4x4_80k_coco_stuff10k.py
      
      fix wrong config
      
      * Update deeplabv3_r101-d8_512x512_4x4_80k_coco_stuff164k.py
      
      fix wrong config
      
      * fix wrong configs
      
      * fix wrong configs
      
      * fix wrong path for coco stuff 10k
      
      * fix convert bugs
      
      * fix seg_filename bug
      
      * when nproc=0, use track progress
      
      * rename configs: coco_stuff --> coco-stuff
      
      * add coco-stuff 10k and 164k to README.md
      
      * update configs
      
      * add deeplabv3 benchmark
      
      * add pspnet benchmark
      
      * remove redundant comma
      
      Co-authored-by: default avatarJunjun2016 <hejunjun@sjtu.edu.cn>
      bf1bdba6
  17. Sep 18, 2021
  18. Sep 16, 2021
  19. Sep 15, 2021
    • sennnnn's avatar
      [Fix] Convert SyncBN to BN when training on DP (#772) · 9ac053f4
      sennnnn authored
      * [Fix] Convert SyncBN to BN when training on DP.
      
      * Modify SyncBN2BN.
      
      * Add SyncBN2BN unit test.
      
      * Resolve some comments.
      
      * use mmcv official revert_sync_batchnorm
      
      * Remove local syncbn2bn unit tests.
      
      * Update mmcv version.
      
      * Fix bugs of gather model tools.
      
      * Modify warnings.
      
      * Modify docker mmcv version.
      
      * Update mmcv version table.
      9ac053f4
    • uni19's avatar
      [Enhancement] Support loading GT for evaluation from multi-file backend (#867) · 4583dc10
      uni19 authored
      * support load gt for evaluation from multi-backend
      
      * move some code from get_gt_seg_maps to get_one_gt_seg_map
      
      * rename gt_seg_map_loader_conf to gt_seg_map_loader_cfg
      
      * fix doc str
      
      * rename get_one_gt_seg_map to get_gt_seg_map_by_idx
      4583dc10
  20. Sep 11, 2021
  21. Sep 09, 2021
  22. Sep 02, 2021
    • sennnnn's avatar
      [Enhancement] Add Dev tools to boost develop (#798) · d3dc4f95
      sennnnn authored
      * Modify default work dir when training.
      
      * Refactor gather_models.py.
      
      * Add train and test matching list.
      
      * Regression benchmark list.
      
      * lower readme name to upper readme name.
      
      * Add url check tool and model inference test tool.
      
      * Modify tool name.
      
      * Support duplicate mode of log json url check.
      
      * Add regression benchmark evaluation automatic tool.
      
      * Add train script generator.
      
      * Only Support script running.
      
      * Add evaluation results gather.
      
      * Add exec Authority.
      
      * Automatically make checkpoint root folder.
      
      * Modify gather results save path.
      
      * Coarse-grained train results gather tool.
      
      * Complete benchmark train script.
      
      * Make some little modifications.
      
      * Fix checkpoint urls.
      
      * Fix unet checkpoint urls.
      
      * Fix fast scnn & fcn checkpoint url.
      
      * Fix fast scnn checkpoint urls.
      
      * Fix fast scnn url.
      
      * Add differential results calculation.
      
      * Add differential results of regression benchmark train results.
      
      * Add an extra argument to select model.
      
      * Update nonlocal_net & hrnet checkpoint url.
      
      * Fix checkpoint url of hrnet and Fix some tta evaluation results and modify gather models tool.
      
      * Modify fast scnn checkpoint url.
      
      * Resolve new comments.
      
      * Fix url check status code bug.
      
      * Resolve some comments.
      
      * Modify train scripts generator.
      
      * Modify work_dir of regression benchmark results.
      
      * model gather tool modification.
      d3dc4f95
    • MengzhangLI's avatar
      [Fix] Fix docstring link problem in readthedocs (#845) · 767de8f4
      MengzhangLI authored
      * fix docstring link
      
      * fix docstring link
      
      * fix docstring link
      
      * fix docstring link
      
      * fix docstring link
      
      * fix docstring link
      767de8f4
    • Junjun2016's avatar
      Fix sphinx version (#827) · 91868583
      Junjun2016 authored
      91868583
    • Junjun2016's avatar
      f769e263
    • Junjun2016's avatar
      Add MMSeg citation (#825) · 42a19297
      Junjun2016 authored
      * fix typo
      
      * add citation
      42a19297
Loading