Skip to content

MMCV Release V1.3.8

Compare
Choose a tag to compare
@zhouzaida zhouzaida released this 26 Jun 02:21
db097bd

New Features

  • Add TensorRT support to modulated deformable conv ops (#1078)
  • Support variables in base files for configs (#1083)

Improvements

  • Delete the warning report of BaseInit (#1126)
  • Add to_ntuple() helper function (#1125)
  • Support resize or rescale an image to multiple (#1121)
  • Refine the EvalHook to meet the demand for the downstream codebases (#1076)
  • Refine default hooks and custom hooks priority rank (#1120)
  • Refine the PyTorch CUDA implementation for Criss Cross Attention (#1143)
  • Support image reading while ignoring EXIF orientation info (#1091)
  • Support print hooks before running (#1123)

Bug Fixes

  • Fix the dimension of getOutputDimensions (#1117)
  • Fix the backward-compatible of empty tensor inference (#1131)
  • Fix the permission denied error on windows (#1077)