File tree Expand file tree Collapse file tree 3 files changed +28
-2
lines changed Expand file tree Collapse file tree 3 files changed +28
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ This project is released under the [Apache 2.0 license](LICENSE).
4848
4949## Changelog  
5050
51- v0.11 .0 was released in 02/02 /2021.
51+ v0.12 .0 was released in 04/03 /2021.
5252Please refer to [ changelog.md] ( docs/changelog.md )  for details and release history.
5353
5454## Benchmark and model zoo  
Original file line number Diff line number Diff line change 11## Changelog  
22
3+ ### V0.12 (04/03/2021)  
4+ 
5+ ** Highlights** 
6+ 
7+ -  Support FCN-Dilate 6 model.
8+ -  Support Dice Loss.
9+ 
10+ ** Bug Fixes** 
11+ 
12+ -  Fixed PhotoMetricDistortion Doc ([ #388  ] ( https://github.com/open-mmlab/mmsegmentation/pull/388 ) )
13+ -  Fixed install scripts ([ #399  ] ( https://github.com/open-mmlab/mmsegmentation/pull/399 ) )
14+ -  Fixed Dice Loss multi-class ([ #417  ] ( https://github.com/open-mmlab/mmsegmentation/pull/417 ) )
15+ 
16+ ** New Features** 
17+ 
18+ -  Support Dice Loss ([ #396  ] ( https://github.com/open-mmlab/mmsegmentation/pull/396 ) )
19+ -  Add plot logs tool ([ #426  ] ( https://github.com/open-mmlab/mmsegmentation/pull/426 ) )
20+ -  Add opacity option to show_result ([ #425  ] ( https://github.com/open-mmlab/mmsegmentation/pull/425 ) )
21+ -  Speed up mIoU metric ([ #430  ] ( https://github.com/open-mmlab/mmsegmentation/pull/430 ) )
22+ 
23+ ** Improvements** 
24+ 
25+ -  Refactor unittest file structure ([ #440  ] ( https://github.com/open-mmlab/mmsegmentation/pull/440 ) )
26+ -  Fix typos in the repo ([ #449  ] ( https://github.com/open-mmlab/mmsegmentation/pull/449 ) )
27+ -  Include class-level metrics in the log ([ #445  ] ( https://github.com/open-mmlab/mmsegmentation/pull/445 ) )
28+ 
329### V0.11 (02/02/2021)  
430
531** Highlights** 
Original file line number Diff line number Diff line change 11# Copyright (c) Open-MMLab. All rights reserved. 
22
3- __version__  =  '0.11 .0' 
3+ __version__  =  '0.12 .0' 
44
55
66def  parse_version_info (version_str ):
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments