1
1
site_name : PaddleX 文档 # 站点名称
2
- site_url : https://paddlepaddle.github.io/PaddleX/
2
+ # site_url: https://paddlepaddle.github.io/PaddleX/
3
+ site_url : https://amberc0209.github.io/PaddleX/
3
4
docs_dir : docs # 文档路径
4
5
5
- repo_url : https://github.com/PaddlePaddle /PaddleX # 仓库地址
6
-
6
+ repo_url : https://github.com/AmberC0209 /PaddleX # 仓库地址
7
+ # repo_url: https://github.com/PaddlePaddle/PaddleX
7
8
edit_uri : edit/develop/docs/ # 修改文件的路径
8
9
theme :
9
10
name : material
@@ -100,10 +101,13 @@ plugins:
100
101
文档场景信息抽取v3产线 : PP-ChatOCRv3-doc
101
102
OCR : OCR
102
103
通用OCR产线 : OCR
103
- 通用表格识别产线 : General Table Recognition
104
- 通用版面解析产线 : General Layout Parsing
104
+ 通用表格识别 : General Table Recognition
105
+ 通用表格识别v2 : General Table Recognition V2
106
+ 通用版面解析 : General Layout Parsing
107
+ 通用版面解析v2 : General Layout Parsing V2
105
108
公式识别产线 : Formula Recognition
106
- 印章文本识别产线 : Seal Recognition
109
+ 印章文本识别 : Seal Recognition
110
+ 文档图像预处理 : Document Image Preprocessing
107
111
计算机视觉 : Computer Vision
108
112
通用图像分类 : General Image Classification
109
113
通用目标检测 : General Object Detection
@@ -130,6 +134,14 @@ plugins:
130
134
文本识别模块 : Text Recognition
131
135
版面区域检测模块 : Layout Parsing
132
136
表格结构识别模块 : Table Structure Recognition
137
+ 表格单元格检测模块 : Table Cell Detection
138
+ 表格分类模块 : Table Classification
139
+ 文本行方向分类 : Text Line Orientation Classification
140
+ 人体关键点检测模块 : Human Keypoint Detection
141
+ 开放词汇目标检测模块 : Open-Vocabulary Object Detection
142
+ 开放词汇目标分割模块 : Open-Vocabulary Segmentation
143
+ 多语种语音识别模块 : Multilingual Speech Recognition
144
+ BEV融合3D检测模块 : 3D Multimodal Fusion Detection
133
145
文档图像方向分类 : Document Image Orientation Classification
134
146
文本图像矫正模块 : Text Image Unwarping
135
147
公式识别模块 : Formula Recognition
@@ -147,6 +159,11 @@ plugins:
147
159
主体检测模块 : Main Body Detection
148
160
行人检测模块 : Human Detection
149
161
车辆检测模块 : Vehicle Detection
162
+ 3D多模态融合检测 : 3D Multi-modal Fusion Detection
163
+ 人体关键点检测 : Human Keypoint Detection
164
+ 开放词汇检测 : Open Vocabulary Detection
165
+ 开放词汇分割 : Open Vocabulary Segmentation
166
+ 旋转目标检测 : Rotated Object Detection
150
167
图像分割 : Image Segmentation
151
168
语义分割模块 : Semantic Segmentation
152
169
实例分割模块 : Instance Segmentation
@@ -155,6 +172,11 @@ plugins:
155
172
时序预测模块 : Time Series Forecasting
156
173
时序异常检测模块 : Time Series Anomaly Detection
157
174
时序分类模块 : Time Series Classification
175
+ 语音处理 : Speech
176
+ 多语种语音识别 : Multilingual Speech Recognition
177
+ 视频分析 : Video
178
+ 通用视频分类 : General Video Classification
179
+ 通用视频检测 : General Video Detection
158
180
说明文件 : Instructions
159
181
PaddleX单模型Python脚本使用说明 : PaddleX Module Python API Usage
160
182
PaddleX通用模型配置文件参数说明 : PaddleX Common Module Config Parameters
@@ -304,9 +326,12 @@ nav:
304
326
- OCR :
305
327
- 通用OCR产线 : pipeline_usage/tutorials/ocr_pipelines/OCR.md
306
328
- 通用表格识别产线 : pipeline_usage/tutorials/ocr_pipelines/table_recognition.md
307
- - 通用版面解析产线 : pipeline_usage/tutorials/ocr_pipelines/layout_parsing.md
329
+ - 通用表格识别v2产线 : pipeline_usage/tutorials/ocr_pipelines/table_recognition_v2.md
330
+ - 通用版面解析产线 : pipeline_usage/tutorials/ocr_pipelines/layout_parsing_v2.md
331
+ - 通用版面解析v2产线 : pipeline_usage/tutorials/ocr_pipelines/layout_parsing.md
308
332
- 公式识别产线 : pipeline_usage/tutorials/ocr_pipelines/formula_recognition.md
309
333
- 印章文本识别产线 : pipeline_usage/tutorials/ocr_pipelines/seal_recognition.md
334
+ - 文档图像预处理产线 : pipeline_usage/tutorials/ocr_pipelines/doc_preprocessor.md
310
335
- 计算机视觉 :
311
336
- 通用图像分类 : pipeline_usage/tutorials/cv_pipelines/image_classification.md
312
337
- 通用目标检测 : pipeline_usage/tutorials/cv_pipelines/object_detection.md
@@ -315,6 +340,11 @@ nav:
315
340
- 图像多标签分类 : pipeline_usage/tutorials/cv_pipelines/image_multi_label_classification.md
316
341
- 小目标检测 : pipeline_usage/tutorials/cv_pipelines/small_object_detection.md
317
342
- 图像异常检测 : pipeline_usage/tutorials/cv_pipelines/image_anomaly_detection.md
343
+ - 3D多模态融合检测 : pipeline_usage/tutorials/cv_pipelines/3d_bev_detection.md
344
+ - 人体关键点检测 : pipeline_usage/tutorials/cv_pipelines/human_keypoint_detection.md
345
+ - 开放词汇检测 : pipeline_usage/tutorials/cv_pipelines/open_vocabulary_detection.md
346
+ - 开放词汇分割 : pipeline_usage/tutorials/cv_pipelines/open_vocabulary_segmentation.md
347
+ - 旋转目标检测 : pipeline_usage/tutorials/cv_pipelines/rotated_object_detection.md
318
348
- 通用图像识别 : pipeline_usage/tutorials/cv_pipelines/general_image_recognition.md
319
349
- 行人属性识别 : pipeline_usage/tutorials/cv_pipelines/pedestrian_attribute_recognition.md
320
350
- 车辆属性识别 : pipeline_usage/tutorials/cv_pipelines/vehicle_attribute_recognition.md
@@ -323,6 +353,11 @@ nav:
323
353
- 时序预测产线 : pipeline_usage/tutorials/time_series_pipelines/time_series_forecasting.md
324
354
- 时序异常检测产线 : pipeline_usage/tutorials/time_series_pipelines/time_series_anomaly_detection.md
325
355
- 时序分类产线 : pipeline_usage/tutorials/time_series_pipelines/time_series_classification.md
356
+ - 语音处理 :
357
+ - 多语种语音识别 : pipeline_usage/tutorials/speech_pipelines/multilingual_speech_recognition.md
358
+ - 视频分析 :
359
+ - 通用视频分类 : pipeline_usage/tutorials/video_pipelines/video_classification.md
360
+ - 通用视频检测 : pipeline_usage/tutorials/video_pipelines/video_detection.md
326
361
- 说明文件 :
327
362
- PaddleX产线命令行使用说明 : pipeline_usage/instructions/pipeline_CLI_usage.md
328
363
- PaddleX产线Python脚本使用说明 : pipeline_usage/instructions/pipeline_python_API.md
@@ -333,8 +368,11 @@ nav:
333
368
- 文本识别模块 : module_usage/tutorials/ocr_modules/text_recognition.md
334
369
- 版面区域检测模块 : module_usage/tutorials/ocr_modules/layout_detection.md
335
370
- 表格结构识别模块 : module_usage/tutorials/ocr_modules/table_structure_recognition.md
371
+ - 表格单元格检测模块 : module_usage/tutorials/ocr_modules/table_cells_detection.md
372
+ - 表格分类模块 : module_usage/tutorials/ocr_modules/table_classification.md
336
373
- 文档图像方向分类 : module_usage/tutorials/ocr_modules/doc_img_orientation_classification.md
337
374
- 文本图像矫正模块 : module_usage/tutorials/ocr_modules/text_image_unwarping.md
375
+ - 文本行方向分类 : module_usage/tutorials/ocr_modules/textline_orientation_classification.md
338
376
- 公式识别模块 : module_usage/tutorials/ocr_modules/formula_recognition.md
339
377
- 图像分类 :
340
378
- 图像分类模块 : module_usage/tutorials/cv_modules/image_classification.md
@@ -351,18 +389,21 @@ nav:
351
389
- 主体检测模块 : module_usage/tutorials/cv_modules/mainbody_detection.md
352
390
- 行人检测模块 : module_usage/tutorials/cv_modules/human_detection.md
353
391
- 车辆检测模块 : module_usage/tutorials/cv_modules/vehicle_detection.md
392
+ - 人体关键点检测模块 : module_usage/tutorials/cv_modules/human_keypoint_detection.md
393
+ - 开放词汇目标检测模块 : module_usage/tutorials/cv_modules/open_vocabulary_detection.md
354
394
- 图像分割 :
355
395
- 语义分割模块 : module_usage/tutorials/cv_modules/semantic_segmentation.md
356
396
- 实例分割模块 : module_usage/tutorials/cv_modules/instance_segmentation.md
357
- - 图像异常检测模块 : module_usage/tutorials/cv_modules/anomaly_detection.md
397
+ - 图像异常检测模块 : module_usage/tutorials/cv_modules/anomaly_detection.md
398
+ - 开放词汇目标分割模块 : module_usage/tutorials/cv_modules/open_vocabulary_segmentation.md
358
399
- 时序分析 :
359
400
- 时序预测模块 : module_usage/tutorials/time_series_modules/time_series_forecasting.md
360
401
- 时序异常检测模块 : module_usage/tutorials/time_series_modules/time_series_anomaly_detection.md
361
402
- 时序分类模块 : module_usage/tutorials/time_series_modules/time_series_classification.md
362
403
- 语音识别 :
363
404
- 多语种语音识别模块 : module_usage/tutorials/speech_modules/multilingual_speech_recognition.md
364
- - 3D检测 :
365
- - BEV融合3D检测模块 : module_usage/tutorials/cv_modules/3d_bev_detection.md
405
+ - 3D检测 :
406
+ - BEV融合3D检测模块 : module_usage/tutorials/cv_modules/3d_bev_detection.md
366
407
- 说明文件 :
367
408
- PaddleX单模型Python脚本使用说明 : module_usage/instructions/model_python_API.md
368
409
- PaddleX通用模型配置文件参数说明 : module_usage/instructions/config_parameters_common.md
420
461
- 心跳监测时序数据分类应用教程 : practical_tutorials/ts_classification.md
421
462
- 用电量长期预测应用教程 : practical_tutorials/ts_forecast.md
422
463
- FAQ : FAQ.md
423
- - 近期更新 : CHANGLOG.md
464
+ - 近期更新 : CHANGLOG.md
0 commit comments