mmsegmentation/demo
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
..
MMSegmentation_Tutorial.ipynb [Feature] Support auto import modules from registry. (#2481) 2023-02-23 20:33:17 +08:00
demo.png init commit 2020-07-10 02:39:01 +08:00
image_demo.py [Feature] Support auto import modules from registry. (#2481) 2023-02-23 20:33:17 +08:00
image_demo_with_inferencer.py [Enhancement] Modify interface of MMSeginferencer and add docs (#2658) 2023-03-03 14:37:54 +08:00
inference_demo.ipynb [Feature] Support auto import modules from registry. (#2481) 2023-02-23 20:33:17 +08:00
video_demo.py [Feature] Support auto import modules from registry. (#2481) 2023-02-23 20:33:17 +08:00