- Apr 18, 2023
- Apr 14, 2023
-
-
Junhwa Song authored
-
- Apr 13, 2023
-
-
Mengyang Liu authored
-
CSH authored
-
谢昕辰 authored
-
- Apr 06, 2023
-
-
谢昕辰 authored
-
CSH authored
-
谢昕辰 authored
-
谢昕辰 authored
## Motivation As title, lead users to follow our migration document. ## Checklist - [x] https://github.com/open-mmlab/mmsegmentation/pull/2801
-
谢昕辰 authored
## Motivation https://github.com/actions/runner-images/issues/6002
-
- Apr 03, 2023
- Mar 31, 2023
-
-
谢昕辰 authored
## Motivation - Create the `main` branch ## Modification Modify links from `dev-1.x` to `main`
-
- Mar 30, 2023
- Mar 23, 2023
-
-
CSH authored
-
- Mar 22, 2023
-
-
Miao Zheng authored
-
- Mar 21, 2023
-
-
Tianlong Ai authored
As title #2750
-
- Mar 17, 2023
-
-
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.
-
谢昕辰 authored
-
Haolan He authored
as title
-
- Mar 16, 2023
-
-
MengzhangLI authored
## Motivation Support SegNeXt in MMSeg 1.x branch. 0.x PR: https://github.com/open-mmlab/mmsegmentation/pull/2600 --------- Co-authored-by:
xiexinch <xiexinch@outlook.com>
-
- Mar 15, 2023
-
-
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.
-
谢昕辰 authored
## Motivation The original images are too large. ## Modification Crop to small images.
-
Miao Zheng authored
as title
-
谢昕辰 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 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:
Miao Zheng <76149310+MeowZheng@users.noreply.github.com> Co-authored-by:
xiexinch <xiexinch@outlook.com>
-
- Mar 14, 2023
-
-
Junhwa Song authored
## Modification I just replaced the `indexes` variable name with `indices` for naming consistency.
-
Miao Zheng authored
Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand some items, don't worry, just make the pull request and seek help from maintainers. ## Motivation fix #2593 ## Modification 1. Only when gt seg map is 2D, extend its shape to 3D PixelData 2. If seg map is not 2D, we raised warning for users. --------- Co-authored-by:
xiexinch <xiexinch@outlook.com>
-
- Mar 13, 2023
-
-
CSH authored
as title --------- Co-authored-by:
MeowZheng <meowzheng@outlook.com>
-
- Mar 10, 2023
-
-
谢昕辰 authored
## Motivation fix compute flops problems ## Modification Please briefly describe what modification is made in this PR.
-