index.rst 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. 欢迎使用PaddleX!
  2. =======================================
  3. PaddleX是基于飞桨核心框架、开发套件和工具组件的深度学习全流程开发工具。具备 **全流程打通** 、**融合产业实践** 、**易用易集成** 三大特点。
  4. * 项目官网: http://www.paddlepaddle.org.cn/paddle/paddlex
  5. * 项目GitHub: https://github.com/PaddlePaddle/PaddleX
  6. * 官方QQ用户群: 1045148026
  7. * GitHub Issue反馈: http://www.github.com/PaddlePaddle/PaddleX/issues
  8. 1. 注:本使用手册在打印为pdf后,可能会存在部分格式的兼容问题;
  9. 2. 注:本文档持续在http://paddlex.readthedocs.io/进行更新。
  10. .. toctree::
  11. :maxdepth: 1
  12. :caption: 1. 快速了解PaddleX
  13. quick_start.md
  14. install.md
  15. .. toctree::
  16. :maxdepth: 1
  17. :caption: 2. 数据准备
  18. data/annotation/index
  19. data/format/index
  20. .. toctree::
  21. :maxdepth: 1
  22. :caption: 3. 模型训练与参数调整
  23. train/index
  24. train/prediction.md
  25. appendix/parameters.md
  26. train/model_export.md
  27. .. toctree::
  28. :maxdepth: 1
  29. :caption: 4. 模型压缩优化
  30. slim/prune.md
  31. slim/quant.md
  32. .. toctree::
  33. :maxdepth: 1
  34. :caption: 5. 模型多端安全部署
  35. deploy/export_model.md
  36. deploy/hub_serving.md
  37. deploy/server/index
  38. deploy/jetson/index
  39. deploy/paddlelite/android.md
  40. deploy/raspberry/index
  41. deploy/openvino/index
  42. .. toctree::
  43. :maxdepth: 1
  44. :caption: 6. 产业案例集
  45. examples/meter_reader.md
  46. examples/human_segmentation.md
  47. examples/remote_sensing.md
  48. examples/multi-channel_remote_sensing/README.md
  49. examples/change_detection.md
  50. examples/industrial_quality_inspection/README.md
  51. .. toctree::
  52. :maxdepth: 1
  53. :caption: 7. 可视化客户端使用
  54. gui/introduce.md
  55. gui/download.md
  56. gui/how_to_use.md
  57. gui/FAQ.md
  58. gui/restful/index
  59. .. toctree::
  60. :maxdepth: 1
  61. :caption: 8. 附录
  62. apis/index.rst
  63. appendix/model_zoo.md
  64. appendix/metrics.md
  65. appendix/interpret.md
  66. appendix/how_to_offline_run.md
  67. change_log.md