Skip to content
Snippets Groups Projects
  1. Mar 17, 2023
  2. Mar 16, 2023
  3. Mar 15, 2023
    • Junhwa Song's avatar
      [Enhance] Support multi-band image for Mosaic (#2748) · cb2d8fe0
      Junhwa Song authored
      ## Modification
      
      I changed the hardcoded 3 channel length to dynamic channel length in
      `np.full` function arguments.
      This modification enables `RandomMosaic` transform to support
      multispectral image (e.g. RGB image with NIR band) or bi-temporal image
      pairs for change detection task.
      
      ## Checklist
      
      1. Pre-commit or other linting tools are used to fix the potential lint
      issues.
      2. The modification is covered by complete unit tests. If not, please
      add more unit test to ensure the correctness.
      3. If the modification has potential influence on downstream projects,
      this PR should be tested with downstream projects, like MMDet or
      MMDet3D.
      4. The documentation has been modified accordingly, like docstring or
      example tutorials.
    • 谢昕辰's avatar
      [Dev] Replace the test images (#2754) · 1f1f2666
      谢昕辰 authored
      ## Motivation
      
      The original images are too large.
      
      ## Modification
      
      Crop to small images.
    • Miao Zheng's avatar
      [Fix] Format shape check (#2753) · 3cc7ae21
      Miao Zheng authored
      as title
    • 谢昕辰's avatar
      [Feature] Support PIDNet (#2609) · dd47cef8
      谢昕辰 authored
      ## Motivation
      
      Support SOTA real-time semantic segmentation method in [Paper with
      code](https://paperswithcode.com/task/real-time-semantic-segmentation)
      
      Paper: https://arxiv.org/pdf/2206.02066.pdf
      Official repo: https://github.com/XuJiacong/PIDNet
      
      ## Current results
      
      **Cityscapes**
      
      |Model|Ref mIoU|mIoU (ours)|
      |---|---|---|
      |PIDNet-S|78.8|78.74|
      |PIDNet-M|79.9|80.22|
      |PIDNet-L|80.9|80.89|
      
      ## TODO
      
      - [x] Support inference with official weights
      - [x] Support training on Cityscapes
      - [x] Update docstring
      - [x] Add unit test
    • Tianlong Ai's avatar
      [Datasets] Add Mapillary Vistas Datasets to MMSeg Core Package. (#2576) · 8c89ff3d
      Tianlong Ai authored
      
      ## [Datasets] Add Mapillary Vistas Datasets to MMSeg Core Package .
      ## Motivation
      Add Mapillary Vistas Datasets to core package.
      Old PR #2484 
      
      ## Modification
      - Add Mapillary Vistas Datasets to core package.
      - Delete `tools/datasets_convert/mapillary.py` , dataset does't need
      converting.
      - Add `schedule_240k.py`  config.
      - Add configs files.  
        ```none
        deeplabv3plus_r101-d8_4xb2-240k_mapillay_v1-512x1024.py
        deeplabv3plus_r101-d8_4xb2-240k_mapillay_v2-512x1024.py
        maskformer_swin-s_4xb2-240k_mapillary_v1-512x1024.py
        maskformer_swin-s_4xb2-240k_mapillary_v2-512x1024.py
        maskformer_r101-d8_4xb2-240k_mapillary_v1-512x1024.py
        maskformer_r101-d8_4xb2-240k_mapillary_v2-512x1024.py
        pspnet_r101-d8_4xb2-240k_mapillay_v1-512x1024.py
        pspnet_r101-d8_4xb2-240k_mapillay_v2-512x1024.py
        ```
      - Synchronized changes to `projects/mapillary_datasets`
      
      ---------
      
      Co-authored-by: default avatarMiao Zheng <76149310+MeowZheng@users.noreply.github.com>
      Co-authored-by: default avatarxiexinch <xiexinch@outlook.com>
  4. Mar 14, 2023
  5. Mar 13, 2023
  6. Mar 10, 2023
  7. Mar 09, 2023
  8. Mar 07, 2023
  9. Mar 06, 2023
  10. Mar 03, 2023
  11. Mar 02, 2023
  12. Feb 28, 2023
  13. Feb 27, 2023
  14. Feb 24, 2023
  15. Feb 23, 2023
  16. Feb 22, 2023
    • Miao Zheng's avatar
      [Enhancement] Refine projects (#2586) · 2d38bc85
      Miao Zheng authored
      ## Motivation
      
      Make projects contribution more clear
      
      ## Modification
      
      1. Add description on project/README
      2. Modify comments to reference in example_project/README 
      3. Add faq for projects
      
      ## BC-breaking (Optional)
      
      No
  17. Feb 16, 2023
  18. Feb 15, 2023
  19. Feb 10, 2023
  20. Feb 08, 2023
Loading