index.rst 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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/nvidia-jetson.md
  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. .. toctree::
  59. :maxdepth: 1
  60. :caption: 8. RESTful API使用
  61. restful/introduction.md
  62. restful/restful.md
  63. restful/quick_start.md
  64. restful/restful_api.md
  65. restful/data_struct.md
  66. restful/tree.md
  67. .. toctree::
  68. :maxdepth: 1
  69. :caption: 9. 附录
  70. apis/index.rst
  71. appendix/model_zoo.md
  72. appendix/metrics.md
  73. appendix/interpret.md
  74. appendix/how_to_offline_run.md
  75. change_log.md