mmsegmentation/mmseg/apis
whooray ecd1ecb6ba
[Fix] Fix mmseg.api.inference inference_segmentor (#1849)
* [Fix] Fix mmseg.api.inference inference_segmentor

Motivation
Fix inference_segmentor not working with multiple images path or images. List[str/ndarray]

Modification
- process images if instance is list

* fix typo

* Update mmseg/apis/inference.py

Co-authored-by: Hakjin Lee <nijkah@gmail.com>

Co-authored-by: Hakjin Lee <nijkah@gmail.com>
2022-09-14 00:13:43 +08:00
..
__init__.py [Enchance] Set a random seed when the user does not set a seed. (#1039) 2021-11-26 10:55:15 +08:00
inference.py [Fix] Fix mmseg.api.inference inference_segmentor (#1849) 2022-09-14 00:13:43 +08:00
test.py [Fix] Fix test error when using --show-dir (#1091) 2021-12-06 08:10:18 -08:00
train.py feat(mlu): Support PyTorch backend on MLU. (#1515) 2022-05-25 18:11:42 +08:00