mmsegmentation/docs/zh_cn
Miao Zheng ff95416c3b
[Features]Support dump segment predition (#2712)
## Motivation

1. It is used to save the segmentation predictions as files and upload
these files to a test server

## Modification

1. Add output_file and format only in `IoUMetric`
 
## BC-breaking (Optional)

No

## Use cases (Optional)

If this PR introduces a new feature, it is better to list some use cases
here, and update the documentation.

## Checklist

1. Pre-commit or other linting tools are used to fix the potential lint
issues.
3. The modification is covered by complete unit tests. If not, please
add more unit test to ensure the correctness.
4. If the modification has potential influence on downstream projects,
this PR should be tested with downstream projects, like MMDet or
MMDet3D.
5. The documentation has been modified accordingly, like docstring or
example tutorials.
2023-03-17 22:58:08 +08:00
..
_static
advanced_guides [Doc] Add zh_cn transforms doc and format en doc (#2722) 2023-03-09 22:28:58 +08:00
device [DOC] update link in NPU DOC (#2610) 2023-02-16 17:43:18 +08:00
imgs
migration [Features]Support dump segment predition (#2712) 2023-03-17 22:58:08 +08:00
notes [Refactor] Refine documentation (#1993) 2022-08-31 20:54:15 +08:00
user_guides [Features]Support dump segment predition (#2712) 2023-03-17 22:58:08 +08:00
Makefile
api.rst [Doc] Refine MMSegmentation documentation (#2668) 2023-03-03 14:51:38 +08:00
conf.py [Refactor] Add pyupgrade pre-commit hook (#2078) 2022-09-19 14:06:29 +08:00
get_started.md [Fix] Fix the correct location of FAQ in dev-1.x (#2717) 2023-03-07 21:21:01 +08:00
index.rst [Fix] README for mmseg 1.x (#2009) 2022-09-01 00:03:51 +08:00
make.bat
model_zoo.md [Refactor] Refine documentation (#1993) 2022-08-31 20:54:15 +08:00
modelzoo_statistics.md [Doc] Refine MMSegmentation documentation (#2668) 2023-03-03 14:51:38 +08:00
overview.md CodeCamp #1562 [Doc] Add Chinese version of overview.md (#2397) 2022-12-30 22:52:07 +08:00
stat.py [Refactor] Add pyupgrade pre-commit hook (#2078) 2022-09-19 14:06:29 +08:00
switch_language.md