Skip to content

MMCV Release V1.2.2

Compare
Choose a tag to compare
@ycxioooong ycxioooong released this 16 Dec 15:27
e30dc4f

New Features

  • Add clamp activation layer. (#685)

Improvements

  • Refactor flow_warp and remove its C implementation. (#707)
  • LossScaler: Allow the initial value to be set in dynamic mode. (#692)
  • Add installation instructions for mmcv-full build on Windows. (#663)
  • Allow list index keys in Config.merge_from_dict. (#696)

Bug Fixes

  • Check MASTER_ADDR in the environment variable before assignment. (#705)
  • Fix mmcv-full installation using pip 20.3. (#703)