Skip to content
Snippets Groups Projects
  1. Jan 17, 2023
  2. Jan 11, 2023
    • Wencheng Wu's avatar
      [Feature] Add `gt_edge_map` field. (#2466) · 8dae9465
      Wencheng Wu authored
      ## Motivation
      
      The motivation of this PR is to add `gt_edge_map` field to support
      boundary loss.
      
      ## Modification
      
      - GenerateEdge
      Modify `gt_edge` field to `gt_edge_map`.
      
      - PackSegInputs
      Add `gt_edge_map` to data_sample.
      
      - stack_batch
      Pad `gt_edge_map` to max_shape.
      
      ## BC-breaking (Optional)
      
      No
      
      ## Use cases (Optional)
      
      Reference `GenerateEdge`.
      8dae9465
  3. Jan 10, 2023
  4. Jan 06, 2023
  5. Jan 03, 2023
  6. Jan 02, 2023
  7. Dec 31, 2022
    • Miao Zheng's avatar
      Bump 1.0.0rc3 (#2446) · 6eb1a95a
      Miao Zheng authored
      ## Motivation
      
      To release 1.0.0rc3  
      
      ## Modification
      
      1. Modify mmseg version 
      2. Add change log
      3. Modify README
      4. Modify faq 
      5. Revise docker file
      6eb1a95a
  8. Dec 30, 2022
  9. Dec 06, 2022
  10. Dec 05, 2022
  11. 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
    • 谢昕辰's avatar
      [Fix] Fix the problem of post-processing not removing padding (#2367) · 925faea5
      谢昕辰 authored
      * add img_padding_size
      
      * minor change
      
      * add pad_shape to data_samples
      925faea5
    • xiexinch's avatar
      update copyright · 3b731edb
      xiexinch authored
      3b731edb
    • xiexinch's avatar
      fix h,w order · 5a62b033
      xiexinch authored
      5a62b033
  12. Nov 30, 2022
  13. Nov 24, 2022
  14. Nov 23, 2022
  15. Nov 22, 2022
  16. Nov 21, 2022
  17. Nov 19, 2022
  18. Nov 18, 2022
  19. Nov 15, 2022
  20. Nov 10, 2022
  21. Nov 02, 2022
  22. Nov 01, 2022
  23. Oct 31, 2022
  24. Oct 28, 2022
  25. Oct 26, 2022
    • Miao Zheng's avatar
      [Feature]Add Decathlon dataset (#2227) · 3d8fd35e
      Miao Zheng authored
      * [Feature]Add Decathlon dataset
      
      * fix test data
      
      * add file
      
      * remove order
      
      * revise default value for prefix
      
      * modify example
      
      * revise based on  comments
      
      * add comments for ut
      3d8fd35e
Loading