Skip to content
Snippets Groups Projects
  1. Mar 10, 2022
  2. Mar 09, 2022
  3. Mar 05, 2022
  4. 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
  5. Mar 03, 2022
  6. Mar 01, 2022
  7. Feb 27, 2022
  8. Feb 25, 2022
  9. Feb 23, 2022
  10. 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
  11. Feb 21, 2022
  12. 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
  13. Feb 16, 2022
  14. Feb 15, 2022
  15. Feb 14, 2022
  16. Feb 11, 2022
  17. Feb 10, 2022
  18. Feb 09, 2022
  19. Feb 08, 2022
  20. 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
  21. 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
  22. Jan 28, 2022
    • MengzhangLI's avatar
      [Enhance] New-style CPU training and inference. (#1251) · 574b195b
      MengzhangLI authored
      * [Enhance] New-style CPU training and inference.
      
      * assert mmcv version
      
      * SyncBN to BN in training and testing
      
      * SyncBN to BN in training and testing
      
      * upload untracked files to this branch
      
      * delete gpu_ids
      
      * fix bugs
      
      * assert args.gpu_id in train.py
      
      * use cfg.gpu_ids = [args.gpu_id]
      
      * use cfg.gpu_ids = [args.gpu_id]
      
      * fix typo
      
      * fix typo
      
      * fix typos
      574b195b
Loading