2020-06-28 23:15:47 +08:00
|
|
|
## CUDA ops
|
|
|
|
|
|
|
|
We implement common CUDA ops used in detection, segmentation, etc.
|
|
|
|
|
2022-01-10 17:35:20 +08:00
|
|
|
- ActiveRotatedFilter
|
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
|
2022-01-10 20:43:12 +08:00
|
|
|
- ConvexIoU
|
2020-06-28 23:15:47 +08:00
|
|
|
- CornerPool
|
|
|
|
- Deformable Convolution v1/v2
|
|
|
|
- Deformable RoIPool
|
2022-04-15 15:40:07 +08:00
|
|
|
- DiffIoURotated
|
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
|
2022-01-10 11:00:50 +08:00
|
|
|
- MinAreaPolygon
|
2020-06-28 23:15:47 +08:00
|
|
|
- NMS
|
2021-12-24 10:56:48 +08:00
|
|
|
- PointsInPolygons
|
2020-06-28 23:15:47 +08:00
|
|
|
- PSAMask
|
2021-12-24 00:30:34 +08:00
|
|
|
- RiRoIAlignRotated
|
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
|
2022-02-18 15:53:10 +08:00
|
|
|
- Sparse Convolution
|
2020-06-28 23:15:47 +08:00
|
|
|
- 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
|