Skip to content

Commit

Permalink
[Feature] Support RoIAwarePool3d with cambricon MLU backend (#2359)
Browse files Browse the repository at this point in the history
* [Feature] Support RoiawarePool3d with cambricon MLU backend.

* [Feature] Support RoiawarePool3d with cambricon MLU backend.
  • Loading branch information
ZhangLearning authored and zhouzaida committed Nov 23, 2022
1 parent 4a0e992 commit e9777ad
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 e9777ad

Please sign in to comment.