Skip to content

MMCV Release V1.1.6

Compare
Choose a tag to compare
@ycxioooong ycxioooong released this 28 Oct 11:39
· 814 commits to master since this release
f4de390

New Features

  • New method import_modules_from_strings for import customized modules when loading config from file. (#606)
  • Add switch for onnx exporter to get different ONNX model according to the backend. (#607)
  • Add Sync buffer in CheckpointHook. (#588)

Improvements

  • Refactor logger hooks. (#605)
  • Skip opencv requirement if it's already installed in the env. (#616)
  • Serveral updates regarding Windows and unittests. (#586)

Bug Fixes

  • Fix bug in resuming dict version of optimizers when using epoch based runner. (#610)
  • Fix iter-time-hook bug when meeting iter-based runner. (#623)