Skip to content

Commit e70cdc1

Browse files
committed
modify docs
1 parent c7ae49f commit e70cdc1

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

docs/cv_solutions.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ PaddleX目前提供了4种视觉任务解决方案,分别为图像分类、目
1111

1212
| 模型 | 模型大小 | GPU预测速度 | CPU预测速度 | ARM芯片预测速度 | 准确率 | 备注 |
1313
| :--------- | :------ | :---------- | :-----------| :------------- | :----- | :--- |
14-
| MobileNetV3_small_ssld | 12M | ? | ? | ? | 71.3% |适用于移动端场景 |
15-
| MobileNetV3_large_ssld | 21M | ? | ? | ? | 79.0% | 适用于移动端/服务端场景 |
16-
| ResNet50_vd_ssld | 102.8MB | ? | ? | ? | 82.4% | 适用于服务端场景 |
17-
| ResNet101_vd_ssld | 179.2MB | ? | ? | ? |83.7% | 适用于服务端场景 |
14+
| MobileNetV3_small_ssld | 12M | - | - | - | 71.3% |适用于移动端场景 |
15+
| MobileNetV3_large_ssld | 21M | - | - | - | 79.0% | 适用于移动端/服务端场景 |
16+
| ResNet50_vd_ssld | 102.8MB | - | - | - | 82.4% | 适用于服务端场景 |
17+
| ResNet101_vd_ssld | 179.2MB | - | - | - |83.7% | 适用于服务端场景 |
1818

1919
除上述模型外,PaddleX还支持近20种图像分类模型,模型列表可参考[PaddleX模型库](../appendix/model_zoo.md)
2020

@@ -28,10 +28,10 @@ PaddleX目前提供了4种视觉任务解决方案,分别为图像分类、目
2828

2929
| 模型 | 模型大小 | GPU预测速度 | CPU预测速度 |ARM芯片预测速度 | BoxMAP | 备注 |
3030
| :------- | :------- | :--------- | :---------- | :------------- | :----- | :--- |
31-
| YOLOv3-MobileNetV1 | 101.2M | ? | ? | ? | 29.3 | |
32-
| YOLOv3-MobileNetV3 | 94.6M | ? | ? | ? | 31.6 | |
33-
| YOLOv3-ResNet34 | 169.7M | ? | ? | ? | 36.2 | |
34-
| YOLOv3-DarkNet53 | 252.4 | ? | ? | ? | 38.9 | |
31+
| YOLOv3-MobileNetV1 | 101.2M | - | - | - | 29.3 | |
32+
| YOLOv3-MobileNetV3 | 94.6M | - | - | - | 31.6 | |
33+
| YOLOv3-ResNet34 | 169.7M | - | - | - | 36.2 | |
34+
| YOLOv3-DarkNet53 | 252.4 | - | - | - | 38.9 | |
3535

3636
除YOLOv3模型外,PaddleX同时也支持FasterRCNN模型,支持FPN结构和5种backbone网络,详情可参考[PaddleX模型库](../appendix/model_zoo.md)
3737

@@ -44,8 +44,8 @@ PaddleX目前提供了实例分割MaskRCNN模型,支持5种不同的backbone
4444

4545
| 模型 | 模型大小 | GPU预测速度 | CPU预测速度 | ARM芯片预测速度 | BoxMAP | SegMAP | 备注 |
4646
| :---- | :------- | :---------- | :---------- | :------------- | :----- | :----- | :--- |
47-
| MaskRCNN-ResNet50_vd-FPN | 185.5M | ? | ? | ? | 39.8 | 35.4 | |
48-
| MaskRCNN-ResNet101_vd-FPN | 268.6M | ? | ? | ? | 41.4 | 36.8 | |
47+
| MaskRCNN-ResNet50_vd-FPN | 185.5M | - | - | - | 39.8 | 35.4 | |
48+
| MaskRCNN-ResNet101_vd-FPN | 268.6M | - | - | - | 41.4 | 36.8 | |
4949

5050

5151
## 语义分割
@@ -57,7 +57,7 @@ PaddleX目前提供了实例分割MaskRCNN模型,支持5种不同的backbone
5757

5858
| 模型 | 模型大小 | GPU预测速度 | CPU预测速度 | ARM芯片预测速度 | mIOU | 备注 |
5959
| :---- | :------- | :---------- | :---------- | :------------- | :----- | :----- |
60-
| DeepLabv3p-MobileNetV2_x0.25 | | ? | ? | ? | ? | ? |
61-
| DeepLabv3p-MobileNetV2_x1.0 | | ? | ? | ? | ? | ? |
62-
| DeepLabv3p-Xception65 | | ? | ? | ? | ? | ? |
63-
| UNet | | ? | ? | ? | ? | ? |
60+
| DeepLabv3p-MobileNetV2_x0.25 | | - | - | - | - | - |
61+
| DeepLabv3p-MobileNetV2_x1.0 | | - | - | - | - | - |
62+
| DeepLabv3p-Xception65 | | - | - | - | - | - |
63+
| UNet | | - | - | - | - | - |

0 commit comments

Comments
 (0)