mkdocs.yml 25 KB

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