-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |