Skip to content
Snippets Groups Projects
  1. Apr 19, 2023
  2. Mar 31, 2023
  3. Mar 30, 2023
  4. Mar 17, 2023
    • Miao Zheng's avatar
      [Features]Support dump segment predition (#2712) · ff95416c
      Miao Zheng authored
      ## Motivation
      
      1. It is used to save the segmentation predictions as files and upload
      these files to a test server
      
      ## Modification
      
      1. Add output_file and format only in `IoUMetric`
       
      ## BC-breaking (Optional)
      
      No
      
      ## Use cases (Optional)
      
      If this PR introduces a new feature, it is better to list some use cases
      here, and update the documentation.
      
      ## Checklist
      
      1. Pre-commit or other linting tools are used to fix the potential lint
      issues.
      3. The modification is covered by complete unit tests. If not, please
      add more unit test to ensure the correctness.
      4. If the modification has potential influence on downstream projects,
      this PR should be tested with downstream projects, like MMDet or
      MMDet3D.
      5. The documentation has been modified accordingly, like docstring or
      example tutorials.
  5. Mar 15, 2023
    • 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>
  6. Mar 07, 2023
  7. Mar 03, 2023
  8. Feb 23, 2023
  9. Feb 03, 2023
  10. Jan 11, 2023
  11. Jan 06, 2023
  12. Dec 30, 2022
  13. Nov 01, 2022
  14. Oct 31, 2022
  15. Oct 08, 2022
  16. Sep 29, 2022
  17. Sep 16, 2022
  18. Sep 14, 2022
  19. Aug 31, 2022
  20. Aug 29, 2022
  21. Aug 26, 2022
  22. Aug 24, 2022
  23. Aug 19, 2022
Loading