mirror of
https://github.com/open-mmlab/mmcv.git
synced 2025-06-03 21:54:52 +08:00
* [Docs] Refactor documentation * [Docs] Refactor documentation * refactor docs * refactor docs * set sphinx==3.1.2 * fix typo * modify according to comment * modify according to comment * modify according to comment * [Docs] delete unnecessary file * fix title * rename * rename
24 lines
395 B
Markdown
24 lines
395 B
Markdown
## CUDA ops
|
|
|
|
We implement common CUDA ops used in detection, segmentation, etc.
|
|
|
|
- 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
|