MMCV V1.1.1 Release
New Features
- Add
collect_env()
to collect environment info. - Add
import_modules_from_strings()
to import modules from a string list.
Improvements
- Support splitting in
batched_nms
when box number is too large. - Support pickling Config.
- Add
diagonal
flip mode.
Bug fixes
- Fix regex bugs in windows paths.
- Fix windows compilation issue.
- Fix inconsistent return types in pybind11 function prototypes.