mmsegmentation/docs/en/user_guides
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
..
1_config.md CodeCamp #144 [Doc] Chinese version of config tutorial (2371) 2022-12-30 22:51:19 +08:00
2_dataset_prepare.md CodeCamp #139 [Feature] Support REFUGE dataset. (#2554) 2023-02-03 16:02:19 +08:00
3_inference.md [Enhancement] Modify interface of MMSeginferencer and add docs (#2658) 2023-03-03 14:37:54 +08:00
4_train_test.md update tta docs (#2335) 2022-12-30 22:52:07 +08:00
deployment.md [Refactor] Refine documentation (#1993) 2022-08-31 20:54:15 +08:00
index.rst [Refactor] Refine documentation (#1993) 2022-08-31 20:54:15 +08:00
useful_tools.md [Refactor] Refine documentation (#1993) 2022-08-31 20:54:15 +08:00
visualization.md Upgrade pre commit hooks (#2154) 2022-10-08 12:04:24 +08:00