Skip to content
Snippets Groups Projects
  1. Jun 17, 2021
  2. Jun 03, 2021
  3. Jun 02, 2021
  4. 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
  5. May 25, 2021
    • q.yao's avatar
      [Feature] Update deploy test tools (#553) · 59773628
      q.yao authored
      * add trt test tool
      
      * create deploy_test, update document
      
      * fix with isort
      
      * move import inside __init__
      
      * remove comment, fix doc
      
      * update document
      59773628
  6. May 18, 2021
  7. May 17, 2021
  8. May 13, 2021
  9. May 12, 2021
  10. May 09, 2021
  11. May 06, 2021
  12. May 05, 2021
  13. 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
    • sennnnn's avatar
      Adjust vision transformer backbone architectures (#524) · c27ef919
      sennnnn authored
      
      * Adjust vision transformer backbone architectures;
      
      * Add DropPath, trunc_normal_ for VisionTransformer implementation;
      
      * Add class token buring intermediate period and remove it during final period;
      
      * Fix some parameters loss bug;
      
      * * Store intermediate token features and impose no processes on them;
      
      * Remove class token and reshape entire token feature from NLC to NCHW;
      
      * Fix some doc error
      
      * Add a arg for VisionTransformer backbone to control if input class token into transformer;
      
      * Add stochastic depth decay rule for DropPath;
      
      * * Fix output bug when input_cls_token=False;
      
      * Add related unit test;
      
      * * Add arg: out_indices to control model output;
      
      * Add unit test for DropPath;
      
      * Apply suggestions from code review
      
      Co-authored-by: default avatarJerry Jiarui XU <xvjiarui0826@gmail.com>
      c27ef919
  14. Apr 29, 2021
  15. Apr 28, 2021
  16. Apr 26, 2021
  17. Apr 25, 2021
  18. Apr 24, 2021
  19. Apr 22, 2021
    • 谢昕辰's avatar
      support transformer backbone (#465) · b379b5a5
      谢昕辰 authored
      
      * vit backbone
      
      * fix lint
      
      * add docstrings and fix pretrained pos_embed dim not match prob
      
      * add unittest for vit
      
      * fix lint
      
      * add vit based fcn configs
      
      * fix import error
      
      * support multiple resolution input images
      
      * upsample pos_embed at init_weights
      
      * support resize pos_embed at evaluation
      
      * fix training errors
      
      * add more unitest code for vit backbone
      
      * unitest for uncovered code
      
      * add norm_eval unittest
      
      * refactor _pos_embeding
      
      * minor change
      
      * change var name
      
      * rafactor init_weight
      
      * load weights after resize
      
      * ignore 'module' in pretrain checkpoint
      
      * add with_cp
      
      * add with_cp
      
      Co-authored-by: default avatarJiarui XU <xvjiarui0826@gmail.com>
      b379b5a5
  20. Apr 21, 2021
  21. Apr 20, 2021
    • sennnnn's avatar
      Add support for Pascal Context 59 classes (#459) · 38d2e969
      sennnnn authored
      
      * Add support for Pascal Context 59 classes (#459)
      
      * Create PascalContextDataset59 class in mmseg/datasets/pascal_context.py;
      
      * Set reduce_zero_label=True for train_pipeline and PascalContextDataset59;
      
      * Add some configs for Pascal-Context 59 classes training and testing;
      
      * Try to solve the problem about "fence(IoU)=nan grass(IoU)=0";
      
      * Continue(1): Try to solve the problem about "fence(IoU)=nan grass(IoU)=0";
      
      * ignore files and folders named tempxxx;
      
      * Continue(2): Try to solve the problem about "fence(IoU)=nan grass(IoU)=0";
      
      * Modify the calculation of IoU;
      
      * Modify the CLASSES order of PascalContextDataset;
      
      * Add "fcn", "deeplabv3", "deeplabv3+", "pspnet" config file for model training based on PascalContextDataset59;
      
      Add some ignore items in ".gitignore";
      
      * fix the bug "test_cfg specified in both outer field and model field " of pspnet config file;
      
      * * Clean unnecessary codes;
      
      * Add weighs link, config link, log link and evaluation results about PascalContextDataset59 in README.md
      
      * Add command line argument: "-p | --port", this arg can change the transmit port when you transmit data to distributed machine.
      
      * * Remove rebundant config files;
      
      * Remove "-p|--port" command argument;
      
      Co-authored-by: default avatarJiarui XU <xvjiarui0826@gmail.com>
      38d2e969
  22. Apr 19, 2021
  23. Apr 18, 2021
  24. Apr 14, 2021
  25. Apr 12, 2021
  26. Apr 09, 2021
  27. Apr 07, 2021
Loading