Skip to content

Commit

Permalink
[Feature] Support RoIAwarePool3d with cambricon MLU backend (open-mml…
Browse files Browse the repository at this point in the history
…ab#2359)

* [Feature] Support RoiawarePool3d with cambricon MLU backend.

* [Feature] Support RoiawarePool3d with cambricon MLU backend.
  • Loading branch information
ZhangLearning authored and akozlov-outrider committed May 8, 2023
1 parent a7ca3f4 commit 40b84f0
Show file tree
Hide file tree
Showing 5 changed files with 1,174 additions and 12 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 @@ -47,7 +47,7 @@ We implement common ops used in detection, segmentation, etc.
| RoIAlignRotated |||| |
| RiRoIAlignRotated | || | |
| RoIAlign |||| |
| RoIAwarePool3d | || | |
| RoIAwarePool3d | || | |
| SAConv2d | || | |
| SigmoidFocalLoss | ||| |
| SoftmaxFocalLoss | || | |
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 @@ -47,7 +47,7 @@ MMCV 提供了检测、分割等任务中常用的算子
| RoIAlignRotated |||| |
| RiRoIAlignRotated | || | |
| RoIAlign |||| |
| RoIAwarePool3d | || | |
| RoIAwarePool3d | || | |
| SAConv2d | || | |
| SigmoidFocalLoss | ||| |
| SoftmaxFocalLoss | || | |
Expand Down
Loading

0 comments on commit 40b84f0

Please sign in to comment.