mkdocs.yml 21 KB

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