mmsegmentation/mmseg/models/segmentors
nightrain01 13e42cc2ae
[Fix] Fix bug cannot use both '--tta' and '--out' while testing. (#3067)
## Motivation

Fix bug cannot use both '--tta' and '--out' while testing.
For details, please refer to #3064 .

## Modification

Add 'img_path' in TTA predictions.

---------

Co-authored-by: xiexinch <xiexinch@outlook.com>
2023-06-06 16:39:41 +08:00
..
__init__.py [Refactor] Support TTA (#2184) 2022-12-30 22:52:07 +08:00
base.py [Fix] Fix bugs when out_channels==1 (#2911) 2023-04-18 18:26:59 +08:00
cascade_encoder_decoder.py [Fix] Add out_channels in `CascadeEncoderDecoder` and update OCRNet and MobileNet v2 results (#2656) 2023-02-28 15:57:43 +08:00
encoder_decoder.py [Fix] Fix bugs when out_channels==1 (#2911) 2023-04-18 18:26:59 +08:00
seg_tta.py [Fix] Fix bug cannot use both '--tta' and '--out' while testing. (#3067) 2023-06-06 16:39:41 +08:00