1
0
mirror of https://github.com/open-mmlab/mmsegmentation.git synced 2025-06-03 19:02:09 +08:00

10 Commits

Author SHA1 Message Date
谢昕辰
124b87ce90
[Refactor] Refactor fileio ()
## 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 [New] [Feature] Add synapse dataset and data augmentation in dev-1.x. ()
## 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 ()
* [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 ()
* [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 () 2022-07-26 14:46:59 +08:00
MengzhangLI
3cf2bbda2a
[Fix] Change CustomDataset to BaseSegDataset () 2022-07-26 12:01:40 +08:00
Miao Zheng
4de57b49c5
[Fix] Fix register_all_modules and imports ()
* [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