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
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
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
谢昕辰
124b87ce90
[Refactor] Refactor fileio ( #2543 )
...
## Motivation
Use the new fileio from mmengine
https://github.com/open-mmlab/mmengine/pull/533
## Modification
1. Use `mmengine.fileio` to repalce FileClient in mmseg/datasets
2. Use `mmengine.fileio` to repalce FileClient in
mmseg/datasets/transforms
3. Use `mmengine.fileio` to repalce FileClient in mmseg/visualization
## BC-breaking (Optional)
we modify all the dataset configurations, so please use the latest config file.
2023-02-01 17:53:22 +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
Miao Zheng
3d8fd35e26
[Feature]Add Decathlon dataset ( #2227 )
...
* [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
2022-10-26 20:10:42 +08:00
MengzhangLI
6758b148b3
[Fix] Fix DATASETS not imported error ( #1827 )
2022-07-26 14:46:59 +08:00
MengzhangLI
3cf2bbda2a
[Fix] Change CustomDataset to BaseSegDataset ( #1791 )
2022-07-26 12:01:40 +08:00
Miao Zheng
4de57b49c5
[Fix] Fix register_all_modules and imports ( #1793 )
...
* [Fix] Fix register_all_modules and imports
* fix transforms import
2022-07-21 22:44:42 +08:00
zhengmiao
4b76f277a6
[Refactory] MMSegmentation Content
2022-07-15 15:47:29 +00:00
linfangjian.vendor
6053345b3d
[Refactor] Refactor cityscapes metrics
2022-06-28 03:21:33 +00:00
zhengmiao
1af338e496
[Refactory] Dataset refactory
2022-05-26 09:13:40 +00:00