paddlex 3.0.1__py3-none-any.whl → 3.0.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- paddlex/.version +1 -1
- paddlex/inference/models/common/static_infer.py +18 -14
- paddlex/inference/models/common/ts/funcs.py +19 -8
- paddlex/inference/models/formula_recognition/predictor.py +1 -1
- paddlex/inference/models/formula_recognition/processors.py +2 -2
- paddlex/inference/models/text_recognition/result.py +1 -1
- paddlex/inference/pipelines/layout_parsing/layout_objects.py +859 -0
- paddlex/inference/pipelines/layout_parsing/pipeline_v2.py +144 -205
- paddlex/inference/pipelines/layout_parsing/result_v2.py +6 -270
- paddlex/inference/pipelines/layout_parsing/setting.py +1 -0
- paddlex/inference/pipelines/layout_parsing/utils.py +108 -312
- paddlex/inference/pipelines/layout_parsing/xycut_enhanced/utils.py +302 -247
- paddlex/inference/pipelines/layout_parsing/xycut_enhanced/xycuts.py +156 -104
- paddlex/inference/pipelines/ocr/result.py +2 -2
- paddlex/inference/pipelines/pp_chatocr/pipeline_v4.py +1 -1
- paddlex/inference/serving/basic_serving/_app.py +46 -13
- paddlex/inference/utils/hpi.py +23 -16
- paddlex/inference/utils/hpi_model_info_collection.json +627 -202
- paddlex/inference/utils/misc.py +20 -0
- paddlex/inference/utils/mkldnn_blocklist.py +36 -2
- paddlex/inference/utils/official_models.py +126 -5
- paddlex/inference/utils/pp_option.py +48 -4
- paddlex/modules/semantic_segmentation/dataset_checker/__init__.py +12 -2
- paddlex/ops/__init__.py +6 -3
- paddlex/utils/deps.py +2 -2
- paddlex/utils/device.py +4 -19
- paddlex/utils/flags.py +9 -0
- paddlex/utils/subclass_register.py +2 -2
- {paddlex-3.0.1.dist-info → paddlex-3.0.2.dist-info}/METADATA +307 -162
- {paddlex-3.0.1.dist-info → paddlex-3.0.2.dist-info}/RECORD +34 -32
- {paddlex-3.0.1.dist-info → paddlex-3.0.2.dist-info}/WHEEL +1 -1
- {paddlex-3.0.1.dist-info → paddlex-3.0.2.dist-info}/entry_points.txt +1 -0
- {paddlex-3.0.1.dist-info/licenses → paddlex-3.0.2.dist-info}/LICENSE +0 -0
- {paddlex-3.0.1.dist-info → paddlex-3.0.2.dist-info}/top_level.txt +0 -0
@@ -1,11 +1,13 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.1
|
2
2
|
Name: paddlex
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.2
|
4
4
|
Summary: Low-code development tool based on PaddlePaddle.
|
5
|
+
Home-page: UNKNOWN
|
5
6
|
Author: PaddlePaddle Authors
|
6
7
|
Author-email:
|
7
8
|
License: Apache 2.0
|
8
9
|
Keywords: paddlepaddle
|
10
|
+
Platform: UNKNOWN
|
9
11
|
Classifier: Development Status :: 4 - Beta
|
10
12
|
Classifier: Intended Audience :: Developers
|
11
13
|
Classifier: Intended Audience :: Education
|
@@ -27,11 +29,10 @@ License-File: LICENSE
|
|
27
29
|
Requires-Dist: chardet
|
28
30
|
Requires-Dist: colorlog
|
29
31
|
Requires-Dist: filelock
|
30
|
-
Requires-Dist:
|
31
|
-
Requires-Dist: numpy
|
32
|
-
Requires-Dist: numpy==1.26.4; python_version >= "3.12"
|
32
|
+
Requires-Dist: huggingface-hub
|
33
|
+
Requires-Dist: numpy>=1.24
|
33
34
|
Requires-Dist: packaging
|
34
|
-
Requires-Dist: pandas
|
35
|
+
Requires-Dist: pandas>=1.3
|
35
36
|
Requires-Dist: pillow
|
36
37
|
Requires-Dist: prettytable
|
37
38
|
Requires-Dist: py-cpuinfo
|
@@ -41,34 +42,65 @@ Requires-Dist: requests
|
|
41
42
|
Requires-Dist: ruamel.yaml
|
42
43
|
Requires-Dist: typing-extensions
|
43
44
|
Requires-Dist: ujson
|
44
|
-
Provides-Extra:
|
45
|
-
Requires-Dist:
|
46
|
-
Requires-Dist:
|
47
|
-
Requires-Dist:
|
48
|
-
Requires-Dist:
|
49
|
-
Requires-Dist:
|
50
|
-
Requires-Dist:
|
45
|
+
Provides-Extra: all
|
46
|
+
Requires-Dist: aiohttp>=3.9; extra == "all"
|
47
|
+
Requires-Dist: bce-python-sdk>=0.9; extra == "all"
|
48
|
+
Requires-Dist: chinese-calendar; extra == "all"
|
49
|
+
Requires-Dist: einops; extra == "all"
|
50
|
+
Requires-Dist: faiss-cpu; extra == "all"
|
51
|
+
Requires-Dist: fastapi>=0.110; extra == "all"
|
52
|
+
Requires-Dist: filetype>=1.2; extra == "all"
|
53
|
+
Requires-Dist: ftfy; extra == "all"
|
54
|
+
Requires-Dist: GPUtil>=1.4; extra == "all"
|
55
|
+
Requires-Dist: imagesize; extra == "all"
|
56
|
+
Requires-Dist: Jinja2; extra == "all"
|
57
|
+
Requires-Dist: joblib; extra == "all"
|
58
|
+
Requires-Dist: langchain>=0.2; extra == "all"
|
59
|
+
Requires-Dist: langchain-community>=0.2; extra == "all"
|
60
|
+
Requires-Dist: langchain-core; extra == "all"
|
61
|
+
Requires-Dist: langchain-openai>=0.1; extra == "all"
|
62
|
+
Requires-Dist: lxml; extra == "all"
|
63
|
+
Requires-Dist: matplotlib; extra == "all"
|
64
|
+
Requires-Dist: openai>=1.63; extra == "all"
|
65
|
+
Requires-Dist: opencv-contrib-python==4.10.0.84; extra == "all"
|
66
|
+
Requires-Dist: openpyxl; extra == "all"
|
67
|
+
Requires-Dist: premailer; extra == "all"
|
68
|
+
Requires-Dist: pyclipper; extra == "all"
|
69
|
+
Requires-Dist: pycocotools<=2.0.8; extra == "all"
|
70
|
+
Requires-Dist: pypdfium2>=4; extra == "all"
|
71
|
+
Requires-Dist: regex; extra == "all"
|
72
|
+
Requires-Dist: scikit-image; extra == "all"
|
73
|
+
Requires-Dist: scikit-learn; extra == "all"
|
74
|
+
Requires-Dist: shapely; extra == "all"
|
75
|
+
Requires-Dist: soundfile; extra == "all"
|
76
|
+
Requires-Dist: starlette>=0.36; extra == "all"
|
77
|
+
Requires-Dist: tiktoken; extra == "all"
|
78
|
+
Requires-Dist: tokenizers>=0.19; extra == "all"
|
79
|
+
Requires-Dist: tqdm; extra == "all"
|
80
|
+
Requires-Dist: uvicorn>=0.16; extra == "all"
|
81
|
+
Requires-Dist: yarl>=1.9; extra == "all"
|
82
|
+
Requires-Dist: decord==0.6.0; ((platform_machine == "x86_64" or platform_machine == "AMD64") and sys_platform != "darwin") and extra == "all"
|
51
83
|
Provides-Extra: base
|
52
84
|
Requires-Dist: chinese-calendar; extra == "base"
|
53
|
-
Requires-Dist: decord==0.6.0; ((platform_machine == "x86_64" or platform_machine == "AMD64") and sys_platform != "darwin") and extra == "base"
|
54
85
|
Requires-Dist: einops; extra == "base"
|
55
86
|
Requires-Dist: faiss-cpu; extra == "base"
|
56
87
|
Requires-Dist: ftfy; extra == "base"
|
88
|
+
Requires-Dist: GPUtil>=1.4; extra == "base"
|
57
89
|
Requires-Dist: imagesize; extra == "base"
|
58
90
|
Requires-Dist: Jinja2; extra == "base"
|
59
91
|
Requires-Dist: joblib; extra == "base"
|
60
|
-
Requires-Dist: langchain
|
61
|
-
Requires-Dist: langchain-community
|
92
|
+
Requires-Dist: langchain>=0.2; extra == "base"
|
93
|
+
Requires-Dist: langchain-community>=0.2; extra == "base"
|
62
94
|
Requires-Dist: langchain-core; extra == "base"
|
63
|
-
Requires-Dist: langchain-openai
|
95
|
+
Requires-Dist: langchain-openai>=0.1; extra == "base"
|
64
96
|
Requires-Dist: lxml; extra == "base"
|
65
97
|
Requires-Dist: matplotlib; extra == "base"
|
66
|
-
Requires-Dist: openai
|
98
|
+
Requires-Dist: openai>=1.63; extra == "base"
|
67
99
|
Requires-Dist: opencv-contrib-python==4.10.0.84; extra == "base"
|
68
100
|
Requires-Dist: openpyxl; extra == "base"
|
69
101
|
Requires-Dist: premailer; extra == "base"
|
70
102
|
Requires-Dist: pyclipper; extra == "base"
|
71
|
-
Requires-Dist: pycocotools; extra == "base"
|
103
|
+
Requires-Dist: pycocotools<=2.0.8; extra == "base"
|
72
104
|
Requires-Dist: pypdfium2>=4; extra == "base"
|
73
105
|
Requires-Dist: regex; extra == "base"
|
74
106
|
Requires-Dist: scikit-image; extra == "base"
|
@@ -76,25 +108,25 @@ Requires-Dist: scikit-learn; extra == "base"
|
|
76
108
|
Requires-Dist: shapely; extra == "base"
|
77
109
|
Requires-Dist: soundfile; extra == "base"
|
78
110
|
Requires-Dist: tiktoken; extra == "base"
|
79
|
-
Requires-Dist: tokenizers
|
111
|
+
Requires-Dist: tokenizers>=0.19; extra == "base"
|
80
112
|
Requires-Dist: tqdm; extra == "base"
|
81
|
-
|
82
|
-
|
83
|
-
Requires-Dist:
|
84
|
-
Requires-Dist:
|
85
|
-
Requires-Dist: opencv-contrib-python==4.10.0.84; extra == "
|
86
|
-
Requires-Dist:
|
87
|
-
Requires-Dist:
|
88
|
-
Requires-Dist:
|
113
|
+
Requires-Dist: decord==0.6.0; ((platform_machine == "x86_64" or platform_machine == "AMD64") and sys_platform != "darwin") and extra == "base"
|
114
|
+
Provides-Extra: cv
|
115
|
+
Requires-Dist: faiss-cpu; extra == "cv"
|
116
|
+
Requires-Dist: matplotlib; extra == "cv"
|
117
|
+
Requires-Dist: opencv-contrib-python==4.10.0.84; extra == "cv"
|
118
|
+
Requires-Dist: pycocotools<=2.0.8; extra == "cv"
|
119
|
+
Requires-Dist: pypdfium2>=4; extra == "cv"
|
120
|
+
Requires-Dist: scikit-image; extra == "cv"
|
89
121
|
Provides-Extra: ie
|
90
122
|
Requires-Dist: ftfy; extra == "ie"
|
91
123
|
Requires-Dist: imagesize; extra == "ie"
|
92
|
-
Requires-Dist: langchain
|
93
|
-
Requires-Dist: langchain-community
|
124
|
+
Requires-Dist: langchain>=0.2; extra == "ie"
|
125
|
+
Requires-Dist: langchain-community>=0.2; extra == "ie"
|
94
126
|
Requires-Dist: langchain-core; extra == "ie"
|
95
|
-
Requires-Dist: langchain-openai
|
127
|
+
Requires-Dist: langchain-openai>=0.1; extra == "ie"
|
96
128
|
Requires-Dist: lxml; extra == "ie"
|
97
|
-
Requires-Dist: openai
|
129
|
+
Requires-Dist: openai>=1.63; extra == "ie"
|
98
130
|
Requires-Dist: opencv-contrib-python==4.10.0.84; extra == "ie"
|
99
131
|
Requires-Dist: openpyxl; extra == "ie"
|
100
132
|
Requires-Dist: premailer; extra == "ie"
|
@@ -102,19 +134,48 @@ Requires-Dist: pyclipper; extra == "ie"
|
|
102
134
|
Requires-Dist: pypdfium2>=4; extra == "ie"
|
103
135
|
Requires-Dist: scikit-learn; extra == "ie"
|
104
136
|
Requires-Dist: shapely; extra == "ie"
|
105
|
-
Requires-Dist: tokenizers
|
137
|
+
Requires-Dist: tokenizers>=0.19; extra == "ie"
|
138
|
+
Provides-Extra: multimodal
|
139
|
+
Requires-Dist: einops; extra == "multimodal"
|
140
|
+
Requires-Dist: ftfy; extra == "multimodal"
|
141
|
+
Requires-Dist: GPUtil>=1.4; extra == "multimodal"
|
142
|
+
Requires-Dist: Jinja2; extra == "multimodal"
|
143
|
+
Requires-Dist: opencv-contrib-python==4.10.0.84; extra == "multimodal"
|
144
|
+
Requires-Dist: pypdfium2>=4; extra == "multimodal"
|
145
|
+
Requires-Dist: regex; extra == "multimodal"
|
146
|
+
Requires-Dist: tiktoken; extra == "multimodal"
|
106
147
|
Provides-Extra: ocr
|
148
|
+
Requires-Dist: einops; extra == "ocr"
|
107
149
|
Requires-Dist: ftfy; extra == "ocr"
|
108
150
|
Requires-Dist: imagesize; extra == "ocr"
|
151
|
+
Requires-Dist: Jinja2; extra == "ocr"
|
109
152
|
Requires-Dist: lxml; extra == "ocr"
|
110
153
|
Requires-Dist: opencv-contrib-python==4.10.0.84; extra == "ocr"
|
111
154
|
Requires-Dist: openpyxl; extra == "ocr"
|
112
155
|
Requires-Dist: premailer; extra == "ocr"
|
113
156
|
Requires-Dist: pyclipper; extra == "ocr"
|
114
157
|
Requires-Dist: pypdfium2>=4; extra == "ocr"
|
158
|
+
Requires-Dist: regex; extra == "ocr"
|
115
159
|
Requires-Dist: scikit-learn; extra == "ocr"
|
116
160
|
Requires-Dist: shapely; extra == "ocr"
|
117
|
-
Requires-Dist:
|
161
|
+
Requires-Dist: tiktoken; extra == "ocr"
|
162
|
+
Requires-Dist: tokenizers>=0.19; extra == "ocr"
|
163
|
+
Provides-Extra: plugins
|
164
|
+
Requires-Dist: aiohttp>=3.9; extra == "plugins"
|
165
|
+
Requires-Dist: bce-python-sdk>=0.9; extra == "plugins"
|
166
|
+
Requires-Dist: fastapi>=0.110; extra == "plugins"
|
167
|
+
Requires-Dist: filetype>=1.2; extra == "plugins"
|
168
|
+
Requires-Dist: starlette>=0.36; extra == "plugins"
|
169
|
+
Requires-Dist: uvicorn>=0.16; extra == "plugins"
|
170
|
+
Requires-Dist: yarl>=1.9; extra == "plugins"
|
171
|
+
Provides-Extra: serving
|
172
|
+
Requires-Dist: aiohttp>=3.9; extra == "serving"
|
173
|
+
Requires-Dist: bce-python-sdk>=0.9; extra == "serving"
|
174
|
+
Requires-Dist: fastapi>=0.110; extra == "serving"
|
175
|
+
Requires-Dist: filetype>=1.2; extra == "serving"
|
176
|
+
Requires-Dist: starlette>=0.36; extra == "serving"
|
177
|
+
Requires-Dist: uvicorn>=0.16; extra == "serving"
|
178
|
+
Requires-Dist: yarl>=1.9; extra == "serving"
|
118
179
|
Provides-Extra: speech
|
119
180
|
Requires-Dist: ftfy; extra == "speech"
|
120
181
|
Requires-Dist: Jinja2; extra == "speech"
|
@@ -127,71 +188,8 @@ Requires-Dist: joblib; extra == "ts"
|
|
127
188
|
Requires-Dist: matplotlib; extra == "ts"
|
128
189
|
Requires-Dist: scikit-learn; extra == "ts"
|
129
190
|
Provides-Extra: video
|
130
|
-
Requires-Dist: decord==0.6.0; ((platform_machine == "x86_64" or platform_machine == "AMD64") and sys_platform != "darwin") and extra == "video"
|
131
191
|
Requires-Dist: opencv-contrib-python==4.10.0.84; extra == "video"
|
132
|
-
|
133
|
-
Requires-Dist: aiohttp>=3.9; extra == "serving"
|
134
|
-
Requires-Dist: bce-python-sdk>=0.9; extra == "serving"
|
135
|
-
Requires-Dist: fastapi>=0.110; extra == "serving"
|
136
|
-
Requires-Dist: filetype>=1.2; extra == "serving"
|
137
|
-
Requires-Dist: starlette>=0.36; extra == "serving"
|
138
|
-
Requires-Dist: uvicorn>=0.16; extra == "serving"
|
139
|
-
Requires-Dist: yarl>=1.9; extra == "serving"
|
140
|
-
Provides-Extra: plugins
|
141
|
-
Requires-Dist: aiohttp>=3.9; extra == "plugins"
|
142
|
-
Requires-Dist: bce-python-sdk>=0.9; extra == "plugins"
|
143
|
-
Requires-Dist: fastapi>=0.110; extra == "plugins"
|
144
|
-
Requires-Dist: filetype>=1.2; extra == "plugins"
|
145
|
-
Requires-Dist: starlette>=0.36; extra == "plugins"
|
146
|
-
Requires-Dist: uvicorn>=0.16; extra == "plugins"
|
147
|
-
Requires-Dist: yarl>=1.9; extra == "plugins"
|
148
|
-
Provides-Extra: all
|
149
|
-
Requires-Dist: aiohttp>=3.9; extra == "all"
|
150
|
-
Requires-Dist: bce-python-sdk>=0.9; extra == "all"
|
151
|
-
Requires-Dist: chinese-calendar; extra == "all"
|
152
|
-
Requires-Dist: decord==0.6.0; ((platform_machine == "x86_64" or platform_machine == "AMD64") and sys_platform != "darwin") and extra == "all"
|
153
|
-
Requires-Dist: einops; extra == "all"
|
154
|
-
Requires-Dist: faiss-cpu; extra == "all"
|
155
|
-
Requires-Dist: fastapi>=0.110; extra == "all"
|
156
|
-
Requires-Dist: filetype>=1.2; extra == "all"
|
157
|
-
Requires-Dist: ftfy; extra == "all"
|
158
|
-
Requires-Dist: imagesize; extra == "all"
|
159
|
-
Requires-Dist: Jinja2; extra == "all"
|
160
|
-
Requires-Dist: joblib; extra == "all"
|
161
|
-
Requires-Dist: langchain==0.2.17; extra == "all"
|
162
|
-
Requires-Dist: langchain-community==0.2.17; extra == "all"
|
163
|
-
Requires-Dist: langchain-core; extra == "all"
|
164
|
-
Requires-Dist: langchain-openai==0.1.25; extra == "all"
|
165
|
-
Requires-Dist: lxml; extra == "all"
|
166
|
-
Requires-Dist: matplotlib; extra == "all"
|
167
|
-
Requires-Dist: openai==1.63.2; extra == "all"
|
168
|
-
Requires-Dist: opencv-contrib-python==4.10.0.84; extra == "all"
|
169
|
-
Requires-Dist: openpyxl; extra == "all"
|
170
|
-
Requires-Dist: premailer; extra == "all"
|
171
|
-
Requires-Dist: pyclipper; extra == "all"
|
172
|
-
Requires-Dist: pycocotools; extra == "all"
|
173
|
-
Requires-Dist: pypdfium2>=4; extra == "all"
|
174
|
-
Requires-Dist: regex; extra == "all"
|
175
|
-
Requires-Dist: scikit-image; extra == "all"
|
176
|
-
Requires-Dist: scikit-learn; extra == "all"
|
177
|
-
Requires-Dist: shapely; extra == "all"
|
178
|
-
Requires-Dist: soundfile; extra == "all"
|
179
|
-
Requires-Dist: starlette>=0.36; extra == "all"
|
180
|
-
Requires-Dist: tiktoken; extra == "all"
|
181
|
-
Requires-Dist: tokenizers==0.19.1; extra == "all"
|
182
|
-
Requires-Dist: tqdm; extra == "all"
|
183
|
-
Requires-Dist: uvicorn>=0.16; extra == "all"
|
184
|
-
Requires-Dist: yarl>=1.9; extra == "all"
|
185
|
-
Dynamic: author
|
186
|
-
Dynamic: classifier
|
187
|
-
Dynamic: description
|
188
|
-
Dynamic: description-content-type
|
189
|
-
Dynamic: keywords
|
190
|
-
Dynamic: license
|
191
|
-
Dynamic: license-file
|
192
|
-
Dynamic: provides-extra
|
193
|
-
Dynamic: requires-dist
|
194
|
-
Dynamic: summary
|
192
|
+
Requires-Dist: decord==0.6.0; ((platform_machine == "x86_64" or platform_machine == "AMD64") and sys_platform != "darwin") and extra == "video"
|
195
193
|
|
196
194
|
<p align="center">
|
197
195
|
<img src="https://raw.githubusercontent.com/cuicheng01/PaddleX_doc_images/main/images/logo.png" width="735" height ="200" alt="PaddleX" align="middle" />
|
@@ -264,7 +262,7 @@ PaddleX 3.0 是基于飞桨框架构建的低代码开发工具,它集成了
|
|
264
262
|
## 📊 能力支持
|
265
263
|
|
266
264
|
|
267
|
-
PaddleX的各个产线均支持本地**快速推理**,部分模型支持在[AI Studio星河社区](https://aistudio.baidu.com/overview)上进行**在线体验**,您可以快速体验各个产线的预训练模型效果,如果您对产线的预训练模型效果满意,可以直接对产线进行[高性能推理](https://paddlepaddle.github.io/PaddleX/latest/pipeline_deploy/high_performance_inference.html)/[服务化部署](https://paddlepaddle.github.io/PaddleX/latest/pipeline_deploy/serving.html)/[端侧部署](https://paddlepaddle.github.io/PaddleX/latest/pipeline_deploy/
|
265
|
+
PaddleX的各个产线均支持本地**快速推理**,部分模型支持在[AI Studio星河社区](https://aistudio.baidu.com/overview)上进行**在线体验**,您可以快速体验各个产线的预训练模型效果,如果您对产线的预训练模型效果满意,可以直接对产线进行[高性能推理](https://paddlepaddle.github.io/PaddleX/latest/pipeline_deploy/high_performance_inference.html)/[服务化部署](https://paddlepaddle.github.io/PaddleX/latest/pipeline_deploy/serving.html)/[端侧部署](https://paddlepaddle.github.io/PaddleX/latest/pipeline_deploy/on_device_deployment.html),如果不满意,您也可以使用产线的**二次开发**能力,提升效果。完整的产线开发流程请参考[PaddleX产线使用概览](https://paddlepaddle.github.io/PaddleX/latest/pipeline_usage/pipeline_develop_guide.html)或各产线使用[教程](#-文档)。
|
268
266
|
|
269
267
|
|
270
268
|
此外,PaddleX在[AI Studio星河社区](https://aistudio.baidu.com/overview)为开发者提供了基于[云端图形化开发界面](https://aistudio.baidu.com/pipeline/mine)的全流程开发工具, 点击【创建产线】,选择对应的任务场景和模型产线,就可以开启全流程开发。详细请参考[教程《零门槛开发产业级AI模型》](https://aistudio.baidu.com/practical/introduce/546656605663301)
|
@@ -762,7 +760,7 @@ python -m pip install paddlepaddle==3.0.0 -i https://www.paddlepaddle.org.cn/pac
|
|
762
760
|
* **安装PaddleX**
|
763
761
|
|
764
762
|
```bash
|
765
|
-
pip install "paddlex[base]
|
763
|
+
pip install "paddlex[base]"
|
766
764
|
```
|
767
765
|
|
768
766
|
> ❗ 更多安装方式参考 [PaddleX 安装教程](https://paddlepaddle.github.io/PaddleX/latest/installation/installation.html)
|
@@ -912,13 +910,12 @@ for res in output:
|
|
912
910
|
|
913
911
|
|
914
912
|
## 📖 文档
|
915
|
-
<details>
|
913
|
+
<details open>
|
916
914
|
<summary> <b> ⬇️ 安装 </b></summary>
|
917
915
|
|
918
916
|
* [📦 PaddlePaddle 安装教程](https://paddlepaddle.github.io/PaddleX/latest/installation/paddlepaddle_install.html)
|
919
917
|
* [📦 PaddleX 安装教程](https://paddlepaddle.github.io/PaddleX/latest/installation/installation.html)
|
920
918
|
|
921
|
-
|
922
919
|
</details>
|
923
920
|
|
924
921
|
<details open>
|
@@ -929,74 +926,112 @@ for res in output:
|
|
929
926
|
* <details open>
|
930
927
|
<summary> <b> 📝 文本图像智能分析 </b></summary>
|
931
928
|
|
932
|
-
* [📄 文档场景信息抽取v3产线使用教程](https://paddlepaddle.github.io/PaddleX/latest/pipeline_usage/tutorials/information_extraction_pipelines/
|
933
|
-
|
929
|
+
* [📄 文档场景信息抽取v3产线使用教程](https://paddlepaddle.github.io/PaddleX/latest/pipeline_usage/tutorials/information_extraction_pipelines/document_scene_information_extraction_v3.html)
|
930
|
+
|
931
|
+
* [📄 文档场景信息抽取v4产线使用教程](https://paddlepaddle.github.io/PaddleX/latest/pipeline_usage/tutorials/information_extraction_pipelines/document_scene_information_extraction_v4.html)
|
932
|
+
|
933
|
+
</details>
|
934
934
|
|
935
935
|
* <details open>
|
936
936
|
<summary> <b> 🔍 OCR </b></summary>
|
937
937
|
|
938
938
|
* [📜 通用 OCR 产线使用教程](https://paddlepaddle.github.io/PaddleX/latest/pipeline_usage/tutorials/ocr_pipelines/OCR.html )
|
939
|
+
|
939
940
|
* [📊 通用表格识别产线使用教程](https://paddlepaddle.github.io/PaddleX/latest/pipeline_usage/tutorials/ocr_pipelines/table_recognition.html )
|
941
|
+
|
940
942
|
* [🗂️ 通用表格识别v2产线使用教程](https://paddlepaddle.github.io/PaddleX/latest/pipeline_usage/tutorials/ocr_pipelines/table_recognition_v2.html)
|
943
|
+
|
941
944
|
* [📰 通用版面解析产线使用教程](https://paddlepaddle.github.io/PaddleX/latest/pipeline_usage/tutorials/ocr_pipelines/layout_parsing.html)
|
945
|
+
|
942
946
|
* [🗞️ 通用版面解析产线v3使用教程](https://paddlepaddle.github.io/PaddleX/latest/pipeline_usage/tutorials/ocr_pipelines/PP-StructureV3.html)
|
943
947
|
* [📐 公式识别产线使用教程](https://paddlepaddle.github.io/PaddleX/latest/pipeline_usage/tutorials/ocr_pipelines/formula_recognition.html)
|
944
|
-
* [
|
948
|
+
* [📝 印章文本识别产线使用教程](https://paddlepaddle.github.io/PaddleX/latest/pipeline_usage/tutorials/ocr_pipelines/seal_recognition.html)
|
945
949
|
* [🖌️ 文档图像预处理产线使用教程](https://paddlepaddle.github.io/PaddleX/latest/pipeline_usage/tutorials/ocr_pipelines/doc_preprocessor.html)
|
950
|
+
|
946
951
|
</details>
|
947
952
|
|
948
953
|
* <details open>
|
949
954
|
<summary> <b> 🎥 计算机视觉 </b></summary>
|
950
955
|
|
951
956
|
* [🖼️ 通用图像分类产线使用教程](https://paddlepaddle.github.io/PaddleX/latest/pipeline_usage/tutorials/cv_pipelines/image_classification.html)
|
952
|
-
|
957
|
+
|
958
|
+
* [🎯 通用目标检测产线使用教程](https://paddlepaddle.github.io/PaddleX/latest/pipeline_usage/tutorials/cv_pipelines/object_detection.html)
|
959
|
+
|
953
960
|
* [📋 通用实例分割产线使用教程](https://paddlepaddle.github.io/PaddleX/latest/pipeline_usage/tutorials/cv_pipelines/instance_segmentation.html)
|
954
|
-
|
961
|
+
|
962
|
+
* [🗣️ 通用语义分割产线使用教程](https://paddlepaddle.github.io/PaddleX/latest/pipeline_usage/tutorials/cv_pipelines/semantic_segmentation.html)
|
963
|
+
|
955
964
|
* [🏷️ 图像多标签分类产线使用教程](https://paddlepaddle.github.io/PaddleX/latest/pipeline_usage/tutorials/cv_pipelines/image_multi_label_classification.html)
|
956
|
-
|
965
|
+
|
966
|
+
* [🔍 小目标检测产线使用教程](https://paddlepaddle.github.io/PaddleX/latest/pipeline_usage/tutorials/cv_pipelines/small_object_detection.html)
|
967
|
+
|
957
968
|
* [🖼️ 图像异常检测产线使用教程](https://paddlepaddle.github.io/PaddleX/latest/pipeline_usage/tutorials/cv_pipelines/image_anomaly_detection.html)
|
969
|
+
|
970
|
+
* [🌐 3D多模态融合检测产线使用教程](https://paddlepaddle.github.io/PaddleX/latest/pipeline_usage/tutorials/cv_pipelines/3d_bev_detection.html)
|
971
|
+
|
958
972
|
* [🔍 人体关键点检测产线使用教程](https://paddlepaddle.github.io/PaddleX/latest/pipeline_usage/tutorials/cv_pipelines/human_keypoint_detection.html)
|
959
|
-
|
973
|
+
|
974
|
+
* [📚 开放词汇检测产线使用教程](https://paddlepaddle.github.io/PaddleX/latest/pipeline_usage/tutorials/cv_pipelines/open_vocabulary_detection.html)
|
975
|
+
|
960
976
|
* [🎨 开放词汇分割产线使用教程](https://paddlepaddle.github.io/PaddleX/latest/pipeline_usage/tutorials/cv_pipelines/open_vocabulary_segmentation.html)
|
961
|
-
|
962
|
-
|
977
|
+
|
978
|
+
* [🔄 旋转目标检测产线使用教程](https://paddlepaddle.github.io/PaddleX/latest/pipeline_usage/tutorials/cv_pipelines/rotated_object_detection.html)
|
979
|
+
|
963
980
|
* [🖼️ 通用图像识别产线使用教程](https://paddlepaddle.github.io/PaddleX/latest/pipeline_usage/tutorials/cv_pipelines/general_image_recognition.html)
|
964
|
-
|
981
|
+
|
982
|
+
* [🚶♀️ 行人属性识别产线使用教程](https://paddlepaddle.github.io/PaddleX/latest/pipeline_usage/tutorials/cv_pipelines/pedestrian_attribute_recognition.html)
|
983
|
+
|
965
984
|
* [🚗 车辆属性识别产线使用教程](https://paddlepaddle.github.io/PaddleX/latest/pipeline_usage/tutorials/cv_pipelines/vehicle_attribute_recognition.html)
|
966
|
-
* [🚶♀️ 行人属性识别产线使用教程](https://paddlepaddle.github.io/PaddleX/latest/pipeline_usage/tutorials/cv_pipelines/pedestrian_attribute_recognition.html)
|
967
985
|
|
986
|
+
* [🆔人脸识别产线使用教程](https://paddlepaddle.github.io/PaddleX/latest/pipeline_usage/tutorials/cv_pipelines/face_recognition.html)
|
987
|
+
|
988
|
+
</details>
|
968
989
|
|
969
990
|
* <details open>
|
970
991
|
<summary> <b> ⏱️ 时序分析</b> </summary>
|
971
992
|
|
972
993
|
* [📈 时序预测产线使用教程](https://paddlepaddle.github.io/PaddleX/latest/pipeline_usage/tutorials/time_series_pipelines/time_series_forecasting.html)
|
994
|
+
|
973
995
|
* [📉 时序异常检测产线使用教程](https://paddlepaddle.github.io/PaddleX/latest/pipeline_usage/tutorials/time_series_pipelines/time_series_anomaly_detection.html)
|
974
|
-
|
975
|
-
|
996
|
+
|
997
|
+
* [🕒 时序分类产线使用教程](https://paddlepaddle.github.io/PaddleX/latest/pipeline_usage/tutorials/time_series_pipelines/time_series_classification.html)
|
998
|
+
|
999
|
+
</details>
|
976
1000
|
|
977
1001
|
* <details open>
|
978
1002
|
<summary> <b> 🎤 语音识别</b> </summary>
|
979
1003
|
|
980
1004
|
* [🌐 多语种语音识别产线使用教程](https://paddlepaddle.github.io/PaddleX/latest/pipeline_usage/tutorials/speech_pipelines/multilingual_speech_recognition.html)
|
981
1005
|
|
1006
|
+
</details>
|
1007
|
+
|
982
1008
|
* <details open>
|
983
1009
|
<summary> <b> 🎥 视频识别</b> </summary>
|
984
1010
|
|
985
1011
|
* [📈 通用视频分类产线使用教程](https://paddlepaddle.github.io/PaddleX/latest/pipeline_usage/tutorials/video_pipelines/video_classification.html)
|
1012
|
+
|
986
1013
|
* [🔍 通用视频检测产线使用教程](https://paddlepaddle.github.io/PaddleX/latest/pipeline_usage/tutorials/video_pipelines/video_detection.html)
|
987
1014
|
|
1015
|
+
|
1016
|
+
</details>
|
1017
|
+
|
988
1018
|
* <details open>
|
989
1019
|
<summary> <b> 🌐 多模态视觉语言模型</b> </summary>
|
990
1020
|
|
991
1021
|
* [📝 文档理解产线使用教程](https://paddlepaddle.github.io/PaddleX/latest/pipeline_usage/tutorials/vlm_pipelines/doc_understanding.html)
|
992
|
-
</details>
|
993
1022
|
|
994
|
-
|
1023
|
+
</details>
|
1024
|
+
|
1025
|
+
* <details open>
|
995
1026
|
<summary> <b>🔧 相关说明文件</b> </summary>
|
996
1027
|
|
997
1028
|
* [🖥️ PaddleX 产线命令行使用说明](https://paddlepaddle.github.io/PaddleX/latest/pipeline_usage/instructions/pipeline_CLI_usage.html)
|
998
|
-
|
999
|
-
|
1029
|
+
|
1030
|
+
* [📝 PaddleX 产线 Python 脚本使用说明](https://paddlepaddle.github.io/PaddleX/latest/pipeline_usage/instructions/pipeline_python_API.html)
|
1031
|
+
|
1032
|
+
* [🔎 产线并行推理](https://paddlepaddle.github.io/PaddleX/latest/pipeline_usage/instructions/parallel_inference.html)
|
1033
|
+
|
1034
|
+
</details>
|
1000
1035
|
|
1001
1036
|
</details>
|
1002
1037
|
|
@@ -1007,116 +1042,135 @@ for res in output:
|
|
1007
1042
|
<summary> <b> 🔍 OCR </b></summary>
|
1008
1043
|
|
1009
1044
|
* [📝 文本检测模块使用教程](https://paddlepaddle.github.io/PaddleX/latest/module_usage/tutorials/ocr_modules/text_detection.html)
|
1045
|
+
|
1010
1046
|
* [🔖 印章文本检测模块使用教程](https://paddlepaddle.github.io/PaddleX/latest/module_usage/tutorials/ocr_modules/seal_text_detection.html)
|
1047
|
+
|
1011
1048
|
* [🔠 文本识别模块使用教程](https://paddlepaddle.github.io/PaddleX/latest/module_usage/tutorials/ocr_modules/text_recognition.html)
|
1049
|
+
|
1012
1050
|
* [🗺️ 版面区域检测模块使用教程](https://paddlepaddle.github.io/PaddleX/latest/module_usage/tutorials/ocr_modules/layout_detection.html)
|
1051
|
+
|
1013
1052
|
* [📊 表格结构识别模块使用教程](https://paddlepaddle.github.io/PaddleX/latest/module_usage/tutorials/ocr_modules/table_structure_recognition.html)
|
1014
|
-
|
1015
|
-
* [🔧 文本图像矫正模块使用教程](https://paddlepaddle.github.io/PaddleX/latest/module_usage/tutorials/ocr_modules/text_image_unwarping.html)
|
1016
|
-
* [📐 公式识别模块使用教程](https://paddlepaddle.github.io/PaddleX/latest/module_usage/tutorials/ocr_modules/formula_recognition.html)
|
1053
|
+
|
1017
1054
|
* [📊 表格单元格检测模块使用教程](https://paddlepaddle.github.io/PaddleX/latest/module_usage/tutorials/ocr_modules/table_cells_detection.html)
|
1055
|
+
|
1018
1056
|
* [📈 表格分类模块使用教程](https://paddlepaddle.github.io/PaddleX/latest/module_usage/tutorials/ocr_modules/table_classification.html)
|
1057
|
+
|
1058
|
+
* [📄 文档图像方向分类使用教程](https://paddlepaddle.github.io/PaddleX/latest/module_usage/tutorials/ocr_modules/doc_img_orientation_classification.html)
|
1059
|
+
|
1060
|
+
* [🔧 文本图像矫正模块使用教程](https://paddlepaddle.github.io/PaddleX/latest/module_usage/tutorials/ocr_modules/text_image_unwarping.html)
|
1061
|
+
|
1019
1062
|
* [📝 文本行方向分类模块使用教程](https://paddlepaddle.github.io/PaddleX/latest/module_usage/tutorials/ocr_modules/textline_orientation_classification.html)
|
1020
1063
|
|
1021
|
-
|
1064
|
+
* [📐 公式识别模块使用教程](https://paddlepaddle.github.io/PaddleX/latest/module_usage/tutorials/ocr_modules/formula_recognition.html)
|
1065
|
+
|
1066
|
+
|
1067
|
+
</details>
|
1068
|
+
|
1022
1069
|
|
1023
1070
|
* <details open>
|
1024
1071
|
<summary> <b> 🖼️ 图像分类 </b></summary>
|
1025
1072
|
|
1026
1073
|
* [📂 图像分类模块使用教程](https://paddlepaddle.github.io/PaddleX/latest/module_usage/tutorials/cv_modules/image_classification.html)
|
1074
|
+
|
1027
1075
|
* [🏷️ 图像多标签分类模块使用教程](https://paddlepaddle.github.io/PaddleX/latest/module_usage/tutorials/cv_modules/image_multilabel_classification.html)
|
1076
|
+
|
1028
1077
|
* [👤 行人属性识别模块使用教程](https://paddlepaddle.github.io/PaddleX/latest/module_usage/tutorials/cv_modules/pedestrian_attribute_recognition.html)
|
1078
|
+
|
1029
1079
|
* [🚗 车辆属性识别模块使用教程](https://paddlepaddle.github.io/PaddleX/latest/module_usage/tutorials/cv_modules/vehicle_attribute_recognition.html)
|
1030
1080
|
|
1031
|
-
|
1081
|
+
|
1082
|
+
</details>
|
1032
1083
|
|
1033
1084
|
* <details open>
|
1034
1085
|
<summary> <b> 🏞️ 图像特征 </b></summary>
|
1035
1086
|
|
1036
1087
|
* [🔗 图像特征模块使用教程](https://paddlepaddle.github.io/PaddleX/latest/module_usage/tutorials/cv_modules/image_feature.html)
|
1088
|
+
|
1037
1089
|
* [😁 人脸特征模块使用教程](https://paddlepaddle.github.io/PaddleX/latest/module_usage/tutorials/cv_modules/face_feature.html)
|
1038
|
-
|
1090
|
+
|
1091
|
+
</details>
|
1039
1092
|
|
1040
1093
|
* <details open>
|
1041
1094
|
<summary> <b> 🎯 目标检测 </b></summary>
|
1042
1095
|
|
1043
1096
|
* [🎯 目标检测模块使用教程](https://paddlepaddle.github.io/PaddleX/latest/module_usage/tutorials/cv_modules/object_detection.html)
|
1097
|
+
|
1044
1098
|
* [📏 小目标检测模块使用教程](https://paddlepaddle.github.io/PaddleX/latest/module_usage/tutorials/cv_modules/small_object_detection.html)
|
1099
|
+
|
1045
1100
|
* [🧑🤝🧑 人脸检测模块使用教程](https://paddlepaddle.github.io/PaddleX/latest/module_usage/tutorials/cv_modules/face_detection.html)
|
1101
|
+
|
1046
1102
|
* [🔍 主体检测模块使用教程](https://paddlepaddle.github.io/PaddleX/latest/module_usage/tutorials/cv_modules/mainbody_detection.html)
|
1103
|
+
|
1047
1104
|
* [🚶 行人检测模块使用教程](https://paddlepaddle.github.io/PaddleX/latest/module_usage/tutorials/cv_modules/human_detection.html)
|
1048
|
-
* [🚗 车辆检测模块使用教程](https://paddlepaddle.github.io/PaddleX/latest/module_usage/tutorials/cv_modules/vehicle_detection.html)
|
1049
|
-
* [🔄 旋转目标检测模块使用教程](https://paddlepaddle.github.io/PaddleX/latest/module_usage/tutorials/cv_modules/rotated_object_detection.html)
|
1050
1105
|
|
1051
|
-
*
|
1052
|
-
<summary> <b> 🌐 开放词汇目标检测 </b></summary>
|
1106
|
+
* [🚶♂️ 人体关键点检测模块使用教程](https://paddlepaddle.github.io/PaddleX/latest/module_usage/tutorials/cv_modules/human_keypoint_detection.html)
|
1053
1107
|
|
1054
1108
|
* [🌐 开放词汇目标检测模块使用教程](https://paddlepaddle.github.io/PaddleX/latest/module_usage/tutorials/cv_modules/open_vocabulary_detection.html)
|
1055
|
-
</details>
|
1056
|
-
|
1057
|
-
* <details open>
|
1058
|
-
<summary> <b> 🎯 关键点检测 </b></summary>
|
1059
|
-
|
1060
|
-
* [🚶♂️ 人体关键点检测模块使用教程](https://paddlepaddle.github.io/PaddleX/latest/module_usage/tutorials/cv_modules/human_keypoint_detection.html)
|
1061
|
-
</details>
|
1062
1109
|
|
1110
|
+
</details>
|
1063
1111
|
|
1064
1112
|
* <details open>
|
1065
1113
|
<summary> <b> 🖼️ 图像分割 </b></summary>
|
1066
1114
|
|
1067
1115
|
* [🗺️ 语义分割模块使用教程](https://paddlepaddle.github.io/PaddleX/latest/module_usage/tutorials/cv_modules/semantic_segmentation.html)
|
1116
|
+
|
1068
1117
|
* [🔍 实例分割模块使用教程](https://paddlepaddle.github.io/PaddleX/latest/module_usage/tutorials/cv_modules/instance_segmentation.html)
|
1069
|
-
* [🚨 图像异常检测模块使用教程](https://paddlepaddle.github.io/PaddleX/latest/module_usage/tutorials/cv_modules/anomaly_detection.html)
|
1070
|
-
</details>
|
1071
1118
|
|
1072
|
-
*
|
1073
|
-
<summary> <b> 🌐 开放词汇分割 </b></summary>
|
1119
|
+
* [🚨 图像异常检测模块使用教程](https://paddlepaddle.github.io/PaddleX/latest/module_usage/tutorials/cv_modules/anomaly_detection.html)
|
1074
1120
|
|
1075
1121
|
* [🌐 开放词汇分割模块使用教程](https://paddlepaddle.github.io/PaddleX/latest/module_usage/tutorials/cv_modules/open_vocabulary_segmentation.html)
|
1076
|
-
|
1122
|
+
|
1123
|
+
</details>
|
1077
1124
|
|
1078
1125
|
* <details open>
|
1079
1126
|
<summary> <b> ⏱️ 时序分析 </b></summary>
|
1080
1127
|
|
1081
1128
|
* [📈 时序预测模块使用教程](https://paddlepaddle.github.io/PaddleX/latest/module_usage/tutorials/time_series_modules/time_series_forecasting.html)
|
1129
|
+
|
1082
1130
|
* [🚨 时序异常检测模块使用教程](https://paddlepaddle.github.io/PaddleX/latest/module_usage/tutorials/time_series_modules/time_series_anomaly_detection.html)
|
1083
|
-
* [🕒 时序分类模块使用教程](https://paddlepaddle.github.io/PaddleX/latest/module_usage/tutorials/time_series_modules/time_series_classification.html)
|
1084
|
-
</details>
|
1085
1131
|
|
1086
|
-
*
|
1087
|
-
<summary> <b> 📦 3D </b></summary>
|
1132
|
+
* [🕒 时序分类模块使用教程](https://paddlepaddle.github.io/PaddleX/latest/module_usage/tutorials/time_series_modules/time_series_classification.html)
|
1088
1133
|
|
1089
|
-
|
1090
|
-
</details>
|
1134
|
+
</details>
|
1091
1135
|
|
1092
1136
|
* <details open>
|
1093
1137
|
<summary> <b> 🎤 语音识别 </b></summary>
|
1094
1138
|
|
1095
1139
|
* [🌐 多语种语音识别模块使用教程](https://paddlepaddle.github.io/PaddleX/latest/module_usage/tutorials/speech_modules/multilingual_speech_recognition.html)
|
1096
|
-
|
1140
|
+
|
1141
|
+
</details>
|
1097
1142
|
|
1098
1143
|
* <details open>
|
1099
|
-
<summary> <b>
|
1144
|
+
<summary> <b> 📦 3D </b></summary>
|
1100
1145
|
|
1101
|
-
* [
|
1102
|
-
|
1103
|
-
|
1146
|
+
* [📦 3D多模态融合检测模块使用教程](https://paddlepaddle.github.io/PaddleX/latest/module_usage/tutorials/cv_modules/3d_bev_detection.html)
|
1147
|
+
|
1148
|
+
</details>
|
1104
1149
|
|
1105
1150
|
* <details open>
|
1106
1151
|
<summary> <b> 🌐 多模态视觉语言模型 </b></summary>
|
1107
1152
|
|
1108
1153
|
* [📝 文档类视觉语言模型模块使用教程](https://paddlepaddle.github.io/PaddleX/latest/module_usage/tutorials/vlm_modules/doc_vlm.html)
|
1154
|
+
|
1109
1155
|
* [📈 图表解析模块使用教程](https://paddlepaddle.github.io/PaddleX/latest/module_usage/tutorials/vlm_modules/chart_parsing.html)
|
1110
|
-
</details>
|
1111
1156
|
|
1112
|
-
|
1157
|
+
</details>
|
1158
|
+
|
1159
|
+
|
1160
|
+
* <details open>
|
1113
1161
|
<summary> <b> 📄 相关说明文件 </b></summary>
|
1114
1162
|
|
1115
1163
|
* [📝 PaddleX 单模型 Python 脚本使用说明](https://paddlepaddle.github.io/PaddleX/latest/module_usage/instructions/model_python_API.html)
|
1164
|
+
|
1116
1165
|
* [📝 PaddleX 通用模型配置文件参数说明](https://paddlepaddle.github.io/PaddleX/latest/module_usage/instructions/config_parameters_common.html)
|
1166
|
+
|
1117
1167
|
* [📝 PaddleX 时序任务模型配置文件参数说明](https://paddlepaddle.github.io/PaddleX/latest/module_usage/instructions/config_parameters_time_series.html)
|
1168
|
+
|
1118
1169
|
* [📝 PaddleX 3d任务模型配置文件参数说明](https://paddlepaddle.github.io/PaddleX/latest/module_usage/instructions/config_parameters_3d.html)
|
1119
|
-
|
1170
|
+
|
1171
|
+
* [📝 模型推理 Benchmark](https://paddlepaddle.github.io/PaddleX/latest/module_usage/instructions/benchmark.html)
|
1172
|
+
|
1173
|
+
</details>
|
1120
1174
|
|
1121
1175
|
</details>
|
1122
1176
|
|
@@ -1125,9 +1179,11 @@ for res in output:
|
|
1125
1179
|
|
1126
1180
|
* [🚀 PaddleX 高性能推理指南](https://paddlepaddle.github.io/PaddleX/latest/pipeline_deploy/high_performance_inference.html)
|
1127
1181
|
* [🖥️ PaddleX 服务化部署指南](https://paddlepaddle.github.io/PaddleX/latest/pipeline_deploy/serving.html)
|
1128
|
-
* [📱 PaddleX 端侧部署指南](https://paddlepaddle.github.io/PaddleX/latest/pipeline_deploy/
|
1182
|
+
* [📱 PaddleX 端侧部署指南](https://paddlepaddle.github.io/PaddleX/latest/pipeline_deploy/on_device_deployment.html)
|
1183
|
+
* [🌐 获取 ONNX 模型](https://paddlepaddle.github.io/PaddleX/latest/pipeline_deploy/paddle2onnx.html)
|
1129
1184
|
|
1130
1185
|
</details>
|
1186
|
+
|
1131
1187
|
<details open>
|
1132
1188
|
<summary> <b> 🖥️ 多硬件使用 </b></summary>
|
1133
1189
|
|
@@ -1136,26 +1192,113 @@ for res in output:
|
|
1136
1192
|
* [🔲 寒武纪 MLU 飞桨安装教程](https://paddlepaddle.github.io/PaddleX/latest/other_devices_support/paddlepaddle_install_MLU.html)
|
1137
1193
|
* [💻 昇腾 NPU 飞桨安装教程](https://paddlepaddle.github.io/PaddleX/latest/other_devices_support/paddlepaddle_install_NPU.html)
|
1138
1194
|
* [🔌 昆仑 XPU 飞桨安装教程](https://paddlepaddle.github.io/PaddleX/latest/other_devices_support/paddlepaddle_install_XPU.html)
|
1195
|
+
* [📱 燧原 GCU 飞桨安装教程](https://paddlepaddle.github.io/PaddleX/latest/other_devices_support/paddlepaddle_install_GCU.html)
|
1139
1196
|
|
1140
1197
|
</details>
|
1141
1198
|
|
1142
|
-
<details>
|
1199
|
+
<details open>
|
1200
|
+
<summary> <b> 📊 数据标注教程 </b></summary>
|
1201
|
+
|
1202
|
+
- <details open>
|
1203
|
+
<summary> <b> 💻 计算机视觉 </b></summary>
|
1204
|
+
|
1205
|
+
- [📂 图像分类任务模块](https://paddlepaddle.github.io/PaddleX/latest/data_annotations/cv_modules/image_classification.html)
|
1206
|
+
|
1207
|
+
- [📂 图像特征任务模块](https://paddlepaddle.github.io/PaddleX/latest/data_annotations/cv_modules/image_feature.html)
|
1208
|
+
|
1209
|
+
- [📂 实例分割任务模块](https://paddlepaddle.github.io/PaddleX/latest/data_annotations/cv_modules/instance_segmentation.html)
|
1210
|
+
|
1211
|
+
- [📂 图像多标签分类模块](https://paddlepaddle.github.io/PaddleX/latest/data_annotations/cv_modules/ml_classification.html)
|
1212
|
+
|
1213
|
+
- [📂 目标检测任务模块](https://paddlepaddle.github.io/PaddleX/latest/data_annotations/cv_modules/object_detection.html)
|
1214
|
+
|
1215
|
+
- [📂 语义分割任务模块](https://paddlepaddle.github.io/PaddleX/latest/data_annotations/cv_modules/semantic_segmentation.html)
|
1216
|
+
|
1217
|
+
</details>
|
1218
|
+
|
1219
|
+
- <details open>
|
1220
|
+
<summary> <b> 🔍 OCR </b></summary>
|
1221
|
+
|
1222
|
+
- [📊 表格识别任务模块](https://paddlepaddle.github.io/PaddleX/latest/data_annotations/ocr_modules/table_recognition.html)
|
1223
|
+
|
1224
|
+
- [📰 文本检测/识别任务模块](https://paddlepaddle.github.io/PaddleX/latest/data_annotations/ocr_modules/text_detection_recognition.html)
|
1225
|
+
|
1226
|
+
</details>
|
1227
|
+
|
1228
|
+
- <details open>
|
1229
|
+
<summary> <b> 📉 时序分析 </b></summary>
|
1230
|
+
|
1231
|
+
- [📈 时序异常检测任务模块](https://paddlepaddle.github.io/PaddleX/latest/data_annotations/time_series_modules/time_series_anomaly_detection.html)
|
1232
|
+
|
1233
|
+
- [📉时序分类任务模块](https://paddlepaddle.github.io/PaddleX/latest/data_annotations/time_series_modules/time_series_classification.html)
|
1234
|
+
|
1235
|
+
- [🕜 时序预测任务模块](https://paddlepaddle.github.io/PaddleX/latest/data_annotations/time_series_modules/time_series_forecasting.html)
|
1236
|
+
|
1237
|
+
</details>
|
1238
|
+
|
1239
|
+
</details>
|
1240
|
+
|
1241
|
+
<details open>
|
1242
|
+
<summary> <b> 📑 产线列表 </b></summary>
|
1243
|
+
|
1244
|
+
* [🖲️ PaddleX产线列表(CPU/GPU)](https://paddlepaddle.github.io/PaddleX/latest/support_list/pipelines_list.html)
|
1245
|
+
* [🔲 PaddleX产线列表(DCU)](https://paddlepaddle.github.io/PaddleX/latest/support_list/pipelines_list_dcu.html)
|
1246
|
+
* [💻 PaddleX产线列表(MLU)](https://paddlepaddle.github.io/PaddleX/latest/support_list/pipelines_list_mlu.html)
|
1247
|
+
* [🔌 PaddleX产线列表(NPU)](https://paddlepaddle.github.io/PaddleX/latest/support_list/pipelines_list_npu.html)
|
1248
|
+
* [📱 PaddleX产线列表(XPU)](https://paddlepaddle.github.io/PaddleX/latest/support_list/pipelines_list_xpu.html)
|
1249
|
+
|
1250
|
+
</details>
|
1251
|
+
|
1252
|
+
<details open>
|
1253
|
+
<summary> <b> 📄 模型列表 </b></summary>
|
1254
|
+
|
1255
|
+
* [🖲️ PaddleX模型列表(CPU/GPU)](https://paddlepaddle.github.io/PaddleX/latest/support_list/models_list.html)
|
1256
|
+
* [🔲 PaddleX模型列表(海光 DCU)](https://paddlepaddle.github.io/PaddleX/latest/support_list/model_list_dcu.html)
|
1257
|
+
* [💻 PaddleX模型列表(寒武纪 MLU)](https://paddlepaddle.github.io/PaddleX/latest/support_list/model_list_mlu.html)
|
1258
|
+
* [🔌 PaddleX模型列表(昇腾 NPU)](https://paddlepaddle.github.io/PaddleX/latest/support_list/model_list_npu.html)
|
1259
|
+
* [📱 PaddleX模型列表(昆仑 XPU)](https://paddlepaddle.github.io/PaddleX/latest/support_list/model_list_xpu.html)
|
1260
|
+
* [📺 PaddleX模型列表(燧原 GCU)](https://paddlepaddle.github.io/PaddleX/latest/support_list/model_list_gcu.html)
|
1261
|
+
|
1262
|
+
</details>
|
1263
|
+
|
1264
|
+
<details open>
|
1143
1265
|
<summary> <b> 📝 产业实践教程&范例 </b></summary>
|
1144
1266
|
|
1145
|
-
* [📑 文档场景信息抽取v3模型产线———论文文献信息抽取应用教程](
|
1146
|
-
|
1267
|
+
* [📑 文档场景信息抽取v3模型产线———论文文献信息抽取应用教程](https://paddlepaddle.github.io/PaddleX/3.0/practical_tutorials/document_scene_information_extraction%28layout_detection%29_tutorial.html)
|
1268
|
+
|
1269
|
+
* [📑 文档场景信息抽取v3模型产线———印章信息抽取应用教程](https://paddlepaddle.github.io/PaddleX/3.0/practical_tutorials/document_scene_information_extraction%28seal_recognition%29_tutorial.html)
|
1270
|
+
|
1271
|
+
* [📑 文档场景信息抽取v3模型产线———DeepSeek 篇](https://paddlepaddle.github.io/PaddleX/latest/practical_tutorials/document_scene_information_extraction(deepseek)_tutorial.html)
|
1272
|
+
|
1273
|
+
* [🚗 通用 OCR 模型产线———车牌识别教程](https://paddlepaddle.github.io/PaddleX/latest/practical_tutorials/ocr_det_license_tutorial.html)
|
1274
|
+
|
1275
|
+
* [✍️ 通用 OCR 模型产线———手写中文识别教程](https://paddlepaddle.github.io/PaddleX/latest/practical_tutorials/ocr_rec_chinese_tutorial.html)
|
1276
|
+
|
1277
|
+
* [🔍 公式识别模型产线实践教程](https://paddlepaddle.github.io/PaddleX/latest/practical_tutorials/formula_recognition_tutorial.html)
|
1278
|
+
|
1279
|
+
* [💻 版面区域检测模型使用实践教程———大模型训练数据构建教程](https://paddlepaddle.github.io/PaddleX/latest/practical_tutorials/layout_detection.html)
|
1280
|
+
|
1281
|
+
* [😊 人脸识别之卡通人脸识别实践教程———卡通人脸识别教程](https://paddlepaddle.github.io/PaddleX/latest/practical_tutorials/face_recognition_tutorial.html)
|
1282
|
+
|
1147
1283
|
* [🖼️ 通用图像分类模型产线———垃圾分类教程](https://paddlepaddle.github.io/PaddleX/latest/practical_tutorials/image_classification_garbage_tutorial.html)
|
1284
|
+
|
1148
1285
|
* [🧩 通用实例分割模型产线———遥感图像实例分割教程](https://paddlepaddle.github.io/PaddleX/latest/practical_tutorials/instance_segmentation_remote_sensing_tutorial.html)
|
1286
|
+
|
1149
1287
|
* [👥 通用目标检测模型产线———行人跌倒检测教程](https://paddlepaddle.github.io/PaddleX/latest/practical_tutorials/object_detection_fall_tutorial.html)
|
1288
|
+
|
1150
1289
|
* [👗 通用目标检测模型产线———服装时尚元素检测教程](https://paddlepaddle.github.io/PaddleX/latest/practical_tutorials/object_detection_fashion_pedia_tutorial.html)
|
1151
|
-
|
1152
|
-
* [✍️ 通用 OCR 模型产线———手写中文识别教程](https://paddlepaddle.github.io/PaddleX/latest/practical_tutorials/ocr_rec_chinese_tutorial.html)
|
1290
|
+
|
1153
1291
|
* [🗣️ 通用语义分割模型产线———车道线分割教程](https://paddlepaddle.github.io/PaddleX/latest/practical_tutorials/semantic_segmentation_road_tutorial.html)
|
1292
|
+
|
1154
1293
|
* [🛠️ 时序异常检测模型产线———设备异常检测应用教程](https://paddlepaddle.github.io/PaddleX/latest/practical_tutorials/ts_anomaly_detection.html)
|
1294
|
+
|
1155
1295
|
* [🎢 时序分类模型产线———心跳监测时序数据分类应用教程](https://paddlepaddle.github.io/PaddleX/latest/practical_tutorials/ts_classification.html)
|
1296
|
+
|
1156
1297
|
* [🔋 时序预测模型产线———用电量长期预测应用教程](https://paddlepaddle.github.io/PaddleX/latest/practical_tutorials/ts_forecast.html)
|
1157
1298
|
|
1158
|
-
|
1299
|
+
* [🔧 产线部署实践教程](https://paddlepaddle.github.io/PaddleX/latest/practical_tutorials/deployment_tutorial.html)
|
1300
|
+
|
1301
|
+
</details>
|
1159
1302
|
|
1160
1303
|
## 🤔 FAQ
|
1161
1304
|
|
@@ -1168,3 +1311,5 @@ for res in output:
|
|
1168
1311
|
## 📄 许可证书
|
1169
1312
|
|
1170
1313
|
本项目的发布受 [Apache 2.0 license](./LICENSE) 许可认证。
|
1314
|
+
|
1315
|
+
|