Skip to content

Commit

Permalink
[Docs] Translate ops documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouzaida committed Sep 20, 2021
1 parent 1216e5f commit 4c59328
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion docs_zh_CN/understand_mmcv/ops.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4c59328

Please sign in to comment.