Commit Graph

873 Commits (77836e623112c8efdbfee1c1e3281efda73485f9)
 

Author SHA1 Message Date
Sizheng Guo 77836e6231
[Project] add Vampire dataset project (#2633) 2023-05-06 17:39:12 +08:00
MengzhangLI 65b63cca99
[Fix] Fix DDRNet readme (#2981)
Ref: https://github.com/ydhongHIT/DDRNet#citation

Co-authored-by: xiexinch <xiexinch@outlook.com>
2023-05-06 16:09:28 +08:00
谢昕辰 99b9e81e18
[Fix] Limit urllib3 version for docs building (#2984) 2023-05-06 14:43:01 +08:00
tianbin li b29912036d
[Project] add Bactteria_Dataset project in dev-1.x (#2568) 2023-05-06 13:04:12 +08:00
Miguel Méndez 01d40174e1
Fix typo in tools/test.py (#2961) 2023-05-05 11:30:07 +08:00
ZhangYiqin 227ced4a90
[Doc] Fix a tiny mis-Arg in BaseDecodeHead class (#2970) 2023-05-05 11:27:58 +08:00
jts250 9b6c4b7e98
[Doc] Update the translation of models. (#2833) 2023-05-04 14:30:56 +08:00
Pan Zhang 990063e59b
[Feature] Support DDRNet (#2855)
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

Support DDRNet
Paper: [Deep Dual-resolution Networks for Real-time and Accurate
Semantic Segmentation of Road Scenes](https://arxiv.org/pdf/2101.06085)
official Code: https://github.com/ydhongHIT/DDRNet


There is already a PR
https://github.com/open-mmlab/mmsegmentation/pull/1722 , but it has been
inactive for a long time.

## Current Result

### Cityscapes

#### inference with converted official weights

| Method | Backbone      | mIoU(official) | mIoU(converted weight) |
| ------ | ------------- | -------------- | ---------------------- |
| DDRNet | DDRNet23-slim | 77.8           | 77.84                  |
| DDRNet | DDRNet23 | 79.5 | 79.53 |

#### training with converted pretrained backbone

| Method | Backbone | Crop Size | Lr schd | Inf time(fps) | Device |
mIoU | mIoU(ms+flip) | config | download |
| ------ | ------------- | --------- | ------- | ------- | -------- |
----- | ------------- | ------------ | ------------ |
| DDRNet | DDRNet23-slim | 1024x1024 | 120000 | 85.85 | RTX 8000 | 77.85
| 79.80 |
[config](https://github.com/whu-pzhang/mmsegmentation/blob/ddrnet/configs/ddrnet/ddrnet_23-slim_in1k-pre_2xb6-120k_cityscapes-1024x1024.py)
| model \| log |
| DDRNet | DDRNet23 | 1024x1024 | 120000 | 33.41 | RTX 8000 | 79.53 |
80.98 |
[config](https://github.com/whu-pzhang/mmsegmentation/blob/ddrnet/configs/ddrnet/ddrnet_23_in1k-pre_2xb6-120k_cityscapes-1024x1024.py)
| model \| log |


The converted pretrained backbone weights download link:

1.
[ddrnet23s_in1k_mmseg.pth](https://drive.google.com/file/d/1Ni4F1PMGGjuld-1S9fzDTmneLfpMuPTG/view?usp=sharing)
2.
[ddrnet23_in1k_mmseg.pth](https://drive.google.com/file/d/11rsijC1xOWB6B0LgNQkAG-W6e1OdbCyJ/view?usp=sharing)

## To do

- [x] support inference with converted official weights
- [x] support training on cityscapes dataset

---------

Co-authored-by: xiexinch <xiexinch@outlook.com>
2023-04-27 09:44:30 +08:00
JoshuaChou 3b072eb213
Fix typo in docs/en/user_guides/visualization_feature_map.md (#2951)
Motivation

Typo in docs/en/user_guides/visualization_feature_map.md.

Modification

reature -> feature

Checklist

- [x] Pre-commit or other linting tools are used to fix the potential
lint issues.
- [x] The modification is covered by complete unit tests. If not, please
add more unit test to ensure the correctness.
- [x] If the modification has potential influence on downstream
projects, this PR should be tested with downstream projects, like MMDet
or MMDet3D.
- [x] The documentation has been modified accordingly, like docstring or
example tutorials.
2023-04-26 10:57:47 +08:00
谢昕辰 7ff58d7074
[Feature] Support albu transform (#2943)
## Motivation


3a14c35974/mmseg/datasets/pipelines/transforms.py (L1348)

## Modification

Add albu to dev-1.x
2023-04-24 13:44:20 +08:00
Julius Zhang 60a542cc66
[Fix] fix squeeze error when N=1 and C=1 (#2933)
## Motivation

fix squeeze error when N=1 and C=1

## Modification

fix squeeze error when N=1 and C=1
2023-04-23 15:12:40 +08:00
CSH 04f7ec60d8
[Fix] Fix binary C=1 focal loss & dataset fileio (#2935) 2023-04-23 15:02:18 +08:00
xiexinch 757f4a583e Merge branch 'main' of github.com:open-mmlab/mmsegmentation into dev-1.x 2023-04-19 17:27:10 +08:00
谢昕辰 e566f986be
Merge branch 'dev-1.x' of github.com:open-mmlab/mmsegmentation into main (#2928) 2023-04-19 17:23:29 +08:00
谢昕辰 d3217edb7f
[Dev] update owner (#2927) 2023-04-19 16:58:27 +08:00
Lai Quang Huy 8721d44724
[Fix] Fix URL so output of `mim list` looks better (#2902) 2023-04-19 15:50:19 +08:00
谢昕辰 20f80f9162
[Project] support SAM inferencer (#2897) 2023-04-19 11:41:10 +08:00
tianlei 1271db2cff
[Fix] modify links in `overview.md` (#2919) 2023-04-18 18:47:04 +08:00
李开宇 4371ba5db6
[Fix] Fix bugs when out_channels==1 (#2911) 2023-04-18 18:26:59 +08:00
Junhwa Song ced29fcaf8
[Refactor] Handle case where device is neither CPU nor CUDA in HamHead (#2868) 2023-04-14 10:12:49 +08:00
Mengyang Liu 969f50459d
Fix typo in tutorial-1 (#2896) 2023-04-13 19:27:19 +08:00
CSH 22032e1de2
[Doc] update doc link (#2863) 2023-04-13 19:21:19 +08:00
谢昕辰 4eefd9fcee
[CI] Remove github workflow (#2898) 2023-04-13 19:13:15 +08:00
xiexinch b600f7cb26 Merge branch 'dev-1.x' of github.com:open-mmlab/mmsegmentation into main 2023-04-06 17:30:10 +08:00
谢昕辰 892f9e19e7
bumpv1.0.0 (#2849) 2023-04-06 17:24:57 +08:00
CSH 580887ad10
[Doc] Update version info in doc (#2851) 2023-04-06 16:49:56 +08:00
谢昕辰 997d14701e
[CI] update mmdet dependency (#2848) 2023-04-06 16:18:25 +08:00
谢昕辰 3312c505af
[Doc] Update readme (#2834)
## Motivation

As title, lead users to follow our migration document.

## Checklist

- [x] https://github.com/open-mmlab/mmsegmentation/pull/2801
2023-04-06 14:57:25 +08:00
谢昕辰 413f12066e
[CI] Update ci image (#2801)
## Motivation

https://github.com/actions/runner-images/issues/6002
2023-04-06 11:12:14 +08:00
任祉涵 225e1582a8
[Docs] Add faq in dev-1.x branch (#2765) 2023-04-03 18:49:48 +08:00
CSH b24099aaa0
[Doc] Update links in README (#2831) 2023-04-03 18:49:08 +08:00
谢昕辰 4dc4ed9650
[Fix] Remove locations of not exists modules in the registry (#2829)
## Motivation

If the module does not actually exist, setting locations will report an
error.

https://github.com/open-mmlab/mmengine/pull/1010

## Modification

mmseg/registry/registry.py
2023-04-03 17:29:53 +08:00
谢昕辰 0e6f0e6baf
[Fix] Fix manifest (#2828) 2023-04-03 14:16:52 +08:00
CSH 794202e93a
Fix migration doc (#2827) 2023-04-03 11:11:53 +08:00
xiexinch 0601f28021 Merge branch 'dev-1.x' of github.com:open-mmlab/mmsegmentation into 1.x 2023-03-31 16:38:41 +08:00
谢昕辰 c448646a92
[Doc] Refine doc and fix links (#2821)
## Motivation

- Create the `main` branch

## Modification

Modify links from `dev-1.x` to `main`
2023-03-31 16:26:30 +08:00
谢昕辰 58b43fc26e
[Doc] Temporarily skip errors in building pdf docs at readthedocs (#2814) 2023-03-30 17:22:56 +08:00
谢昕辰 23fb3a9812
[Fix] Fix accepting an unexpected argument `local-rank` in PyTorch 2.0 (#2812) 2023-03-30 16:43:15 +08:00
谢昕辰 15979db1ec
[Doc] Add custom metrics document (#2799) 2023-03-30 15:21:07 +08:00
谢昕辰 9dbe415847
[Doc] Add more social networking links (#2802) 2023-03-30 15:02:09 +08:00
CSH a7d2e28dca
[Doc] Update dataset_prepare & inference (#2798) 2023-03-30 15:01:27 +08:00
Tianlong Ai 871e7ac1ff
[Doc] Fix invalid links and standardize Chinese and English punctuation marks at zh_CN faq.md (#2790) 2023-03-30 14:50:13 +08:00
谢昕辰 1dd65813f9
[Doc] Add English version document of the Training Engine (#2797) 2023-03-30 14:19:13 +08:00
CSH 3c26531e69
[Doc] Update add_datasets docs (#2745) 2023-03-23 15:42:16 +08:00
Miao Zheng 1ea397509e
[Doc] Refine training tricks documentation (#2755) 2023-03-22 14:37:54 +08:00
Tianlong Ai 1896344e04
[Docs] Update zh_CN faq.md (#2769)
As title #2750
2023-03-21 21:33:40 +08:00
Miao Zheng ff95416c3b
[Features]Support dump segment predition (#2712)
## 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.
2023-03-17 22:58:08 +08:00
谢昕辰 f6de1aad81
[Dev] update update-model-index pre-commit hook (#2667) 2023-03-17 19:12:58 +08:00
Haolan He 6d63e77600
[Docs] add deeplabv3 model structure (#2426)
as title
2023-03-17 17:35:38 +08:00
MengzhangLI ff8d971988
[Feature] Support SegNeXt in MMSegmentation 2.0 (#2654)
## 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>
2023-03-16 16:49:15 +08:00