mmsegmentation/mmseg
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
..
apis [Fix] Fix mmseg.api.inference inference_segmentor (#1849) 2022-09-14 00:13:43 +08:00
core remove show=False parameter in test_fn (#1741) 2022-07-07 09:21:27 +08:00
datasets [Enchance] support infererence with padding (#1607) 2022-06-15 11:28:09 +08:00
models [Fix] Fix binary segmentation when `num_classes==1` (#2016) 2022-09-08 14:43:21 +08:00
ops [Fix] bug of resize warning when align_corners is True (#1592) 2022-05-18 16:39:52 +08:00
utils fix OpenCV num_threads log (#1704) 2022-06-24 11:58:27 +08:00
__init__.py [Enhancement] Modify MMCV version requirement (#1764) 2022-07-13 19:40:32 +08:00
version.py Bump v0.28.0 (#2047) 2022-09-08 16:54:12 +08:00