|
|
@@ -1,4 +1,4 @@
|
|
|
-# PaddleX模型列表
|
|
|
+# PaddleX模型列表(昆仑)
|
|
|
|
|
|
## 一、图像分类
|
|
|
### 1. ResNet系列
|
|
|
@@ -20,17 +20,64 @@
|
|
|
| PP-LCNet_x1_5 | [PP-LCNet_x1_5.yaml](../../../paddlex/configs/image_classification/PP-LCNet_x1_5.yaml)|
|
|
|
| PP-LCNet_x2_0 | [PP-LCNet_x2_0.yaml](../../../paddlex/configs/image_classification/PP-LCNet_x2_0.yaml)|
|
|
|
| PP-LCNet_x2_5 | [PP-LCNet_x2_5.yaml](../../../paddlex/configs/image_classification/PP-LCNet_x2_5.yaml)|
|
|
|
-### 3.PP-HGNet系列
|
|
|
+### 3.MobileNetV3系列
|
|
|
+| 模型名称 | config |
|
|
|
+| :--- | :---: |
|
|
|
+| MobileNetV3_small_x0_35 | [MobileNetV3_small_x0_35.yaml](../../../paddlex/configs/image_classification/MobileNetV3_small_x0_35.yaml)|
|
|
|
+| MobileNetV3_small_x0_5 | [MobileNetV3_small_x0_5.yaml](../../../paddlex/configs/image_classification/MobileNetV3_small_x0_5.yaml)|
|
|
|
+| MobileNetV3_small_x0_75 | [MobileNetV3_small_x0_75.yaml](../../../paddlex/configs/image_classification/MobileNetV3_small_x0_75.yaml)|
|
|
|
+| MobileNetV3_small_x1_0 | [MobileNetV3_small_x1_0.yaml](../../../paddlex/configs/image_classification/MobileNetV3_small_x1_0.yaml)|
|
|
|
+| MobileNetV3_small_x1_25 | [MobileNetV3_small_x1_25.yaml](../../../paddlex/configs/image_classification/MobileNetV3_small_x1_25.yaml)|
|
|
|
+| MobileNetV3_large_x0_35 | [MobileNetV3_large_x0_35.yaml](../../../paddlex/configs/image_classification/MobileNetV3_large_x0_35.yaml)|
|
|
|
+| MobileNetV3_large_x0_5 | [MobileNetV3_large_x0_5.yaml](../../../paddlex/configs/image_classification/MobileNetV3_large_x0_5.yaml)|
|
|
|
+| MobileNetV3_large_x0_75 | [MobileNetV3_large_x0_75.yaml](../../../paddlex/configs/image_classification/MobileNetV3_large_x0_75.yaml)|
|
|
|
+| MobileNetV3_large_x1_0 | [MobileNetV3_large_x1_0.yaml](../../../paddlex/configs/image_classification/MobileNetV3_large_x1_0.yaml)|
|
|
|
+| MobileNetV3_large_x1_25 | [MobileNetV3_large_x1_25.yaml](../../../paddlex/configs/image_classification/MobileNetV3_large_x1_25.yaml)|
|
|
|
+### 4.PP-HGNet系列
|
|
|
| 模型名称 | config |
|
|
|
| :--- | :---: |
|
|
|
| PP-HGNet_small | [PP-HGNet_small.yaml](../../../paddlex/configs/image_classification/PP-HGNet_small.yaml)|
|
|
|
|
|
|
-## 二、版面分析
|
|
|
+## 二、目标检测
|
|
|
+### 1. PP-YOLOE_plus系列
|
|
|
+| 模型名称 | config |
|
|
|
+| :--- | :---: |
|
|
|
+| PP-YOLOE_plus-S | [PP-YOLOE_plus-S.yaml](../../../paddlex/configs/object_detection/PP-YOLOE_plus-S.yaml)|
|
|
|
+| PP-YOLOE_plus-M | [PP-YOLOE_plus-M.yaml](../../../paddlex/configs/object_detection/PP-YOLOE_plus-M.yaml)|
|
|
|
+| PP-YOLOE_plus-L | [PP-YOLOE_plus-L.yaml](../../../paddlex/configs/object_detection/PP-YOLOE_plus-L.yaml)|
|
|
|
+| PP-YOLOE_plus-X | [PP-YOLOE_plus-X.yaml](../../../paddlex/configs/object_detection/PP-YOLOE_plus-X.yaml)|
|
|
|
+### 2. PicoDet系列
|
|
|
+| 模型名称 | config |
|
|
|
+| :--- | :---: |
|
|
|
+| PicoDet-S | [PicoDet-S.yaml](../../../paddlex/configs/object_detection/PicoDet-S.yaml)|
|
|
|
+| PicoDet-L | [PicoDet-L.yaml](../../../paddlex/configs/object_detection/PicoDet-L.yaml)|
|
|
|
+
|
|
|
+## 三、语义分割
|
|
|
+### 1.PP-LiteSeg系列
|
|
|
+| 模型名称 | config |
|
|
|
+| :--- | :---: |
|
|
|
+| PP-LiteSeg-T | [PP-LiteSeg-T.yaml](../../../paddlex/configs/semantic_segmentation/PP-LiteSeg-T.yaml)|
|
|
|
+
|
|
|
+## 四、文本检测
|
|
|
+### 1.PP-OCRv4 系列
|
|
|
+| 模型名称 | config |
|
|
|
+| :--- | :---: |
|
|
|
+| PP-OCRv4_server_det | [PP-OCRv4_server_det.yaml](../../../paddlex/configs/text_detection/PP-OCRv4_server_det.yaml)|
|
|
|
+| PP-OCRv4_mobile_det | [PP-OCRv4_mobile_det.yaml](../../../paddlex/configs/text_detection/PP-OCRv4_mobile_det.yaml)|
|
|
|
+
|
|
|
+## 五、文本识别
|
|
|
+### 1.PP-OCRv4 系列
|
|
|
+| 模型名称 | config |
|
|
|
+| :--- | :---: |
|
|
|
+| PP-OCRv4_server_rec | [PP-OCRv4_server_rec.yaml](../../../paddlex/configs/text_recognition/PP-OCRv4_server_rec.yaml)|
|
|
|
+| PP-OCRv4_mobile_rec | [PP-OCRv4_mobile_rec.yaml](../../../paddlex/configs/text_recognition/PP-OCRv4_mobile_rec.yaml)|
|
|
|
+
|
|
|
+## 六、版面分析
|
|
|
| 模型名称 | config |
|
|
|
| :--- | :---: |
|
|
|
| PicoDet_layout_1x | [PicoDet_layout_1x.yaml](../../../paddlex/configs/structure_analysis/PicoDet_layout_1x.yaml)|
|
|
|
|
|
|
-## 三、时序预测
|
|
|
+## 七、时序预测
|
|
|
| 模型名称 | config |
|
|
|
| :--- | :---: |
|
|
|
| DLinear | [DLinear.yaml](../../../paddlex/configs/ts_forecast/DLinear.yaml)|
|