Skip to content
Snippets Groups Projects
  • MengzhangLI's avatar
    67e0f9dd
    Bump v0.22.0 (#1347) · 67e0f9dd
    MengzhangLI authored
    * change version to v0.22.0
    
    * change version to v0.22.0
    
    * add mmcls version in get_started.md
    
    * add mmcls installation and move PR1299 into enhancement
    
    * add mmcls installation and move PR1299 into enhancement
    
    * remove MMCLS and make mmcv <=1.5.0 version in get_started.md
    
    * fix typo
    67e0f9dd
    History
    Bump v0.22.0 (#1347)
    MengzhangLI authored
    * change version to v0.22.0
    
    * change version to v0.22.0
    
    * add mmcls version in get_started.md
    
    * add mmcls installation and move PR1299 into enhancement
    
    * add mmcls installation and move PR1299 into enhancement
    
    * remove MMCLS and make mmcv <=1.5.0 version in get_started.md
    
    * fix typo
changelog.md 31.41 KiB

Changelog

V0.22 (3/04/2022)

Highlights

  • Officially Support ConvNeXt: A ConvNet for the 2020s. Please use the latest MMClassification (0.21.0) to try it out.
  • Support iSAID aerial Dataset.
  • Officially Support inference on Windows OS.

New Features

  • Support ConvNeXt: A ConvNet for the 2020s. (#1216)
  • Support iSAID aerial Dataset. (#1115
  • Generating and plotting confusion matrix. (#1301)

Improvements

  • Refactor 4 decoder heads (ASPP, FCN, PSP, UPer): Split forward function into _forward_feature and cls_seg. (#1299)
  • Add min_size arg in Resize to keep the shape after resize bigger than slide window. (#1318)
  • Revise pre-commit-hooks. (#1315)
  • Add win-ci. (#1296)

Bug Fixes

  • Fix mlp_ratio type in Swin Transformer. (#1274)
  • Fix path errors in ./demo . (#1269)
  • Fix bug in conversion of potsdam. (#1279)
  • Make accuracy take into account ignore_index. (#1259)
  • Add Pytorch HardSwish assertion in unit test. (#1294)
  • Fix wrong palette value in vaihingen. (#1292)
  • Fix the bug that SETR cannot load pretrain. (#1293)
  • Update correct In Collection in metafile of each configs. (#1239)
  • Upload completed STDC models. (#1332)
  • Fix DNLHead exports onnx inference difference type Cast error. (#1161)