[Docs] Translate ops documentation (#1349)

pull/1332/head
Zaida Zhou 2021-09-21 13:54:37 +08:00 committed by GitHub
parent 1216e5fe7f
commit fb02e81a12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 1 deletions

View File

@ -1,3 +1,23 @@
## CUDA 算子
欢迎有兴趣的朋友一起翻译 MMCV 文档。如有兴趣,请在 [MMCV issue](https://github.com/open-mmlab/mmcv/issues) 提 issue 确定翻译的文档。
MMCV 提供了检测、分割等任务中常用的 CUDA 算子
- BBoxOverlaps
- CARAFE
- CrissCrossAttention
- ContextBlock
- CornerPool
- Deformable Convolution v1/v2
- Deformable RoIPool
- GeneralizedAttention
- MaskedConv
- NMS
- PSAMask
- RoIPool
- RoIAlign
- SimpleRoIAlign
- SigmoidFocalLoss
- SoftmaxFocalLoss
- SoftNMS
- Synchronized BatchNorm
- Weight standardization