mmsegmentation/mmseg/models
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
..
backbones [Feature] Support DDRNet (#2855) 2023-04-27 09:44:30 +08:00
decode_heads [Doc] Fix a tiny mis-Arg in BaseDecodeHead class (#2970) 2023-05-05 11:27:58 +08:00
losses [Refactor] Refactor dice loss (#3002) 2023-05-15 14:20:42 +08:00
necks [Refactor] Add pyupgrade pre-commit hook (#2078) 2022-09-19 14:06:29 +08:00
segmentors [Fix] Fix bug cannot use both '--tta' and '--out' while testing. (#3067) 2023-06-06 16:39:41 +08:00
utils [Feature] Support PIDNet (#2609) 2023-03-15 14:55:30 +08:00
__init__.py [Refactory] Refactory BaseSegmentor based BaseModel 2022-06-19 06:32:09 +00:00
builder.py
data_preprocessor.py [Fix] Fix the problem of post-processing not removing padding (#2367) 2022-12-01 16:35:39 +08:00