Skip to content

Commit

Permalink
[Feature] Support DeformRoiPool with cambricon MLU backend
Browse files Browse the repository at this point in the history
  • Loading branch information
budefei committed Jul 22, 2022
1 parent d1004b7 commit e992e78
Show file tree
Hide file tree
Showing 5 changed files with 1,129 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/understand_mmcv/ops.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ We implement common ops used in detection, segmentation, etc.
| CornerPool | || |
| Correlation | || |
| Deformable Convolution v1/v2 ||| |
| Deformable RoIPool | || |
| Deformable RoIPool | || |
| DiffIoURotated | || |
| DynamicScatter | || |
| FurthestPointSample | || |
Expand Down
2 changes: 1 addition & 1 deletion docs/zh_cn/understand_mmcv/ops.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ MMCV 提供了检测、分割等任务中常用的算子
| CornerPool | || |
| Correlation | || |
| Deformable Convolution v1/v2 ||| |
| Deformable RoIPool | || |
| Deformable RoIPool | || |
| DiffIoURotated | || |
| DynamicScatter | || |
| FurthestPointSample | || |
Expand Down
Loading

0 comments on commit e992e78

Please sign in to comment.