mmsegmentation/mmseg/engine/hooks
谢昕辰 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
..
__init__.py [Feature] Add SegVisualizer (#1792) 2022-07-27 16:28:09 +08:00
visualization_hook.py [Refactor] Refactor fileio (#2543) 2023-02-01 17:53:22 +08:00