mmsegmentation/tests
Miao Zheng 310ec4afc7
[Enhancement] Modify interface of MMSeginferencer and add docs (#2658)
## Motivation

Make MMSeginferencer easier to be used

## Modification

1. Add `_load_weights_to_model` to MMSeginferencer, it is for get
`dataset_meta` from ckpt
2. Modify and remove some parameters of `__call__`, `visualization` and
`postprocess`
3. Add function of save seg mask, remove dump pkl.
4. Refine docstring of MMSeginferencer and SegLocalVisualizer
5. Add the user documentation of MMSeginferencer

## BC-breaking (Optional)

yes, remove some parameters, we need to discuss whether keep them with
deprecated waring or just remove them as the MMSeginferencer just merged
in mmseg a few days.

Co-authored-by: xiexinch <xiexinch@outlook.com>
2023-03-03 14:37:54 +08:00
..
data CodeCamp #139 [Feature] Support REFUGE dataset. (#2554) 2023-02-03 16:02:19 +08:00
test_apis [Enhancement] Modify interface of MMSeginferencer and add docs (#2658) 2023-03-03 14:37:54 +08:00
test_datasets [Feature] Support auto import modules from registry. (#2481) 2023-02-23 20:33:17 +08:00
test_engine [Feature] Support auto import modules from registry. (#2481) 2023-02-23 20:33:17 +08:00
test_evaluation/test_metrics [Doc] Add evaluation doc (#2077) 2022-10-13 14:55:04 +08:00
test_models [Feature] Support auto import modules from registry. (#2481) 2023-02-23 20:33:17 +08:00
test_structures [Fix]Remove modules from mmcv.runner and mmcv.utils (#1966) 2022-08-25 15:15:21 +08:00
test_utils [Feature] Add BioMedical data loading (#2176) 2022-10-18 16:30:08 +08:00
test_visualization [Enhancement]Add `out_file` in add_datasample to directly save image (#2090) 2022-09-20 15:23:13 +08:00
__init__.py [Dcos] Add header for files (#796) 2021-08-16 23:16:55 -07:00
test_config.py [Feature] Support auto import modules from registry. (#2481) 2023-02-23 20:33:17 +08:00
test_digit_version.py [Dcos] Add header for files (#796) 2021-08-16 23:16:55 -07:00
test_sampler.py rename data to structures (#1854) 2022-08-19 20:50:02 +08:00