Skip to content
Snippets Groups Projects
  1. Dec 01, 2022
    • MengzhangLI's avatar
      [Feature] Support MaskFormer(NeurIPS'2021) in MMSeg 1.x (#2215) · 933e4d3c
      MengzhangLI authored
      * [Feature] Support MaskFormer(NeurIPS'2021) in MMSeg 1.x
      
      * add mmdet try except logic
      
      * refactor config files
      
      * add readme
      
      * fix config
      
      * update models & logs
      
      * add MMDET installation and fix info
      
      * fix comments
      
      * fix
      
      * fix config norm optimizer setting
      
      * update models & logs & unittest
      
      * add docstring of MaskFormerHead
      
      * wait for mmdet 3.0.0rc4
      
      * replace seg_mask with seg_logits & add docstring for batch_input_shape
      
      * use mmdet3.0.0rc4
      
      * fix readme and modify config comments
      
      * add mmdet installation in pr_stage_test.yml
      
      * update mmcv version in pr_stage_test.yml
      
      * add mmdet in build_cpu of pr_stage_test.yml
      
      * modify mmdet& mmcv installation in merge_stage_test.yml
      
      * fix typo
      
      * update test.yml
      
      * update test.yml
      933e4d3c
    • MengzhangLI's avatar
      [Enchancement] Delete mmcls in runtime.txt in dev-1.x (#2368) · 90c816b6
      MengzhangLI authored
      * [Enchancement] Delete mmcls in runtime.txt in dev-1.x
      
      * fix mmcv minimal version
      90c816b6
  2. Nov 30, 2022
  3. Oct 28, 2022
    • Miao Zheng's avatar
      [Doc] Add Migration documentation (#2066) · 92ebba6c
      Miao Zheng authored
      * wip
      
      * [Doc] Migration
      
      * [wip] add package changes
      
      * remove zoo stat
      
      * add dataset migration
      
      * add package changes
      
      * revise based on comments
      
      * revise based on comments
      
      * typo
      
      * fix
      
      * add engine requirements
      
      * revise mmcv dependency
      92ebba6c
  4. Oct 18, 2022
    • Miao Zheng's avatar
      [Feature] Add BioMedical data loading (#2176) · 20c7dc68
      Miao Zheng authored
      * [WIP] Add BioMedical data loading
      
      * add depends nibabel
      
      * fix bug
      
      * fix ut
      
      * fix
      
      * add test data
      
      * xyz2zyx zyx2xyz
      
      * format
      
      * remove ignore empty
      
      * remove ignore empty
      
      * remove with seg in LoadBiomedicalAnnotation
      
      * float32
      
      * docstring
      
      * toxyz
      
      * docstring
      20c7dc68
  5. Oct 13, 2022
  6. Aug 31, 2022
  7. Aug 19, 2022
  8. Apr 19, 2022
  9. 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
  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. Sep 16, 2021
  12. Sep 02, 2021
  13. Aug 12, 2021
  14. Jul 25, 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
  16. Apr 30, 2021
    • sshuair's avatar
      add metric mFscore (#509) · 7fbdd6f1
      sshuair authored
      * add mFscore and refactor the metrics return value
      
      * fix linting
      
      * some docstring and name fix
      7fbdd6f1
  17. Nov 24, 2020
    • Junjun2016's avatar
      add dice evaluation metric (#225) · 1530af65
      Junjun2016 authored
      * add dice evaluation metric
      
      * add dice evaluation metric
      
      * add dice evaluation metric
      
      * support 2 metrics
      
      * support 2 metrics
      
      * support 2 metrics
      
      * support 2 metrics
      
      * fix docstring
      
      * use np.round once for all
      1530af65
  18. Jul 13, 2020
  19. Jul 12, 2020
    • Jerry Jiarui XU's avatar
      Add test tutorial (#9) · 2fc821ec
      Jerry Jiarui XU authored
      * add test tutorial
      
      * remote torch/torchvision from requirements
      
      * update getting started
      
      * rename drop_out_ratio -> dropout_ratio
      2fc821ec
  20. Jul 10, 2020
    • Jerry Jiarui XU's avatar
      Add Colab Tutorial (#7) · 6c6330fe
      Jerry Jiarui XU authored
      * add badge
      
      * Created using Colaboratory
      
      * add read docs
      
      * Fixed readthedocs
      
      * fixed colab ref
      
      * add readthedocs.txt
      
      * add link
      
      * fixed modelzoo link
      
      * add missing reference
      
      * fixed docs
      
      * remove relative path in docs
      
      * add colab in README.md
      
      * update docker image
      
      * add newline
      
      * fixed br
      6c6330fe
  21. Jul 09, 2020
Loading