Skip to content

MMClassification Release V0.9.0

Compare
Choose a tag to compare
@ycxioooong ycxioooong released this 01 Mar 12:19
· 407 commits to master since this release
7ca0ca2

New Features

  • Implement mixup and provide configs of training ResNet50 using mixup. (#160)
  • Add Shear pipeline for data augmentation. (#163)
  • Add Translate pipeline for data augmentation. (#165)
  • Add tools/onnx2tensorrt.py as a tool to create TensorRT engine from ONNX, run inference and verify outputs in Python. (#153)

Improvements

  • Add --eval-options in tools/test.py to support eval options override, matching the behavior of other open-mmlab projects. (#158)
  • Support showing and saving painted results in mmcls.apis.test and tools/test.py, matching the behavior of other open-mmlab projects. (#162)

Bug Fixes

  • Fix configs for VGG, replace checkpoints converted from other repos with the ones trained by ourselves and upload the missing logs in the model zoo. (#161)