mirror of https://github.com/open-mmlab/mmcv.git
[Docs] Translate ops documentation (#1349)
parent
1216e5fe7f
commit
fb02e81a12
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue