Skip to content

Commit 51fe7c0

Browse files
committed
test
1 parent 15c17ec commit 51fe7c0

File tree

2 files changed

+83
-11
lines changed

2 files changed

+83
-11
lines changed

.github/workflows/deploy_docs.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
name: Develop Docs
2+
on:
3+
push:
4+
branches: #设置更新哪个分支会更新站点
5+
- release/3.0-rc
6+
permissions:
7+
contents: write
8+
jobs:
9+
deploy:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v4
13+
- name: Configure Git Credentials
14+
run: |
15+
git config user.name github-actions[bot]
16+
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
17+
- uses: actions/setup-python@v5
18+
with:
19+
python-version: 3.x
20+
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
21+
- uses: actions/cache@v4
22+
with:
23+
key: mkdocs-material-${{ env.cache_id }}
24+
path: .cache
25+
restore-keys: |
26+
mkdocs-material-
27+
- run: pip install mike mkdocs-material jieba mkdocs-git-revision-date-localized-plugin mkdocs-git-committers-plugin-2 mkdocs-git-authors-plugin mkdocs-static-i18n mkdocs-minify-plugin
28+
- run: |
29+
git fetch origin gh-pages --depth=1
30+
mike deploy --push --update-aliases 3.0-rc latest
31+
mike set-default --push latest

mkdocs.yml

Lines changed: 52 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
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/
34
docs_dir: docs # 文档路径
45

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
78
edit_uri: edit/develop/docs/ #修改文件的路径
89
theme:
910
name: material
@@ -100,10 +101,13 @@ plugins:
100101
文档场景信息抽取v3产线: PP-ChatOCRv3-doc
101102
OCR: OCR
102103
通用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
105108
公式识别产线: Formula Recognition
106-
印章文本识别产线: Seal Recognition
109+
印章文本识别: Seal Recognition
110+
文档图像预处理: Document Image Preprocessing
107111
计算机视觉: Computer Vision
108112
通用图像分类: General Image Classification
109113
通用目标检测: General Object Detection
@@ -130,6 +134,14 @@ plugins:
130134
文本识别模块: Text Recognition
131135
版面区域检测模块: Layout Parsing
132136
表格结构识别模块: 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
133145
文档图像方向分类: Document Image Orientation Classification
134146
文本图像矫正模块: Text Image Unwarping
135147
公式识别模块: Formula Recognition
@@ -147,6 +159,11 @@ plugins:
147159
主体检测模块: Main Body Detection
148160
行人检测模块: Human Detection
149161
车辆检测模块: 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
150167
图像分割: Image Segmentation
151168
语义分割模块: Semantic Segmentation
152169
实例分割模块: Instance Segmentation
@@ -155,6 +172,11 @@ plugins:
155172
时序预测模块: Time Series Forecasting
156173
时序异常检测模块: Time Series Anomaly Detection
157174
时序分类模块: Time Series Classification
175+
语音处理: Speech
176+
多语种语音识别: Multilingual Speech Recognition
177+
视频分析: Video
178+
通用视频分类: General Video Classification
179+
通用视频检测: General Video Detection
158180
说明文件: Instructions
159181
PaddleX单模型Python脚本使用说明: PaddleX Module Python API Usage
160182
PaddleX通用模型配置文件参数说明: PaddleX Common Module Config Parameters
@@ -304,9 +326,12 @@ nav:
304326
- OCR:
305327
- 通用OCR产线: pipeline_usage/tutorials/ocr_pipelines/OCR.md
306328
- 通用表格识别产线: 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
308332
- 公式识别产线: pipeline_usage/tutorials/ocr_pipelines/formula_recognition.md
309333
- 印章文本识别产线: pipeline_usage/tutorials/ocr_pipelines/seal_recognition.md
334+
- 文档图像预处理产线: pipeline_usage/tutorials/ocr_pipelines/doc_preprocessor.md
310335
- 计算机视觉:
311336
- 通用图像分类: pipeline_usage/tutorials/cv_pipelines/image_classification.md
312337
- 通用目标检测: pipeline_usage/tutorials/cv_pipelines/object_detection.md
@@ -315,6 +340,11 @@ nav:
315340
- 图像多标签分类: pipeline_usage/tutorials/cv_pipelines/image_multi_label_classification.md
316341
- 小目标检测: pipeline_usage/tutorials/cv_pipelines/small_object_detection.md
317342
- 图像异常检测: 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
318348
- 通用图像识别: pipeline_usage/tutorials/cv_pipelines/general_image_recognition.md
319349
- 行人属性识别: pipeline_usage/tutorials/cv_pipelines/pedestrian_attribute_recognition.md
320350
- 车辆属性识别: pipeline_usage/tutorials/cv_pipelines/vehicle_attribute_recognition.md
@@ -323,6 +353,11 @@ nav:
323353
- 时序预测产线: pipeline_usage/tutorials/time_series_pipelines/time_series_forecasting.md
324354
- 时序异常检测产线: pipeline_usage/tutorials/time_series_pipelines/time_series_anomaly_detection.md
325355
- 时序分类产线: 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
326361
- 说明文件:
327362
- PaddleX产线命令行使用说明: pipeline_usage/instructions/pipeline_CLI_usage.md
328363
- PaddleX产线Python脚本使用说明: pipeline_usage/instructions/pipeline_python_API.md
@@ -333,8 +368,11 @@ nav:
333368
- 文本识别模块: module_usage/tutorials/ocr_modules/text_recognition.md
334369
- 版面区域检测模块: module_usage/tutorials/ocr_modules/layout_detection.md
335370
- 表格结构识别模块: 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
336373
- 文档图像方向分类: module_usage/tutorials/ocr_modules/doc_img_orientation_classification.md
337374
- 文本图像矫正模块: module_usage/tutorials/ocr_modules/text_image_unwarping.md
375+
- 文本行方向分类: module_usage/tutorials/ocr_modules/textline_orientation_classification.md
338376
- 公式识别模块: module_usage/tutorials/ocr_modules/formula_recognition.md
339377
- 图像分类:
340378
- 图像分类模块: module_usage/tutorials/cv_modules/image_classification.md
@@ -351,18 +389,21 @@ nav:
351389
- 主体检测模块: module_usage/tutorials/cv_modules/mainbody_detection.md
352390
- 行人检测模块: module_usage/tutorials/cv_modules/human_detection.md
353391
- 车辆检测模块: 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
354394
- 图像分割:
355395
- 语义分割模块: module_usage/tutorials/cv_modules/semantic_segmentation.md
356396
- 实例分割模块: 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
358399
- 时序分析:
359400
- 时序预测模块: module_usage/tutorials/time_series_modules/time_series_forecasting.md
360401
- 时序异常检测模块: module_usage/tutorials/time_series_modules/time_series_anomaly_detection.md
361402
- 时序分类模块: module_usage/tutorials/time_series_modules/time_series_classification.md
362403
- 语音识别:
363404
- 多语种语音识别模块: 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
366407
- 说明文件:
367408
- PaddleX单模型Python脚本使用说明: module_usage/instructions/model_python_API.md
368409
- PaddleX通用模型配置文件参数说明: module_usage/instructions/config_parameters_common.md
@@ -420,4 +461,4 @@ nav:
420461
- 心跳监测时序数据分类应用教程: practical_tutorials/ts_classification.md
421462
- 用电量长期预测应用教程: practical_tutorials/ts_forecast.md
422463
- FAQ: FAQ.md
423-
- 近期更新: CHANGLOG.md
464+
- 近期更新: CHANGLOG.md

0 commit comments

Comments
 (0)