Skip to content

Commit b2fd089

Browse files
committed
sync with main
2 parents 0f43de9 + 9a442ab commit b2fd089

File tree

16 files changed

+440
-132
lines changed

16 files changed

+440
-132
lines changed

docs/en/03-benchmark/benchmark.md

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -613,6 +613,7 @@ Users can directly test the performance through [how_to_evaluate_a_model.md](../
613613
<td align="center">81.18</td>
614614
<td align="center">-</td>
615615
<td align="center">-</td>
616+
<td align="center">-</td>
616617
</tr>
617618
<tr>
618619
<td align="center">top-5</td>
@@ -623,6 +624,7 @@ Users can directly test the performance through [how_to_evaluate_a_model.md](../
623624
<td align="center">95.61</td>
624625
<td align="center">-</td>
625626
<td align="center">-</td>
627+
<td align="center">-</td>
626628
</tr>
627629
</tbody>
628630
</table>
@@ -907,20 +909,35 @@ Users can directly test the performance through [how_to_evaluate_a_model.md](../
907909
<td align="center">-</td>
908910
</tr>
909911
<tr>
910-
<td align="center" rowspan="2"><a href="https://github.com/open-mmlab/mmdetection/tree/3.x/configs/solo">SOLO</a></td>
911-
<td align="center" rowspan="2">Instance Segmentation</td>
912-
<td align="center" rowspan="2">COCO2017</td>
912+
<td align="center"><a href="https://github.com/open-mmlab/mmdetection/tree/3.x/configs/solo/solo_r50_fpn_1x_coco.py">SOLO</a></td>
913+
<td align="center">Instance Segmentation</td>
914+
<td align="center">COCO2017</td>
913915
<td align="center">mask AP</td>
914916
<td align="center">33.1</td>
915917
<td align="center">-</td>
916-
<td align="center">-</td>
918+
<td align="center">32.7</td>
917919
<td align="center">-</td>
918920
<td align="center">-</td>
919921
<td align="center">-</td>
920922
<td align="center">-</td>
921923
<td align="center">-</td>
922924
<td align="center">32.7</td>
923925
</tr>
926+
<tr>
927+
<td align="center"><a href="https://github.com/open-mmlab/mmdetection/tree/3.x/configs/solov2/solov2_r50_fpn_1x_coco.py">SOLOv2</a></td>
928+
<td align="center">Instance Segmentation</td>
929+
<td align="center">COCO2017</td>
930+
<td align="center">mask AP</td>
931+
<td align="center">34.8</td>
932+
<td align="center">-</td>
933+
<td align="center">34.5</td>
934+
<td align="center">-</td>
935+
<td align="center">-</td>
936+
<td align="center">-</td>
937+
<td align="center">-</td>
938+
<td align="center">-</td>
939+
<td align="center">34.5</td>
940+
</tr>
924941
</tbody>
925942
</table>
926943
</div>

docs/en/03-benchmark/supported_models.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,17 @@ The table below lists the models that are guaranteed to be exportable to other b
2222
| [RepPoints](https://github.com/open-mmlab/mmdetection/tree/3.x/configs/reppoints) | MMDetection | N | N | Y | N | ? | Y | N | N |
2323
| [DETR](https://github.com/open-mmlab/mmdetection/tree/3.x/configs/detr) | MMDetection | N | Y | Y | N | ? | N | N | N |
2424
| [CenterNet](https://github.com/open-mmlab/mmdetection/tree/3.x/configs/centernet) | MMDetection | N | Y | Y | N | ? | N | N | N |
25-
| [SOLO](https://github.com/open-mmlab/mmdetection/tree/3.x/configs/solo) | MMDetection | N | N | N | N | N | Y | N | N |
26-
| [ResNet](https://github.com/open-mmlab/mmpretrain/tree/main/configs/resnet) | MMPretrain | Y | Y | Y | Y | Y | Y | Y | Y |
27-
| [ResNeXt](https://github.com/open-mmlab/mmpretrain/tree/main/configs/resnext) | MMPretrain | Y | Y | Y | Y | Y | Y | Y | Y |
28-
| [SE-ResNet](https://github.com/open-mmlab/mmpretrain/tree/main/configs/seresnet) | MMPretrain | Y | Y | Y | Y | Y | Y | Y | Y |
29-
| [MobileNetV2](https://github.com/open-mmlab/mmpretrain/tree/main/configs/mobilenet_v2) | MMPretrain | Y | Y | Y | Y | Y | Y | Y | Y |
30-
| [ShuffleNetV1](https://github.com/open-mmlab/mmpretrain/tree/main/configs/shufflenet_v1) | MMPretrain | Y | Y | Y | Y | Y | Y | Y | Y |
31-
| [ShuffleNetV2](https://github.com/open-mmlab/mmpretrain/tree/main/configs/shufflenet_v2) | MMPretrain | Y | Y | Y | Y | Y | Y | Y | Y |
32-
| [VisionTransformer](https://github.com/open-mmlab/mmpretrain/tree/main/configs/vision_transformer) | MMPretrain | Y | Y | Y | Y | ? | Y | Y | N |
33-
| [SwinTransformer](https://github.com/open-mmlab/mmpretrain/tree/main/configs/swin_transformer) | MMPretrain | Y | Y | Y | N | ? | N | ? | N |
34-
| [MobileOne](https://github.com/open-mmlab/mmpretrain/tree/main/configs/mobileone) | MMPretrain | N | Y | Y | N | N | N | N | N |
25+
| [SOLO](https://github.com/open-mmlab/mmdetection/tree/3.x/configs/solo) | MMDetection | N | Y | N | N | N | Y | N | N |
26+
| [SOLOv2](https://github.com/open-mmlab/mmdetection/tree/3.x/configs/solov2) | MMDetection | N | Y | N | N | N | Y | N | N |
27+
| [ResNet](https://github.com/open-mmlab/mmclassification/tree/1.x/configs/resnet) | MMClassification | Y | Y | Y | Y | Y | Y | Y | Y |
28+
| [ResNeXt](https://github.com/open-mmlab/mmclassification/tree/1.x/configs/resnext) | MMClassification | Y | Y | Y | Y | Y | Y | Y | Y |
29+
| [SE-ResNet](https://github.com/open-mmlab/mmclassification/tree/1.x/configs/seresnet) | MMClassification | Y | Y | Y | Y | Y | Y | Y | Y |
30+
| [MobileNetV2](https://github.com/open-mmlab/mmclassification/tree/1.x/configs/mobilenet_v2) | MMClassification | Y | Y | Y | Y | Y | Y | Y | Y |
31+
| [ShuffleNetV1](https://github.com/open-mmlab/mmclassification/tree/1.x/configs/shufflenet_v1) | MMClassification | Y | Y | Y | Y | Y | Y | Y | Y |
32+
| [ShuffleNetV2](https://github.com/open-mmlab/mmclassification/tree/1.x/configs/shufflenet_v2) | MMClassification | Y | Y | Y | Y | Y | Y | Y | Y |
33+
| [VisionTransformer](https://github.com/open-mmlab/mmclassification/tree/1.x/configs/vision_transformer) | MMClassification | Y | Y | Y | Y | ? | Y | Y | N |
34+
| [SwinTransformer](https://github.com/open-mmlab/mmclassification/tree/1.x/configs/swin_transformer) | MMClassification | Y | Y | Y | N | ? | N | ? | N |
35+
| [MobileOne](https://github.com/open-mmlab/mmclassification/tree/1.x/configs/mobileone) | MMClassification | N | Y | Y | N | N | N | N | N |
3536
| [FCN](https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/fcn) | MMSegmentation | Y | Y | Y | Y | Y | Y | Y | Y |
3637
| [PSPNet](https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/pspnet)[\*static](#note) | MMSegmentation | Y | Y | Y | Y | Y | Y | Y | Y |
3738
| [DeepLabV3](https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/deeplabv3) | MMSegmentation | Y | Y | Y | Y | Y | Y | Y | N |

docs/en/04-supported-codebases/mmdet.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,4 +210,5 @@ Besides python API, mmdeploy SDK also provides other FFI (Foreign Function Inter
210210
| [Cascade Mask R-CNN](https://github.com/open-mmlab/mmdetection/tree/3.x/configs/cascade_rcnn) | Instance Segmentation | Y | N | N | N | Y |
211211
| [Mask R-CNN](https://github.com/open-mmlab/mmdetection/tree/3.x/configs/mask_rcnn) | Instance Segmentation | Y | Y | N | N | Y |
212212
| [Swin Transformer](https://github.com/open-mmlab/mmdetection/tree/3.x/configs/swin) | Instance Segmentation | Y | Y | N | N | N |
213-
| [SOLO](https://github.com/open-mmlab/mmdetection/tree/3.x/configs/solo) | Instance Segmentation | N | N | N | N | Y |
213+
| [SOLO](https://github.com/open-mmlab/mmdetection/tree/3.x/configs/solo) | Instance Segmentation | Y | N | N | N | Y |
214+
| [SOLOv2](https://github.com/open-mmlab/mmdetection/tree/3.x/configs/solov2) | Instance Segmentation | Y | N | N | N | Y |

0 commit comments

Comments
 (0)