CastleDream
057155d3ab
[Feature] add bdd100K datasets ( #3158 )
...
## Motivation
Integrate [BDD100K](https://paperswithcode.com/dataset/bdd100k ) dataset.
It shares the same classes as Cityscapes, and it's commonly used for
evaluating segmentation/detection tasks in driving scenes, such as in
[RobustNet](https://arxiv.org/abs/2103.15597 ),
[WildNet](https://github.com/suhyeonlee/WildNet ).
Enhancement for Add BDD100K Dataset #2808
---------
Co-authored-by: xiexinch <xiexinch@outlook.com>
2023-07-14 10:09:16 +08:00
Tianlong Ai
5563480e70
[Doc] Repair invalid link of potsdam and vaihingen ( #3042 )
...
Repair invalid link of potsdam and vaihingen in docs
2023-05-30 09:54:55 +08:00
WuFan
b89c2c4cb7
[Feature] Support DSDL Dataset ( #2925 )
...
- support dsdl seg dataset
- add dsdl dataset citest
- validated accuracy on voc2012 and cityscapes
2023-05-10 16:54:42 +08:00
zoulinxin
77591b9e7b
[Feature] Add GDAL backend and Support LEVIR-CD Dataset ( #2903 )
...
## Motivation
For support with reading multiple remote sensing image formats, please
refer to https://gdal.org/drivers/raster/index.html .
Byte, UInt16, Int16, UInt32, Int32, Float32, Float64, CInt16, CInt32,
CFloat32 and CFloat64 are supported for reading and writing.
Support input of two images for change detection tasks, and support the
LEVIR-CD dataset.
## Modification
Add LoadSingleRSImageFromFile in 'mmseg/datasets/transforms/loading.py'.
Load a single remote sensing image for object segmentation tasks.
Add LoadMultipleRSImageFromFile in
'mmseg/datasets/transforms/loading.py'.
Load two remote sensing images for change detection tasks.
Add ConcatCDInput in 'mmseg/datasets/transforms/transforms.py'.
Combine images that have been separately augmented for data enhancement.
Add BaseCDDataset in 'mmseg/datasets/basesegdataset.py'
Base class for datasets used in change detection tasks.
---------
Co-authored-by: xiexinch <xiexinch@outlook.com>
2023-05-08 20:09:33 +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
CSH
a7d2e28dca
[Doc] Update dataset_prepare & inference ( #2798 )
2023-03-30 15:01:27 +08:00
Tianlong Ai
8c89ff3dd1
[Datasets] Add Mapillary Vistas Datasets to MMSeg Core Package. ( #2576 )
...
## [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>
2023-03-15 14:44:38 +08:00
Andrew Lau
49b062e365
CodeCamp #139 [Feature] Support REFUGE dataset. ( #2554 )
...
## Motivation
Add REFUGE datasets
Old PR: https://github.com/open-mmlab/mmsegmentation/pull/2420
---------
Co-authored-by: MengzhangLI <mcmong@pku.edu.cn>
2023-02-03 16:02:19 +08:00
MengzhangLI
546f3b5b20
[Doc] Update ZN dataset preparation of Synapse ( #2465 )
...
## Motivation
- Add Chinese version of Synapse dataset preparation.
- Modify all `,` and `。` to `,` and `.` in
`docs/zh_cn/user_guides/2_dataset_prepare.md`.
2023-01-11 11:50:47 +08:00
王永韬
2d67e51db3
CodeCamp #140 [New] [Feature] Add synapse dataset and data augmentation in dev-1.x. ( #2432 )
...
## Motivation
Add Synapse dataset in MMSegmentation.
Old PR: https://github.com/open-mmlab/mmsegmentation/pull/2372 .
2023-01-06 16:14:54 +08:00
Miao Zheng
b21df463d4
[Feature] LIP dataset ( #2187 )
...
* [WIP] LIP dataset
* wip
* keep473
* lip dataset prepare
* add ut and test data
2022-10-31 20:47:52 +08:00
MengzhangLI
bff8a98d81
[Doc] Update Data Preparation and Visualization doc ( #2054 )
...
* [Doc] Update Data Preparation and Visualization doc
* upload visualization figure example
* fix
* fix
* delete demo image
* remove segvisualizer
* fix
* fix
* fix
2022-09-14 22:27:12 +08:00
谢昕辰
8f2c657de8
[Refactor] Dataset tutorial for 1.x ( #1932 )
...
* modify scripts dirname
* update links
2022-08-19 20:50:03 +08:00
Miao Zheng
45b63c584f
[Doc] MMSeg 1.x Documentation ( #1924 )
...
* [Doc] MMSeg 1.x Documentation
* revise index
2022-08-19 20:50:03 +08:00