-
Notifications
You must be signed in to change notification settings - Fork 958
/
mkdocs.yml
415 lines (406 loc) · 20.4 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
site_name: PaddleX 文档 #站点名称
site_url: https://paddlepaddle.github.io/PaddleX/
docs_dir: docs # 文档路径
repo_url: https://github.com/PaddlePaddle/PaddleX #仓库地址
edit_uri: edit/develop/docs/ #修改文件的路径
theme:
name: material
# logo: ./static/images/logo.jpg #设置左上角logo
# favicon: ./static/images/logo.jpg
custom_dir: overrides #用于自定义站点效果
features:
- announce.dismiss
- content.action.edit #可以编辑页面源码
- content.action.view #可以查看页面源码
- content.code.annotate
- content.code.copy
# - content.code.select
# - content.footnote.tooltips
# - content.tabs.link
- content.tooltips
# - header.autohide
# - navigation.expand
- navigation.footer
- navigation.indexes
# - navigation.instant
# - navigation.instant.prefetch
# - navigation.instant.progress
# - navigation.prune
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- navigation.expand # 默认打开所有的字节
- navigation.path
- search.highlight
- search.share
- search.suggest
- toc.follow
# - toc.integrate
palette: #设置切换light和dark模式
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: indigo
toggle:
icon: material/weather-night
name: Switch to system preference
font:
text: Roboto
code: Roboto Mono
favicon: assets/favicon.png
icon:
logo: logo
edit: material/pencil
view: material/eye
repo: fontawesome/brands/github
# Plugins
plugins:
- git-authors
- tags
- offline
- blog
- search:
separator: '[\s\u200b\-_,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
- i18n: #设置中英文转换
docs_structure: suffix
fallback_to_default: true
reconfigure_material: true
reconfigure_search: true
languages:
- locale: zh
name: 简体中文
default: true
build: true
- locale: en
name: English
site_name: PaddleX Documentation
link: /en/
nav_translations:
Home: Home
快速开始: Quick Start
安装: Installation
安装PaddlePaddle: PaddlePaddle Install
安装PaddleX: PaddleX Install
产线使用教程: Pipeline Tutorials
概述: Overview
文本图像智能分析: Informatio Extraction
文档场景信息抽取v3产线: PP-ChatOCRv3-doc
OCR: OCR
通用OCR产线: OCR
通用表格识别产线: General Table Recognition
通用版面解析产线: General Layout Parsing
公式识别产线: Formula Recognition
印章文本识别产线: Seal Recognition
计算机视觉: Computer Vision
通用图像分类: General Image Classification
通用目标检测: General Object Detection
通用实例分割: General Instance Segmentation
通用语义分割: General Semantic Segmentation
图像多标签分类: Image Multi-label Classification
小目标检测: Small Object Detection
图像异常检测: Image Anomaly Detection
通用图像识别: Image Feature
行人属性识别: Pedestrian Attribute Recognition
车辆属性识别: Vehicle Attribute Recognition
人脸识别: Face Feature
时序分析: Time Series Analysis
时序预测产线: Time Series Forecasting
时序异常检测产线: Time Series Anomaly Detection
时序分类产线: Time Series Classification
说明文件: Instructions
PaddleX产线命令行使用说明: PaddleX Pipeline CLI Usage
PaddleX产线Python脚本使用说明: PaddleX Pipeline Python API Usage
单功能模块使用教程: Module Tutorials
OCR: OCR
文本检测模块: Text Detection
印章文本检测模块: Seal Detection
文本识别模块: Text Recognition
版面区域检测模块: Layout Parsing
表格结构识别模块: Table Structure Recognition
文档图像方向分类: Document Image Orientation Classification
文本图像矫正模块: Text Image Unwarping
公式识别模块: Formula Recognition
图像分类: Image Classification
图像分类模块: Image Classification
图像多标签分类模块: Image Multi-label Classification
行人属性识别模块: Pedestrian Attribute Recognition
车辆属性识别模块: Vehicle Attribute Recognition
图像特征: Image Features
图像特征模块: Image Feature
目标检测: Object Detection
目标检测模块: Object Detection
小目标检测模块: Small Object Detection
人脸检测模块: Face Detection
主体检测模块: Main Body Detection
行人检测模块: Human Detection
车辆检测模块: Vehicle Detection
图像分割: Image Segmentation
语义分割模块: Semantic Segmentation
实例分割模块: Instance Segmentation
图像异常检测模块: Image Anomaly Detection
时序分析: Time Series Analysis
时序预测模块: Time Series Forecasting
时序异常检测模块: Time Series Anomaly Detection
时序分类模块: Time Series Classification
说明文件: Instructions
PaddleX单模型Python脚本使用说明: PaddleX Module Python API Usage
PaddleX通用模型配置文件参数说明: PaddleX Common Module Config Parameters
PaddleX时序任务模型配置文件参数说明: PaddleX Time Series Module Config Parameters
模型产线部署: Pipeline Deploy
高性能推理: High Performance Inference
服务化部署: Service Deploy
端侧部署: Edge Deploy
多硬件使用: Multi-Device Usage
多硬件使用指南: Multi-Device Usage Guide
飞桨多硬件安装: PaddlePaddle Installation on Multiple Devices
海光 DCU 飞桨安装教程: Haiguang DCU PaddlePaddle Installation Guide
寒武纪 MLU 飞桨安装教程: Cambricon MLU PaddlePaddle Installation Guide
昇腾 NPU 飞桨安装教程: Ascend NPU PaddlePaddle Installation Guide
昆仑 XPU 飞桨安装教程: Kunlun XPU PaddlePaddle Installation Guide
数据标注教程: Data Annotation Tutorials
计算机视觉: Computer Vision
图像分类任务模块: Image Classification Task
图像特征任务模块: Image Feature Task
实例分割任务模块: Instance Segmentation Task
图像多标签分类: Image Multi-label Classification
目标检测任务模块: Object Detection Task
语义分割任务模块: Semantic Segmentation Task
OCR: OCR
表格识别任务模块: Table Recognition Task
文本检测/识别任务模块: Text Detection/Recognition Task
时序分析: Time Series Analysis
时序异常检测任务模块: Time Series Anomaly Detection Task
时序分类任务模块: Time Series Classification Task
时序预测任务模块: Time Series Forecasting Task
产线列表: Pipeline List
PaddleX产线列表(CPU/GPU): PaddleX Pipeline List (CPU/GPU)
PaddleX产线列表(DCU): PaddleX Pipeline List (DCU)
PaddleX产线列表(MLU): PaddleX Pipeline List (MLU)
PaddleX产线列表(NPU): PaddleX Pipeline List (NPU)
PaddleX产线列表(XPU): PaddleX Pipeline List (XPU)
模型列表: Model List
PaddleX模型列表(CPU/GPU): PaddleX Model List (CPU/GPU)
PaddleX模型列表(DCU): PaddleX Model List (DCU)
PaddleX模型列表(MLU): PaddleX Model List (MLU)
PaddleX模型列表(NPU): PaddleX Model List (NPU)
PaddleX模型列表(XPU): PaddleX Model List (XPU)
产业实践教程&范例: Practical Tutorials & Examples
论文文献信息抽取教程: Document Scene Information Extraction Tutorial
垃圾分类教程: Garbage Classification Tutorial
遥感图像实例分割教程: Remote Sensing Image Instance Segmentation Tutorial
行人跌倒检测教程: Pedestrian Fall Detection Tutorial
服装时尚元素检测教程: Fashion Element Detection Tutorial
车牌识别教程: License Plate Recognition Tutorial
手写中文识别教程: Handwritten Chinese Recognition Tutorial
车道线分割教程: Lane Line Segmentation Tutorial
设备异常检测应用教程: Equipment Anomaly Detection Application Tutorial
心跳监测时序数据分类应用教程: Heartbeat Monitoring Time Series Data Classification Application Tutorial
用电量长期预测应用教程: Long-term Electricity Consumption Forecasting Application Tutorial
FAQ: FAQ
近期更新: Recently Update
repository: PaddlePaddle/PaddleX #仓库名称
branch: release/3.0-beta1 #仓库分支
- git-revision-date-localized: #显示更新时间
enable_creation_date: true
# Additional configuration
extra:
version:
provider: mike #显示版本
status:
new: Recently added
deprecated: Deprecated
analytics:
provider: google
property: !ENV GOOGLE_ANALYTICS_KEY
social:
- icon: fontawesome/brands/github
link: https://github.com/PaddlePaddle/PaddleX
extra_javascript:
- javascripts/katex.min.js
- https://unpkg.com/katex@0/dist/katex.min.js
- https://unpkg.com/katex@0/dist/contrib/auto-render.min.js
extra_css:
- https://unpkg.com/katex@0/dist/katex.min.css
# Extensions
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:material.extensions.emoji.to_svg
emoji_index: !!python/name:material.extensions.emoji.twemoji
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
normalize_issue_symbols: true
repo_url_shorthand: true
user: squidfunk
repo: mkdocs-material
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets:
auto_append:
- includes/mkdocs.md
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
combine_header_slug: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
# 页面结构
nav:
- Home: index.md
- 快速开始: quick_start.md
- 安装:
- 安装PaddlePaddle: installation/paddlepaddle_install.md
- 安装PaddleX: installation/installation.md
- 产线使用教程:
- 概述: pipeline_usage/pipeline_develop_guide.md
- 文本图像智能分析:
- 文档场景信息抽取v3产线: pipeline_usage/tutorials/information_extraction_pipelines/document_scene_information_extraction.md
- OCR:
- 通用OCR产线: pipeline_usage/tutorials/ocr_pipelines/OCR.md
- 通用表格识别产线: pipeline_usage/tutorials/ocr_pipelines/table_recognition.md
- 通用版面解析产线: pipeline_usage/tutorials/ocr_pipelines/layout_parsing.md
- 公式识别产线: pipeline_usage/tutorials/ocr_pipelines/formula_recognition.md
- 印章文本识别产线: pipeline_usage/tutorials/ocr_pipelines/seal_recognition.md
- 计算机视觉:
- 通用图像分类: pipeline_usage/tutorials/cv_pipelines/image_classification.md
- 通用目标检测: pipeline_usage/tutorials/cv_pipelines/object_detection.md
- 通用实例分割: pipeline_usage/tutorials/cv_pipelines/instance_segmentation.md
- 通用语义分割: pipeline_usage/tutorials/cv_pipelines/semantic_segmentation.md
- 图像多标签分类: pipeline_usage/tutorials/cv_pipelines/image_multi_label_classification.md
- 小目标检测: pipeline_usage/tutorials/cv_pipelines/small_object_detection.md
- 图像异常检测: pipeline_usage/tutorials/cv_pipelines/image_anomaly_detection.md
- 通用图像识别: pipeline_usage/tutorials/cv_pipelines/general_image_recognition.md
- 行人属性识别: pipeline_usage/tutorials/cv_pipelines/pedestrian_attribute_recognition.md
- 车辆属性识别: pipeline_usage/tutorials/cv_pipelines/vehicle_attribute_recognition.md
- 人脸识别: pipeline_usage/tutorials/cv_pipelines/face_recognition.md
- 时序分析:
- 时序预测产线: pipeline_usage/tutorials/time_series_pipelines/time_series_forecasting.md
- 时序异常检测产线: pipeline_usage/tutorials/time_series_pipelines/time_series_anomaly_detection.md
- 时序分类产线: pipeline_usage/tutorials/time_series_pipelines/time_series_classification.md
- 说明文件:
- PaddleX产线命令行使用说明: pipeline_usage/instructions/pipeline_CLI_usage.md
- PaddleX产线Python脚本使用说明: pipeline_usage/instructions/pipeline_python_API.md
- 单功能模块使用教程:
- OCR:
- 文本检测模块: module_usage/tutorials/ocr_modules/text_detection.md
- 印章文本检测模块: module_usage/tutorials/ocr_modules/seal_text_detection.md
- 文本识别模块: module_usage/tutorials/ocr_modules/text_recognition.md
- 版面区域检测模块: module_usage/tutorials/ocr_modules/layout_detection.md
- 表格结构识别模块: module_usage/tutorials/ocr_modules/table_structure_recognition.md
- 文档图像方向分类: module_usage/tutorials/ocr_modules/doc_img_orientation_classification.md
- 文本图像矫正模块: module_usage/tutorials/ocr_modules/text_image_unwarping.md
- 公式识别模块: module_usage/tutorials/ocr_modules/formula_recognition.md
- 图像分类:
- 图像分类模块: module_usage/tutorials/cv_modules/image_classification.md
- 图像多标签分类模块: module_usage/tutorials/cv_modules/image_multilabel_classification.md
- 行人属性识别模块: module_usage/tutorials/cv_modules/pedestrian_attribute_recognition.md
- 车辆属性识别模块: module_usage/tutorials/cv_modules/vehicle_attribute_recognition.md
- 图像特征:
- 图像特征模块: module_usage/tutorials/cv_modules/image_feature.md
- 人脸特征模块: module_usage/tutorials/cv_modules/face_feature.md
- 目标检测:
- 目标检测模块: module_usage/tutorials/cv_modules/object_detection.md
- 小目标检测模块: module_usage/tutorials/cv_modules/small_object_detection.md
- 人脸检测模块: module_usage/tutorials/cv_modules/face_detection.md
- 主体检测模块: module_usage/tutorials/cv_modules/mainbody_detection.md
- 行人检测模块: module_usage/tutorials/cv_modules/human_detection.md
- 车辆检测模块: module_usage/tutorials/cv_modules/vehicle_detection.md
- 图像分割:
- 语义分割模块: module_usage/tutorials/cv_modules/semantic_segmentation.md
- 实例分割模块: module_usage/tutorials/cv_modules/instance_segmentation.md
- 图像异常检测模块: module_usage/tutorials/cv_modules/anomaly_detection.md
- 时序分析:
- 时序预测模块: module_usage/tutorials/time_series_modules/time_series_forecasting.md
- 时序异常检测模块: module_usage/tutorials/time_series_modules/time_series_anomaly_detection.md
- 时序分类模块: module_usage/tutorials/time_series_modules/time_series_classification.md
- 说明文件:
- PaddleX单模型Python脚本使用说明: module_usage/instructions/model_python_API.md
- PaddleX通用模型配置文件参数说明: module_usage/instructions/config_parameters_common.md
- PaddleX时序任务模型配置文件参数说明: module_usage/instructions/config_parameters_time_series.md
- 模型产线部署:
- 高性能推理: pipeline_deploy/high_performance_inference.md
- 服务化部署: pipeline_deploy/service_deploy.md
- 端侧部署: pipeline_deploy/edge_deploy.md
- 多硬件使用:
- 多硬件使用指南: other_devices_support/multi_devices_use_guide.md
- 飞桨多硬件安装:
- 海光 DCU 飞桨安装教程: other_devices_support/paddlepaddle_install_DCU.md
- 寒武纪 MLU 飞桨安装教程: other_devices_support/paddlepaddle_install_MLU.md
- 昇腾 NPU 飞桨安装教程: other_devices_support/paddlepaddle_install_NPU.md
- 昆仑 XPU 飞桨安装教程: other_devices_support/paddlepaddle_install_XPU.md
- 数据标注教程:
- 计算机视觉:
- 图像分类任务模块: data_annotations/cv_modules/image_classification.md
- 图像特征任务模块: data_annotations/cv_modules/image_feature.md
- 实例分割任务模块: data_annotations/cv_modules/instance_segmentation.md
- 图像多标签分类: data_annotations/cv_modules/ml_classification.md
- 目标检测任务模块: data_annotations/cv_modules/object_detection.md
- 语义分割任务模块: data_annotations/cv_modules/semantic_segmentation.md
- OCR:
- 表格识别任务模块: data_annotations/ocr_modules/table_recognition.md
- 文本检测/识别任务模块: data_annotations/ocr_modules/text_detection_recognition.md
- 时序分析:
- 时序异常检测任务模块: data_annotations/time_series_modules/time_series_anomaly_detection.md
- 时序分类任务模块: data_annotations/time_series_modules/time_series_classification.md
- 时序预测任务模块: data_annotations/time_series_modules/time_series_forecasting.md
- 产线列表:
- PaddleX产线列表(CPU/GPU): support_list/pipelines_list.md
- PaddleX产线列表(DCU): support_list/pipelines_list_dcu.md
- PaddleX产线列表(MLU): support_list/pipelines_list_mlu.md
- PaddleX产线列表(NPU): support_list/pipelines_list_npu.md
- PaddleX产线列表(XPU): support_list/pipelines_list_xpu.md
- 模型列表:
- PaddleX模型列表(CPU/GPU): support_list/models_list.md
- PaddleX模型列表(DCU): support_list/model_list_dcu.md
- PaddleX模型列表(MLU): support_list/model_list_mlu.md
- PaddleX模型列表(NPU): support_list/model_list_npu.md
- PaddleX模型列表(XPU): support_list/model_list_xpu.md
- 产业实践教程&范例:
- 论文文献信息抽取教程: practical_tutorials/document_scene_information_extraction(layout_detection)_tutorial.md
- 垃圾分类教程: practical_tutorials/image_classification_garbage_tutorial.md
- 遥感图像实例分割教程: practical_tutorials/instance_segmentation_remote_sensing_tutorial.md
- 行人跌倒检测教程: practical_tutorials/object_detection_fall_tutorial.md
- 服装时尚元素检测教程: practical_tutorials/object_detection_fashion_pedia_tutorial.md
- 车牌识别教程: practical_tutorials/ocr_det_license_tutorial.md
- 手写中文识别教程: practical_tutorials/ocr_rec_chinese_tutorial.md
- 车道线分割教程: practical_tutorials/semantic_segmentation_road_tutorial.md
- 设备异常检测应用教程: practical_tutorials/ts_anomaly_detection.md
- 心跳监测时序数据分类应用教程: practical_tutorials/ts_classification.md
- 用电量长期预测应用教程: practical_tutorials/ts_forecast.md
- FAQ: FAQ.md
- 近期更新: CHANGLOG.md