mkdocs.yml 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491
  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. 文本图像智能分析: Information Extraction
  96. 文档场景信息抽取v3产线: PP-ChatOCRv3-doc
  97. 文档场景信息抽取v4产线: PP-ChatOCRv4-doc
  98. OCR: OCR
  99. 通用OCR产线: OCR
  100. 通用表格识别产线: General Table Recognition
  101. 通用表格识别v2产线: General Table Recognition V2
  102. 通用版面解析产线: General Layout Parsing
  103. 通用版面解析v3产线: PP-StructureV3
  104. 公式识别产线: Formula Recognition
  105. 印章文本识别产线: Seal Recognition
  106. 文档图像预处理产线: Document Image Preprocessing
  107. PaddleOCR-VL产线: PaddleOCR-VL
  108. 计算机视觉: Computer Vision
  109. 通用图像分类: General Image Classification
  110. 通用目标检测: General Object Detection
  111. 通用实例分割: General Instance Segmentation
  112. 通用语义分割: General Semantic Segmentation
  113. 图像多标签分类: Image Multi-label Classification
  114. 小目标检测: Small Object Detection
  115. 图像异常检测: Image Anomaly Detection
  116. 通用图像识别: Image Feature
  117. 行人属性识别: Pedestrian Attribute Recognition
  118. 车辆属性识别: Vehicle Attribute Recognition
  119. 人脸识别: Face Feature
  120. 时序分析: Time Series Analysis
  121. 时序预测产线: Time Series Forecasting
  122. 时序异常检测产线: Time Series Anomaly Detection
  123. 时序分类产线: Time Series Classification
  124. 说明文件: Instructions
  125. PaddleX产线命令行使用说明: PaddleX Pipeline CLI Usage
  126. PaddleX产线Python脚本使用说明: PaddleX Pipeline Python API Usage
  127. 单功能模块使用教程: Module Tutorials
  128. OCR: OCR
  129. 文本检测模块: Text Detection
  130. 印章文本检测模块: Seal Detection
  131. 文本识别模块: Text Recognition
  132. 版面区域检测模块: Layout Detection
  133. 表格结构识别模块: Table Structure Recognition
  134. 表格单元格检测模块: Table Cell Detection
  135. 表格分类模块: Table Classification
  136. 文本行方向分类: Text Line Orientation Classification
  137. 人体关键点检测模块: Human Keypoint Detection
  138. 开放词汇目标检测模块: Open-Vocabulary Object Detection
  139. 开放词汇目标分割模块: Open-Vocabulary Segmentation
  140. 多语种语音识别模块: Multilingual Speech Recognition
  141. BEV融合3D检测模块: 3D Multimodal Fusion Detection
  142. 文档图像方向分类: Document Image Orientation Classification
  143. 文本图像矫正模块: Text Image Unwarping
  144. 公式识别模块: Formula Recognition
  145. 图像分类: Image Classification
  146. 图像分类模块: Image Classification
  147. 图像多标签分类模块: Image Multi-label Classification
  148. 行人属性识别模块: Pedestrian Attribute Recognition
  149. 车辆属性识别模块: Vehicle Attribute Recognition
  150. 图像特征: Image Features
  151. 图像特征模块: Image Feature
  152. 目标检测: Object Detection
  153. 目标检测模块: Object Detection
  154. 小目标检测模块: Small Object Detection
  155. 人脸检测模块: Face Detection
  156. 主体检测模块: Main Body Detection
  157. 行人检测模块: Human Detection
  158. 车辆检测模块: Vehicle Detection
  159. 3D多模态融合检测: 3D Multi-modal Fusion Detection
  160. 人体关键点检测: Human Keypoint Detection
  161. 开放词汇检测: Open Vocabulary Detection
  162. 开放词汇分割: Open Vocabulary Segmentation
  163. 旋转目标检测: Rotated Object Detection
  164. 图像分割: Image Segmentation
  165. 语义分割模块: Semantic Segmentation
  166. 实例分割模块: Instance Segmentation
  167. 人脸特征模块: Face Feature
  168. 图像异常检测模块: Image Anomaly Detection
  169. 文档类视觉语言模型模块: Document Vision-Language Model
  170. 时序分析: Time Series Analysis
  171. 时序预测模块: Time Series Forecasting
  172. 时序异常检测模块: Time Series Anomaly Detection
  173. 时序分类模块: Time Series Classification
  174. 语音处理: Speech
  175. 多语种语音识别: Multilingual Speech Recognition
  176. 视频分析: Video
  177. 通用视频分类: General Video Classification
  178. 通用视频检测: General Video Detection
  179. 说明文件: Instructions
  180. PaddleX单模型Python脚本使用说明: PaddleX Module Python API Usage
  181. PaddleX通用模型配置文件参数说明: PaddleX Common Module Config Parameters
  182. PaddleX时序任务模型配置文件参数说明: PaddleX Time Series Module Config Parameters
  183. 模型产线部署: Pipeline Deploy
  184. 高性能推理: High Performance Inference
  185. 打包PaddleX项目: Package PaddleX Projects
  186. 服务化部署: Serving
  187. 端侧部署: On-Device Deployment
  188. 获取 ONNX 模型: Obtaining ONNX Models
  189. 多硬件使用: Multi-Device Usage
  190. 多硬件使用指南: Multi-Device Usage Guide
  191. 飞桨多硬件安装: PaddlePaddle Installation on Multiple Devices
  192. 海光 DCU 飞桨安装教程: HYGON DCU PaddlePaddle Installation Guide
  193. 寒武纪 MLU 飞桨安装教程: Cambricon MLU PaddlePaddle Installation Guide
  194. 昇腾 NPU 飞桨安装教程: Ascend NPU PaddlePaddle Installation Guide
  195. 昆仑 XPU 飞桨安装教程: Kunlun XPU PaddlePaddle Installation Guide
  196. 燧原 GCU 飞桨安装教程: Enflame GCU PaddlePaddle Installation Guide
  197. 数据标注教程: Data Annotation Tutorials
  198. 计算机视觉: Computer Vision
  199. 图像分类任务模块: Image Classification Task
  200. 图像特征任务模块: Image Feature Task
  201. 实例分割任务模块: Instance Segmentation Task
  202. 图像多标签分类: Image Multi-label Classification
  203. 目标检测任务模块: Object Detection Task
  204. 语义分割任务模块: Semantic Segmentation Task
  205. OCR: OCR
  206. 表格识别任务模块: Table Recognition Task
  207. 文本检测/识别任务模块: Text Detection/Recognition Task
  208. 时序分析: Time Series Analysis
  209. 时序异常检测任务模块: Time Series Anomaly Detection Task
  210. 时序分类任务模块: Time Series Classification Task
  211. 时序预测任务模块: Time Series Forecasting Task
  212. 语音识别: Speech
  213. 3D检测: 3D
  214. 产线列表: Pipeline List
  215. PaddleX产线列表(CPU/GPU): PaddleX Pipeline List (CPU/GPU)
  216. PaddleX产线列表(DCU): PaddleX Pipeline List (DCU)
  217. PaddleX产线列表(MLU): PaddleX Pipeline List (MLU)
  218. PaddleX产线列表(NPU): PaddleX Pipeline List (NPU)
  219. PaddleX产线列表(XPU): PaddleX Pipeline List (XPU)
  220. 模型列表: Model List
  221. PaddleX模型列表(CPU/GPU): PaddleX Model List (CPU/GPU)
  222. PaddleX模型列表(DCU): PaddleX Model List (DCU)
  223. PaddleX模型列表(MLU): PaddleX Model List (MLU)
  224. PaddleX模型列表(NPU): PaddleX Model List (NPU)
  225. PaddleX模型列表(XPU): PaddleX Model List (XPU)
  226. PaddleX模型列表(GCU): PaddleX Model List (GCU)
  227. 产业实践教程&范例: Practical Tutorials & Examples
  228. 论文文献信息抽取教程: Document Scene Information Extraction Tutorial
  229. 垃圾分类教程: Garbage Classification Tutorial
  230. 遥感图像实例分割教程: Remote Sensing Image Instance Segmentation Tutorial
  231. 行人跌倒检测教程: Pedestrian Fall Detection Tutorial
  232. 服装时尚元素检测教程: Fashion Element Detection Tutorial
  233. 车牌识别教程: License Plate Recognition Tutorial
  234. 手写中文识别教程: Handwritten Chinese Recognition Tutorial
  235. 车道线分割教程: Lane Line Segmentation Tutorial
  236. 设备异常检测应用教程: Equipment Anomaly Detection Application Tutorial
  237. 心跳监测时序数据分类应用教程: Heartbeat Monitoring Time Series Data Classification Application Tutorial
  238. 用电量长期预测应用教程: Long-term Electricity Consumption Forecasting Application Tutorial
  239. 多语种语音识别模块: Multilingual Speech Recognition Task
  240. 可视化工具: VisualDL
  241. FAQ: FAQ
  242. 近期更新: Recently Update
  243. repository: PaddlePaddle/PaddleX #仓库名称
  244. branch: release/3.0-rc1 #仓库分支
  245. - git-revision-date-localized: #显示更新时间
  246. enable_creation_date: true
  247. # Additional configuration
  248. extra:
  249. version:
  250. provider: mike #显示版本
  251. status:
  252. new: Recently added
  253. deprecated: Deprecated
  254. analytics:
  255. provider: google
  256. property: !ENV GOOGLE_ANALYTICS_KEY
  257. social:
  258. - icon: fontawesome/brands/github
  259. link: https://github.com/PaddlePaddle/PaddleX
  260. extra_javascript:
  261. - javascripts/katex.min.js
  262. - https://unpkg.com/katex@0/dist/katex.min.js
  263. - https://unpkg.com/katex@0/dist/contrib/auto-render.min.js
  264. extra_css:
  265. - https://unpkg.com/katex@0/dist/katex.min.css
  266. # Extensions
  267. markdown_extensions:
  268. - abbr
  269. - admonition
  270. - attr_list
  271. - def_list
  272. - footnotes
  273. - md_in_html
  274. - toc:
  275. permalink: true
  276. - pymdownx.arithmatex:
  277. generic: true
  278. - pymdownx.betterem:
  279. smart_enable: all
  280. - pymdownx.caret
  281. - pymdownx.details
  282. - pymdownx.emoji:
  283. emoji_generator: !!python/name:material.extensions.emoji.to_svg
  284. emoji_index: !!python/name:material.extensions.emoji.twemoji
  285. - pymdownx.highlight:
  286. anchor_linenums: true
  287. line_spans: __span
  288. pygments_lang_class: true
  289. - pymdownx.inlinehilite
  290. - pymdownx.keys
  291. - pymdownx.magiclink:
  292. normalize_issue_symbols: true
  293. repo_url_shorthand: true
  294. user: squidfunk
  295. repo: mkdocs-material
  296. - pymdownx.mark
  297. - pymdownx.smartsymbols
  298. - pymdownx.snippets:
  299. auto_append:
  300. - includes/mkdocs.md
  301. - pymdownx.superfences:
  302. custom_fences:
  303. - name: mermaid
  304. class: mermaid
  305. format: !!python/name:pymdownx.superfences.fence_code_format
  306. - pymdownx.tabbed:
  307. alternate_style: true
  308. combine_header_slug: true
  309. slugify: !!python/object/apply:pymdownx.slugs.slugify
  310. kwds:
  311. case: lower
  312. - pymdownx.tasklist:
  313. custom_checkbox: true
  314. - pymdownx.tilde
  315. # 页面结构
  316. nav:
  317. - Home: index.md
  318. - 安装:
  319. - 安装PaddlePaddle: installation/paddlepaddle_install.md
  320. - 安装PaddleX: installation/installation.md
  321. - 产线使用教程:
  322. - 概述: pipeline_usage/pipeline_develop_guide.md
  323. - 文本图像智能分析:
  324. - 文档场景信息抽取v3产线: pipeline_usage/tutorials/information_extraction_pipelines/document_scene_information_extraction_v3.md
  325. - 文档场景信息抽取v4产线: pipeline_usage/tutorials/information_extraction_pipelines/document_scene_information_extraction_v4.md
  326. - OCR:
  327. - 通用OCR产线: pipeline_usage/tutorials/ocr_pipelines/OCR.md
  328. - 通用表格识别产线: pipeline_usage/tutorials/ocr_pipelines/table_recognition.md
  329. - 通用表格识别v2产线: pipeline_usage/tutorials/ocr_pipelines/table_recognition_v2.md
  330. - 通用版面解析产线: pipeline_usage/tutorials/ocr_pipelines/layout_parsing.md
  331. - 通用版面解析v3产线: pipeline_usage/tutorials/ocr_pipelines/PP-StructureV3.md
  332. - 公式识别产线: pipeline_usage/tutorials/ocr_pipelines/formula_recognition.md
  333. - 印章文本识别产线: pipeline_usage/tutorials/ocr_pipelines/seal_recognition.md
  334. - 文档图像预处理产线: pipeline_usage/tutorials/ocr_pipelines/doc_preprocessor.md
  335. - PaddleOCR-VL产线: pipeline_usage/tutorials/ocr_pipelines/PaddleOCR-VL.md
  336. - 计算机视觉:
  337. - 通用图像分类: pipeline_usage/tutorials/cv_pipelines/image_classification.md
  338. - 通用目标检测: pipeline_usage/tutorials/cv_pipelines/object_detection.md
  339. - 通用实例分割: pipeline_usage/tutorials/cv_pipelines/instance_segmentation.md
  340. - 通用语义分割: pipeline_usage/tutorials/cv_pipelines/semantic_segmentation.md
  341. - 图像多标签分类: pipeline_usage/tutorials/cv_pipelines/image_multi_label_classification.md
  342. - 小目标检测: pipeline_usage/tutorials/cv_pipelines/small_object_detection.md
  343. - 图像异常检测: pipeline_usage/tutorials/cv_pipelines/image_anomaly_detection.md
  344. - 3D多模态融合检测: pipeline_usage/tutorials/cv_pipelines/3d_bev_detection.md
  345. - 人体关键点检测: pipeline_usage/tutorials/cv_pipelines/human_keypoint_detection.md
  346. - 开放词汇检测: pipeline_usage/tutorials/cv_pipelines/open_vocabulary_detection.md
  347. - 开放词汇分割: pipeline_usage/tutorials/cv_pipelines/open_vocabulary_segmentation.md
  348. - 旋转目标检测: pipeline_usage/tutorials/cv_pipelines/rotated_object_detection.md
  349. - 通用图像识别: pipeline_usage/tutorials/cv_pipelines/general_image_recognition.md
  350. - 行人属性识别: pipeline_usage/tutorials/cv_pipelines/pedestrian_attribute_recognition.md
  351. - 车辆属性识别: pipeline_usage/tutorials/cv_pipelines/vehicle_attribute_recognition.md
  352. - 人脸识别: pipeline_usage/tutorials/cv_pipelines/face_recognition.md
  353. - 时序分析:
  354. - 时序预测产线: pipeline_usage/tutorials/time_series_pipelines/time_series_forecasting.md
  355. - 时序异常检测产线: pipeline_usage/tutorials/time_series_pipelines/time_series_anomaly_detection.md
  356. - 时序分类产线: pipeline_usage/tutorials/time_series_pipelines/time_series_classification.md
  357. - 语音处理:
  358. - 多语种语音识别: pipeline_usage/tutorials/speech_pipelines/multilingual_speech_recognition.md
  359. - 视频分析:
  360. - 通用视频分类: pipeline_usage/tutorials/video_pipelines/video_classification.md
  361. - 通用视频检测: pipeline_usage/tutorials/video_pipelines/video_detection.md
  362. - 多模态视觉语言模型:
  363. - 文档理解产线: pipeline_usage/tutorials/vlm_pipelines/doc_understanding.md
  364. - 说明文件:
  365. - PaddleX产线命令行使用说明: pipeline_usage/instructions/pipeline_CLI_usage.md
  366. - PaddleX产线Python脚本使用说明: pipeline_usage/instructions/pipeline_python_API.md
  367. - 产线并行推理: pipeline_usage/instructions/parallel_inference.md
  368. - 单功能模块使用教程:
  369. - OCR:
  370. - 文本检测模块: module_usage/tutorials/ocr_modules/text_detection.md
  371. - 印章文本检测模块: module_usage/tutorials/ocr_modules/seal_text_detection.md
  372. - 文本识别模块: module_usage/tutorials/ocr_modules/text_recognition.md
  373. - 版面区域检测模块: module_usage/tutorials/ocr_modules/layout_detection.md
  374. - 表格结构识别模块: module_usage/tutorials/ocr_modules/table_structure_recognition.md
  375. - 表格单元格检测模块: module_usage/tutorials/ocr_modules/table_cells_detection.md
  376. - 表格分类模块: module_usage/tutorials/ocr_modules/table_classification.md
  377. - 文档图像方向分类: module_usage/tutorials/ocr_modules/doc_img_orientation_classification.md
  378. - 文本图像矫正模块: module_usage/tutorials/ocr_modules/text_image_unwarping.md
  379. - 文本行方向分类: module_usage/tutorials/ocr_modules/textline_orientation_classification.md
  380. - 公式识别模块: module_usage/tutorials/ocr_modules/formula_recognition.md
  381. - 图像分类:
  382. - 图像分类模块: module_usage/tutorials/cv_modules/image_classification.md
  383. - 图像多标签分类模块: module_usage/tutorials/cv_modules/image_multilabel_classification.md
  384. - 行人属性识别模块: module_usage/tutorials/cv_modules/pedestrian_attribute_recognition.md
  385. - 车辆属性识别模块: module_usage/tutorials/cv_modules/vehicle_attribute_recognition.md
  386. - 图像特征:
  387. - 图像特征模块: module_usage/tutorials/cv_modules/image_feature.md
  388. - 人脸特征模块: module_usage/tutorials/cv_modules/face_feature.md
  389. - 目标检测:
  390. - 目标检测模块: module_usage/tutorials/cv_modules/object_detection.md
  391. - 小目标检测模块: module_usage/tutorials/cv_modules/small_object_detection.md
  392. - 人脸检测模块: module_usage/tutorials/cv_modules/face_detection.md
  393. - 主体检测模块: module_usage/tutorials/cv_modules/mainbody_detection.md
  394. - 行人检测模块: module_usage/tutorials/cv_modules/human_detection.md
  395. - 车辆检测模块: module_usage/tutorials/cv_modules/vehicle_detection.md
  396. - 人体关键点检测模块: module_usage/tutorials/cv_modules/human_keypoint_detection.md
  397. - 开放词汇目标检测模块: module_usage/tutorials/cv_modules/open_vocabulary_detection.md
  398. - 图像分割:
  399. - 语义分割模块: module_usage/tutorials/cv_modules/semantic_segmentation.md
  400. - 实例分割模块: module_usage/tutorials/cv_modules/instance_segmentation.md
  401. - 图像异常检测模块: module_usage/tutorials/cv_modules/anomaly_detection.md
  402. - 开放词汇目标分割模块: module_usage/tutorials/cv_modules/open_vocabulary_segmentation.md
  403. - 时序分析:
  404. - 时序预测模块: module_usage/tutorials/time_series_modules/time_series_forecasting.md
  405. - 时序异常检测模块: module_usage/tutorials/time_series_modules/time_series_anomaly_detection.md
  406. - 时序分类模块: module_usage/tutorials/time_series_modules/time_series_classification.md
  407. - 语音识别:
  408. - 多语种语音识别模块: module_usage/tutorials/speech_modules/multilingual_speech_recognition.md
  409. - 3D检测:
  410. - BEV融合3D检测模块: module_usage/tutorials/cv_modules/3d_bev_detection.md
  411. - 多模态视觉语言模型:
  412. - 文档类视觉语言模型模块: module_usage/tutorials/vlm_modules/doc_vlm.md
  413. - 图表解析模块: module_usage/tutorials/vlm_modules/chart_parsing.md
  414. - 说明文件:
  415. - PaddleX单模型Python脚本使用说明: module_usage/instructions/model_python_API.md
  416. - PaddleX通用模型配置文件参数说明: module_usage/instructions/config_parameters_common.md
  417. - PaddleX时序任务模型配置文件参数说明: module_usage/instructions/config_parameters_time_series.md
  418. - 模型推理 Benchmark: module_usage/instructions/benchmark.md
  419. - 产线推理 Benchmark: pipeline_usage/instructions/benchmark.md
  420. - 模型产线部署:
  421. - 高性能推理: pipeline_deploy/high_performance_inference.md
  422. - 服务化部署: pipeline_deploy/serving.md
  423. - 端侧部署: pipeline_deploy/on_device_deployment.md
  424. - 获取 ONNX 模型: pipeline_deploy/paddle2onnx.md
  425. - 打包PaddleX项目: pipeline_deploy/packaging.md
  426. - 多硬件使用:
  427. - 多硬件使用指南: other_devices_support/multi_devices_use_guide.md
  428. - 飞桨多硬件安装:
  429. - 海光 DCU 飞桨安装教程: other_devices_support/paddlepaddle_install_DCU.md
  430. - 寒武纪 MLU 飞桨安装教程: other_devices_support/paddlepaddle_install_MLU.md
  431. - 昇腾 NPU 飞桨安装教程: other_devices_support/paddlepaddle_install_NPU.md
  432. - 昆仑 XPU 飞桨安装教程: other_devices_support/paddlepaddle_install_XPU.md
  433. - 燧原 GCU 飞桨安装教程: other_devices_support/paddlepaddle_install_GCU.md
  434. - 数据标注教程:
  435. - 计算机视觉:
  436. - 图像分类任务模块: data_annotations/cv_modules/image_classification.md
  437. - 图像特征任务模块: data_annotations/cv_modules/image_feature.md
  438. - 实例分割任务模块: data_annotations/cv_modules/instance_segmentation.md
  439. - 图像多标签分类: data_annotations/cv_modules/ml_classification.md
  440. - 目标检测任务模块: data_annotations/cv_modules/object_detection.md
  441. - 语义分割任务模块: data_annotations/cv_modules/semantic_segmentation.md
  442. - OCR:
  443. - 表格识别任务模块: data_annotations/ocr_modules/table_recognition.md
  444. - 文本检测/识别任务模块: data_annotations/ocr_modules/text_detection_recognition.md
  445. - 时序分析:
  446. - 时序异常检测任务模块: data_annotations/time_series_modules/time_series_anomaly_detection.md
  447. - 时序分类任务模块: data_annotations/time_series_modules/time_series_classification.md
  448. - 时序预测任务模块: data_annotations/time_series_modules/time_series_forecasting.md
  449. - 产线列表:
  450. - PaddleX产线列表(CPU/GPU): support_list/pipelines_list.md
  451. - PaddleX产线列表(DCU): support_list/pipelines_list_dcu.md
  452. - PaddleX产线列表(MLU): support_list/pipelines_list_mlu.md
  453. - PaddleX产线列表(NPU): support_list/pipelines_list_npu.md
  454. - PaddleX产线列表(XPU): support_list/pipelines_list_xpu.md
  455. - 模型列表:
  456. - PaddleX模型列表(CPU/GPU): support_list/models_list.md
  457. - PaddleX模型列表(DCU): support_list/model_list_dcu.md
  458. - PaddleX模型列表(MLU): support_list/model_list_mlu.md
  459. - PaddleX模型列表(NPU): support_list/model_list_npu.md
  460. - PaddleX模型列表(XPU): support_list/model_list_xpu.md
  461. - PaddleX模型列表(GCU): support_list/model_list_gcu.md
  462. - 产业实践教程&范例:
  463. - 文档场景信息抽取实践教程-如何微调版面区域检测: practical_tutorials/document_scene_information_extraction(layout_detection)_tutorial.md
  464. - 文档场景信息抽取实践教程-如何微调印章文本检测: practical_tutorials/document_scene_information_extraction(seal_recognition)_tutorial.md
  465. - 文档场景信息抽取实践教程-如何使用deepseek: practical_tutorials/document_scene_information_extraction(deepseek)_tutorial.md
  466. - OCR识别之车牌文本检测实践教程: practical_tutorials/ocr_det_license_tutorial.md
  467. - OCR识别之手写中文识别实践教程: practical_tutorials/ocr_rec_chinese_tutorial.md
  468. - 公式识别实践教程: practical_tutorials/formula_recognition_tutorial.md
  469. - 版面区域检测模型使用实践教程: practical_tutorials/layout_detection.md
  470. - 人脸识别之卡通人脸识别实践教程: practical_tutorials/face_recognition_tutorial.md
  471. - 垃圾分类实践教程: practical_tutorials/image_classification_garbage_tutorial.md
  472. - 遥感图像实例分割实践教程: practical_tutorials/instance_segmentation_remote_sensing_tutorial.md
  473. - 行人跌倒检测实践教程: practical_tutorials/object_detection_fall_tutorial.md
  474. - 服装时尚元素检测实践教程: practical_tutorials/object_detection_fashion_pedia_tutorial.md
  475. - 车牌识别实践教程: practical_tutorials/ocr_det_license_tutorial.md
  476. - 车道线分割实践教程: practical_tutorials/semantic_segmentation_road_tutorial.md
  477. - 设备异常检测应用实践教程: practical_tutorials/ts_anomaly_detection.md
  478. - 心跳监测时序数据分类应用实践教程: practical_tutorials/ts_classification.md
  479. - 用电量长期预测应用实践教程: practical_tutorials/ts_forecast.md
  480. - 产线部署实践教程: practical_tutorials/deployment_tutorial.md
  481. - 可视化工具: VisualDL.md
  482. - FAQ: FAQ.md
  483. - 近期更新: CHANGELOG.md