Skip to content
Snippets Groups Projects
  1. Jan 30, 2023
  2. Jan 22, 2023
  3. Jan 20, 2023
  4. Jan 19, 2023
  5. Jan 17, 2023
  6. Jan 13, 2023
    • 谢昕辰's avatar
      [Doc] Fix API document (#2483) · d505ec1c
      谢昕辰 authored
      ## Motivation
      
      As title.
      
      ## Modification
      
      - docs/en/api.rst
      - docs/zh_cn/api.rst
      - add `scipy` to readthedocs requirement.
      d505ec1c
  7. Jan 12, 2023
    • Tianlong Ai's avatar
      CodeCamp #151[Feature] Support HieraSeg on cityscapes (#2444) · ce09639a
      Tianlong Ai authored
      ## Support `HieraSeg` interface on `cityscapes`
      
      ## Motivation
      
      Support `HieraSeg` interface on cityscapes dataset  
      Paper link : https://ieeexplore.ieee.org/document/9878466/
      
      ```
      @article{li2022deep,
        title={Deep Hierarchical Semantic Segmentation},
        author={Li, Liulei and Zhou, Tianfei and Wang, Wenguan and Li, Jianwu and Yang, Yi},
        journal={CVPR},
        year={2022}
      }
      ```
      
      ## Modification
      
      Add `HieraSeg_Projects` on `projects/`
      Add `sep_aspp_contrast_head` decoder head.
      Add `HieraSeg` config.
      Add `hiera_loss`, `hiera_triplet_loss_cityscape`, `tree_triplet_loss`
      ce09639a
  8. 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
    • MengzhangLI's avatar
      [Doc] Update ZN dataset preparation of Synapse (#2465) · 546f3b5b
      MengzhangLI authored
      ## Motivation
      - Add Chinese version of Synapse dataset preparation.
      - Modify all `,` and `。` to `,` and `.` in
      `docs/zh_cn/user_guides/2_dataset_prepare.md`.
      546f3b5b
  9. Jan 10, 2023
  10. Jan 09, 2023
  11. Jan 06, 2023
  12. Jan 04, 2023
  13. Jan 03, 2023
  14. Jan 02, 2023
  15. 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
    • Miao Zheng's avatar
      [Fix]Fix pt version for merge stage test (#2449) · e727e92a
      Miao Zheng authored
      ## Motivation
      
      The conflict is caused by:
          The user requested torch==1.12.1+cpu
          torchvision 0.13.0+cpu depends on torch==1.12.0
      
      ## Modification
      
      modify the torch==1.12.0+cpu
      e727e92a
  16. Dec 30, 2022
  17. Dec 06, 2022
  18. Dec 05, 2022
Loading