Skip to content

MMClassification Release V0.10.0

Compare
Choose a tag to compare
@ycxioooong ycxioooong released this 01 Apr 02:40
1f6549e

New Features

  • Add Rotate pipeline for data augmentation. (#167)
  • Add Invert pipeline for data augmentation. (#168)
  • Add Color pipeline for data augmentation. (#171)
  • Add Solarize and Posterize pipeline for data augmentation. (#172)
  • Support fp16 training. (#178)
  • Add tutorials for installation and basic usage of MMClassification.(#176)
  • Support AutoAugmentation, AutoContrast, Equalize, Contrast, Brightness and Sharpness pipelines for data augmentation. (#179)

Improvements

  • Support dynamic shape export to onnx. (#175)
  • Release training configs and update model zoo for fp16 (#184)
  • Use MMCV's EvalHook in MMClassification (#182)

Bug Fixes

  • Fix wrong naming in vgg config (#181)