Skip to content
Snippets Groups Projects
  1. Aug 01, 2022
  2. Jul 29, 2022
    • 谢昕辰's avatar
      [Fix] Fix demo scripts (#1815) · 5d965083
      谢昕辰 authored
      
      * [Feature] Add SegVisualizer
      
      * change name to visualizer_example
      
      * fix inference api
      
      * fix video demo and refine inference api
      
      * fix
      
      * mmseg compose
      
      * set default device to cuda:0
      
      * fix import
      
      * update dir
      
      * rm engine/visualizer ut
      
      * refine inference api and docs
      
      * rename
      
      Co-authored-by: default avatarMengzhangLI <mcmong@pku.edu.cn>
  3. Jul 28, 2022
  4. Jul 27, 2022
  5. Jul 26, 2022
  6. Jul 22, 2022
  7. Jul 21, 2022
  8. Jul 15, 2022
  9. Jun 28, 2022
  10. Jun 27, 2022
  11. Jun 19, 2022
  12. Jun 14, 2022
  13. Jun 13, 2022
  14. Jun 10, 2022
  15. Jun 09, 2022
  16. Jun 02, 2022
  17. May 31, 2022
  18. May 27, 2022
  19. May 26, 2022
  20. May 25, 2022
  21. May 16, 2022
  22. May 10, 2022
  23. May 09, 2022
  24. May 01, 2022
  25. Apr 27, 2022
    • Yuan Liu's avatar
      [Feature]: Add MAE (#1307) · 43b8a1d8
      Yuan Liu authored
      
      * [Fix]: Fix lint
      
      * [WIP]: Add mae seg config
      
      * [Feature]: Add MAE seg
      
      * [Fix]: Fix mae dataset img scale bug
      
      * [Fix]: Fix lint
      
      * [Feature]: Change mae config to mae_segmentation's config
      
      * [Feature]: Add interpolate pe when loading
      
      * [Fix]: Fix pos_embed not used bug
      
      * [Fix]: Fix lint
      
      * [Fix]: Init rel pos embed with zeros
      
      * [Fix]: Fix lint
      
      * [Fix]: Change the type name of backbone to MAE
      
      * [Fix]: Delete ade20k_512x512.py
      
      * [Fix]: Use mmseg provided ade20k.py
      
      * [Fix]: Change 1 sample per gpu to 2 samples per gpu
      
      * [Fix]: Fix conflict
      
      * [Refactor]: Use the TransformerEncoderLayer of  BEiT
      
      * [Feature]: Add UT
      
      * [Fix]: Change the default value of qv bias to False
      
      * [Fix]: Initialize relative pos table with zeros
      
      * [Fix]: Delete redundant code in mae
      
      * [Fix]: Fix lint
      
      * [Fix]: Rename qkv_bias to qv_bias
      
      * [Fix]: Add docstring to weight_init of MAEAttention
      
      * [Refactor]: Delete qv_bias param
      
      * [Fix]: Add reference to fix_init_weight
      
      * [Fix]: Fix lint
      
      * [Fix]: Delete extra crop size
      
      * [Refactor]: Rename mae
      
      * [Fix]: Set bias to True
      
      * [Fix]: Delete redundant params
      
      * [Fix]: Fix lint
      
      * [Fix]: Fix UT
      
      * [Fix]: Add resize abs pos embed
      
      * [Fix]: Fix UT
      
      * [Refactor]: Use build layer
      
      * [Fix]: Add licsense and fix docstring
      
      * [Fix]: Fix docstring
      
      * [Feature]: Add README metafile
      
      * [Fix]: Change 640 to 512
      
      * [Fix]: Fix README
      
      * fix readme of MAE
      
      Co-authored-by: default avatarMengzhangLI <mcmong@pku.edu.cn>
      43b8a1d8
    • FangjianLin's avatar
      [Refactory] Merge BEiT and ConvNext 's LR decay optimizer constructors (#1438) · 7c3bf228
      FangjianLin authored
      
      * move layer_decay_optimizer_constructor
      
      * fix
      
      * fix
      
      * merge test_core
      
      * fix
      
      * add DeprecationWarning
      
      * fix DeprecationWarning
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix test
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix ut
      
      * fix
      
      * fix
      
      * Update tests/test_core/test_layer_decay_optimizer_constructor.py
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      Co-authored-by: default avatarMeowZheng <meowzheng@outlook.com>
      Co-authored-by: default avatarMiao Zheng <76149310+MeowZheng@users.noreply.github.com>
      7c3bf228
  26. Apr 16, 2022
  27. Apr 14, 2022
  28. Apr 01, 2022
  29. Mar 30, 2022
    • MengzhangLI's avatar
      [Fix] Add avg_non_ignore in cross entropy loss (#1409) · cc89c8d1
      MengzhangLI authored
      * [Fix] Add avg_non_ignore in cross entropy loss
      
      * [Fix] Add avg_non_ignore in cross entropy loss
      
      * add docstring
      
      * fix ut
      
      * fix docstring and comments
      
      * fix
      
      * fix bce
      
      * fix avg_factor in BCE and add more ut
      
      * add avg_non_ignore
      
      * add more ut
      
      * fix part of ut
      
      * fix part of ut
      
      * test avg_non_ignore would not affect ce/bce when reduction none/sum
      
      * test avg_non_ignore would not affect ce/bce when reduction none/sum/mean
      
      * re-organize ut
      
      * re-organize ut
      
      * re-organize ut
      
      * re-organize hardcode case
      
      * fix parts of comments
      
      * fix another parts of comments
      
      * fix
      cc89c8d1
    • FangjianLin's avatar
      [Feature] Add BEiT backbone (#1404) · d1b8eae3
      FangjianLin authored
      * [Feature] Add BEiT backbone
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * add readme
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * add link
      
      * fix memory
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix test_beit.py
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      d1b8eae3
  30. Mar 10, 2022
    • Rockey's avatar
      [Feature] add nlc2nchw2nlc and nchw2nlc2nchw (#1249) · 42df28c7
      Rockey authored
      * [Feature] add nlc2nchw2nlc and nchw2nlc2nchw
      
      * add example
      
      * add test, add **kwargs to make it more universal
      42df28c7
    • MengzhangLI's avatar
      [Feature] Support K-Net (#1289) · 054dc661
      MengzhangLI authored
      * knet first commit
      
      * fix import error in knet
      
      * remove kernel update head from decoder head
      
      * [Feature] Add kenerl updation for some decoder heads.
      
      * [Feature] Add kenerl updation for some decoder heads.
      
      * directly use forward_feature && modify other 3 decoder heads
      
      * remover kernel_update attr
      
      * delete unnecessary variables in forward function
      
      * delete kernel update function
      
      * delete kernel update function
      
      * delete kernel_generate_head
      
      * add unit test & comments in knet.py
      
      * add copyright to fix lint error
      
      * modify config names of knet
      
      * rename swin-l 640
      
      * upload models&logs and refactor knet_head.py
      
      * modify docstrings and add some ut
      
      * add url, modify docstring and add loss ut
      
      * modify docstrings
      054dc661
  31. Mar 09, 2022
  32. 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
  33. Mar 01, 2022
Loading