|
|
@@ -1,9 +1,8 @@
|
|
|
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
|
|
|
@@ -102,9 +101,12 @@ plugins:
|
|
|
OCR: OCR
|
|
|
通用OCR产线: OCR
|
|
|
通用表格识别产线: General Table Recognition
|
|
|
+ 通用表格识别v2产线: General Table Recognition V2
|
|
|
通用版面解析产线: General Layout Parsing
|
|
|
+ 通用版面解析v2产线: General Layout Parsing V2
|
|
|
公式识别产线: Formula Recognition
|
|
|
印章文本识别产线: Seal Recognition
|
|
|
+ 文档图像预处理产线: Document Image Preprocessing
|
|
|
计算机视觉: Computer Vision
|
|
|
通用图像分类: General Image Classification
|
|
|
通用目标检测: General Object Detection
|
|
|
@@ -131,6 +133,14 @@ plugins:
|
|
|
文本识别模块: Text Recognition
|
|
|
版面区域检测模块: Layout Parsing
|
|
|
表格结构识别模块: Table Structure Recognition
|
|
|
+ 表格单元格检测模块: Table Cell Detection
|
|
|
+ 表格分类模块: Table Classification
|
|
|
+ 文本行方向分类: Text Line Orientation Classification
|
|
|
+ 人体关键点检测模块: Human Keypoint Detection
|
|
|
+ 开放词汇目标检测模块: Open-Vocabulary Object Detection
|
|
|
+ 开放词汇目标分割模块: Open-Vocabulary Segmentation
|
|
|
+ 多语种语音识别模块: Multilingual Speech Recognition
|
|
|
+ BEV融合3D检测模块: 3D Multimodal Fusion Detection
|
|
|
文档图像方向分类: Document Image Orientation Classification
|
|
|
文本图像矫正模块: Text Image Unwarping
|
|
|
公式识别模块: Formula Recognition
|
|
|
@@ -148,14 +158,25 @@ plugins:
|
|
|
主体检测模块: Main Body Detection
|
|
|
行人检测模块: Human Detection
|
|
|
车辆检测模块: Vehicle Detection
|
|
|
+ 3D多模态融合检测: 3D Multi-modal Fusion Detection
|
|
|
+ 人体关键点检测: Human Keypoint Detection
|
|
|
+ 开放词汇检测: Open Vocabulary Detection
|
|
|
+ 开放词汇分割: Open Vocabulary Segmentation
|
|
|
+ 旋转目标检测: Rotated Object Detection
|
|
|
图像分割: Image Segmentation
|
|
|
语义分割模块: Semantic Segmentation
|
|
|
实例分割模块: Instance Segmentation
|
|
|
+ 人脸特征模块: Face Feature
|
|
|
图像异常检测模块: Image Anomaly Detection
|
|
|
时序分析: Time Series Analysis
|
|
|
时序预测模块: Time Series Forecasting
|
|
|
时序异常检测模块: Time Series Anomaly Detection
|
|
|
时序分类模块: Time Series Classification
|
|
|
+ 语音处理: Speech
|
|
|
+ 多语种语音识别: Multilingual Speech Recognition
|
|
|
+ 视频分析: Video
|
|
|
+ 通用视频分类: General Video Classification
|
|
|
+ 通用视频检测: General Video Detection
|
|
|
说明文件: Instructions
|
|
|
PaddleX单模型Python脚本使用说明: PaddleX Module Python API Usage
|
|
|
PaddleX通用模型配置文件参数说明: PaddleX Common Module Config Parameters
|
|
|
@@ -187,6 +208,8 @@ plugins:
|
|
|
时序异常检测任务模块: Time Series Anomaly Detection Task
|
|
|
时序分类任务模块: Time Series Classification Task
|
|
|
时序预测任务模块: Time Series Forecasting Task
|
|
|
+ 语音识别: Speech
|
|
|
+ 3D检测: 3D
|
|
|
产线列表: Pipeline List
|
|
|
PaddleX产线列表(CPU/GPU): PaddleX Pipeline List (CPU/GPU)
|
|
|
PaddleX产线列表(DCU): PaddleX Pipeline List (DCU)
|
|
|
@@ -306,9 +329,12 @@ nav:
|
|
|
- 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
|
|
|
+ - 通用表格识别v2产线: pipeline_usage/tutorials/ocr_pipelines/table_recognition_v2.md
|
|
|
+ - 通用版面解析产线: pipeline_usage/tutorials/ocr_pipelines/layout_parsing_.md
|
|
|
+ - 通用版面解析v2产线: pipeline_usage/tutorials/ocr_pipelines/layout_parsing_v2.md
|
|
|
- 公式识别产线: pipeline_usage/tutorials/ocr_pipelines/formula_recognition.md
|
|
|
- 印章文本识别产线: pipeline_usage/tutorials/ocr_pipelines/seal_recognition.md
|
|
|
+ - 文档图像预处理产线: pipeline_usage/tutorials/ocr_pipelines/doc_preprocessor.md
|
|
|
- 计算机视觉:
|
|
|
- 通用图像分类: pipeline_usage/tutorials/cv_pipelines/image_classification.md
|
|
|
- 通用目标检测: pipeline_usage/tutorials/cv_pipelines/object_detection.md
|
|
|
@@ -317,6 +343,11 @@ nav:
|
|
|
- 图像多标签分类: 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
|
|
|
+ - 3D多模态融合检测: pipeline_usage/tutorials/cv_pipelines/3d_bev_detection.md
|
|
|
+ - 人体关键点检测: pipeline_usage/tutorials/cv_pipelines/human_keypoint_detection.md
|
|
|
+ - 开放词汇检测: pipeline_usage/tutorials/cv_pipelines/open_vocabulary_detection.md
|
|
|
+ - 开放词汇分割: pipeline_usage/tutorials/cv_pipelines/open_vocabulary_segmentation.md
|
|
|
+ - 旋转目标检测: pipeline_usage/tutorials/cv_pipelines/rotated_object_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
|
|
|
@@ -325,6 +356,11 @@ nav:
|
|
|
- 时序预测产线: 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
|
|
|
+ - 语音处理:
|
|
|
+ - 多语种语音识别: pipeline_usage/tutorials/speech_pipelines/multilingual_speech_recognition.md
|
|
|
+ - 视频分析:
|
|
|
+ - 通用视频分类: pipeline_usage/tutorials/video_pipelines/video_classification.md
|
|
|
+ - 通用视频检测: pipeline_usage/tutorials/video_pipelines/video_detection.md
|
|
|
- 说明文件:
|
|
|
- PaddleX产线命令行使用说明: pipeline_usage/instructions/pipeline_CLI_usage.md
|
|
|
- PaddleX产线Python脚本使用说明: pipeline_usage/instructions/pipeline_python_API.md
|
|
|
@@ -335,8 +371,11 @@ nav:
|
|
|
- 文本识别模块: 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/table_cells_detection.md
|
|
|
+ - 表格分类模块: module_usage/tutorials/ocr_modules/table_classification.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/textline_orientation_classification.md
|
|
|
- 公式识别模块: module_usage/tutorials/ocr_modules/formula_recognition.md
|
|
|
- 图像分类:
|
|
|
- 图像分类模块: module_usage/tutorials/cv_modules/image_classification.md
|
|
|
@@ -353,18 +392,21 @@ nav:
|
|
|
- 主体检测模块: 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/human_keypoint_detection.md
|
|
|
+ - 开放词汇目标检测模块: module_usage/tutorials/cv_modules/open_vocabulary_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/cv_modules/anomaly_detection.md
|
|
|
+ - 开放词汇目标分割模块: module_usage/tutorials/cv_modules/open_vocabulary_segmentation.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
|
|
|
- 语音识别:
|
|
|
- 多语种语音识别模块: module_usage/tutorials/speech_modules/multilingual_speech_recognition.md
|
|
|
- - 3D检测:
|
|
|
- - BEV融合3D检测模块: module_usage/tutorials/cv_modules/3d_bev_detection.md
|
|
|
+ - 3D检测:
|
|
|
+ - BEV融合3D检测模块: module_usage/tutorials/cv_modules/3d_bev_detection.md
|
|
|
- 说明文件:
|
|
|
- PaddleX单模型Python脚本使用说明: module_usage/instructions/model_python_API.md
|
|
|
- PaddleX通用模型配置文件参数说明: module_usage/instructions/config_parameters_common.md
|