谢昕辰
a947e3e754
[FIx] Set default `backend_args` values to None ( #2597 )
...
## Motivation
In MMEngine >= 0.2.0, it might directly determine what the backend is by
using the `data_root` path.
## Modification
Set all default `backend_args` values are `None`.
2023-02-16 15:33:52 +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
谢昕辰
da4125587e
[Refactor] Support TTA ( #2184 )
...
* tta init
* use mmcv transform
* test city
* add multiscale
* fix merge
* add softmax to post process
* add ut
* add tta pipeline to other datasets
* remove softmax
* add encoder_decoder_tta ut
* add encoder_decoder_tta ut
* rename
* rename file
* rename config
* rm aug_test
* move flip to post process
* fix channel
2022-12-30 22:52:07 +08:00
xiexinchen.vendor
b852f2605a
[Fix] Fix RandomResize default setting
2022-07-06 06:04:40 +00:00
linfangjian01
bb0b33dfed
[Refactor] Refactor metrics -> iou_metrics
2022-06-20 16:34:18 +08:00
limengzhang.vendor
11493c4851
[Fix] Fix no LoadAnnotations in testpipeline
2022-06-13 05:33:34 +00:00
limengzhang.vendor
34711422ac
[Fix] Fix batch size of val_dataloader to 1.
2022-06-12 09:10:26 +00:00
linfangjian.vendor
dd9c411335
[Refactor] Refactor decode_head and segmentors and add preprocess_cfg
2022-06-10 14:02:40 +00:00
limengzhang.vendor
6d80312c8f
[Fix] Fix DefaultSampler to InfiniteSampler
2022-06-10 13:13:16 +00:00
linfangjian.vendor
02677ac2f8
[Refactor] Refactor evaluation config, clean eval hook and metrics
2022-06-08 08:22:42 +00:00
limengzhang.vendor
5b9c29f992
[Refactor] Refactor Dataset and its Transform Config files
2022-05-31 14:28:42 +00:00
MeowZheng
fcb948295c
[Enhancement] Revise RandomCrop
2022-05-27 21:52:49 +08:00
linfangjian.vendor
f6d3291064
[Refactor] Refactor RandomCrop and PhotoMetricDistortion
2022-05-25 01:58:37 +00:00
DerrickWang005
bf1bdba623
support coco stuff-10k/164k ( #625 )
...
* support coco stuff-10k/164k
* update docs
* fix docs
* update docs
* fix import lints
* Update docs/dataset_prepare.md
* Update docs/dataset_prepare.md
* Update tools/convert_datasets/coco_stuff164k.py
* Update tools/convert_datasets/coco_stuff10k.py
* Update tools/convert_datasets/coco_stuff10k.py
* Update tools/convert_datasets/coco_stuff10k.py
* Update tools/convert_datasets/coco_stuff10k.py
* Update coco_stuff.py
fix the description of the dataset
* Update dataset_prepare.md
fix the doc tree of coco stuff 10k
* Update coco_stuff10k.py
fix img_dir
* Update coco_stuff.py
fix descriptions
* Update coco_stuff164k.py
fix out_dir
* Update coco_stuff10k.py
fix save file name
* Update coco_stuff.py
fix seg_map_suffix
* Update dataset_prepare.md
fix -p
* Update dataset_prepare.md
fix doc tree
* modify coco stuff convertor
* Remove redundant code
* fix 164k convert bug
* remove redundant comment
* add deeplabv3 configs and more iterations
* replace shutil.move with shtil.copyfile
* Update deeplabv3_r50-d8_512x512_4x4_80k_coco_stuff10k.py
fix wrong config
* Update deeplabv3_r101-d8_512x512_4x4_80k_coco_stuff164k.py
fix wrong config
* fix wrong configs
* fix wrong configs
* fix wrong path for coco stuff 10k
* fix convert bugs
* fix seg_filename bug
* when nproc=0, use track progress
* rename configs: coco_stuff --> coco-stuff
* add coco-stuff 10k and 164k to README.md
* update configs
* add deeplabv3 benchmark
* add pspnet benchmark
* remove redundant comma
Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn>
2021-09-22 20:48:08 +08:00