Skip to content
Snippets Groups Projects
  • Miao Zheng's avatar
    ff95416c
    [Features]Support dump segment predition (#2712) · ff95416c
    Miao Zheng authored
    ## 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.
    ff95416c
    History
    [Features]Support dump segment predition (#2712)
    Miao Zheng authored
    ## 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.