MMCV Release V1.3.14
New features
- Add two CUDA OPs
BallQuery
andCorrelation
(#1332, #1361 ) - Support loading optical flow data from bytes (#1362)
- Support empty tensor in MMSyncBN (#1205)
Docs
- Replace the default theme of documentation with PyTorch Sphinx Theme (#1321)
- Add the Chinese documentation for
registry.md
,config.md
,ops.md
andvisualization.md
(#1204, #1349, #1350)
Notes
Since PyTorch 1.9 has been released, we plan to end the support for PyTorch 1.3 and 1.4 in future releases. We will still provide pre-compiled packages of these two versions for three months, but the reliability and technical support are not guaranteed.
Contributors
A total of 8 developers contributed to this release.
@AluminiumOxide, @MeowZheng, @zhouzaida, @grimoire, @ZwwWayne, @nbei, @DCNSW, @luopeichao