2020-06-28 23:15:47 +08:00
|
|
|
## CUDA ops
|
|
|
|
|
|
|
|
We implement common CUDA ops used in detection, segmentation, etc.
|
|
|
|
|
2021-10-15 13:18:31 +08:00
|
|
|
- AssignScoreWithK
|
2021-09-23 21:08:00 +08:00
|
|
|
- BallQuery
|
2020-06-28 23:15:47 +08:00
|
|
|
- BBoxOverlaps
|
|
|
|
- CARAFE
|
|
|
|
- CrissCrossAttention
|
|
|
|
- ContextBlock
|
|
|
|
- CornerPool
|
|
|
|
- Deformable Convolution v1/v2
|
|
|
|
- Deformable RoIPool
|
2021-10-21 11:08:11 +08:00
|
|
|
- DynamicScatter
|
2021-10-14 16:58:12 +08:00
|
|
|
- GatherPoints
|
2021-10-13 20:39:31 +08:00
|
|
|
- FurthestPointSample
|
|
|
|
- FurthestPointSampleWithDist
|
2020-06-28 23:15:47 +08:00
|
|
|
- GeneralizedAttention
|
2021-10-23 14:01:31 +08:00
|
|
|
- GroupPoints
|
2021-10-14 13:33:13 +08:00
|
|
|
- KNN
|
2020-06-28 23:15:47 +08:00
|
|
|
- MaskedConv
|
|
|
|
- NMS
|
|
|
|
- PSAMask
|
2021-12-23 17:38:58 +08:00
|
|
|
- RotatedFeatureAlign
|
2021-10-15 17:15:53 +08:00
|
|
|
- RoIPointPool3d
|
2020-06-28 23:15:47 +08:00
|
|
|
- RoIPool
|
|
|
|
- RoIAlign
|
2021-10-21 20:00:04 +08:00
|
|
|
- RoIAwarePool3d
|
2020-06-28 23:15:47 +08:00
|
|
|
- SimpleRoIAlign
|
|
|
|
- SigmoidFocalLoss
|
|
|
|
- SoftmaxFocalLoss
|
|
|
|
- SoftNMS
|
|
|
|
- Synchronized BatchNorm
|
2021-10-21 11:08:11 +08:00
|
|
|
- Voxelization
|
2021-10-14 20:51:02 +08:00
|
|
|
- ThreeInterpolate
|
|
|
|
- ThreeNN
|
2020-06-28 23:15:47 +08:00
|
|
|
- Weight standardization
|
2021-09-23 21:08:41 +08:00
|
|
|
- Correlation
|