mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-11-02 12:44:20 +08:00
* Update VERSION_NUMBER * Update paddle_inference.cmake * Delete docs directory * release new docs * update version number * add vision result doc * update version * fix dead link * fix vision * fix dead link * Update README_EN.md * Update README_EN.md * Update README_EN.md * Update README_EN.md * Update README_EN.md * Update README_CN.md * Update README_EN.md * Update README_CN.md * Update README_EN.md * Update README_CN.md * Update README_EN.md * Update README_EN.md Co-authored-by: leiqing <54695910+leiqing1@users.noreply.github.com>
41 lines
1.4 KiB
Markdown
41 lines
1.4 KiB
Markdown
[English](README_EN.md) | 简体中文
|
|
|
|
# 使用文档
|
|
|
|
## 安装文档
|
|
|
|
- [预编译库下载安装](cn/build_and_install/download_prebuilt_libraries.md)
|
|
- [GPU部署环境编译安装](cn/build_and_install/gpu.md)
|
|
- [CPU部署环境编译安装](cn/build_and_install/cpu.md)
|
|
- [Jetson部署环境编译安装](cn/build_and_install/jetson.md)
|
|
- [Android平台部署环境编译安装](cn/build_and_install/android.md)
|
|
|
|
## 快速使用
|
|
|
|
- [PP-YOLOE Python部署示例](cn/quick_start/models/python.md)
|
|
- [PP-YOLOE C++部署示例](cn/quick_start/models/cpp.md)
|
|
- [Runtime Python使用示例](cn/quick_start/runtime/python.md)
|
|
- [Runtime C++使用示例](cn/quick_start/runtime/cpp.md)
|
|
|
|
## API文档(进行中)
|
|
|
|
- [Python API文档](https://baidu-paddle.github.io/fastdeploy-api/python/html/)
|
|
- [C++ API文档](https://baidu-paddle.github.io/fastdeploy-api/cpp/html/)
|
|
|
|
## 性能调优
|
|
|
|
- [量化加速](cn/quantize.md)
|
|
|
|
## 常见问题
|
|
|
|
- [1. 如何配置模型部署的推理后端](cn/faq/how_to_change_backend.md)
|
|
- [2. Windows上C++ SDK如何使用](cn/faq/use_sdk_on_windows.md)
|
|
- [3. Android上如何使用FastDeploy](cn/faq/use_sdk_on_android.md)(进行中)
|
|
- [4. TensorRT使用中的一些技巧](cn/faq/tensorrt_tricks.md)
|
|
- [5. 如何增加新的模型](cn/faq/develop_a_new_model.md)(进行中)
|
|
|
|
## 更多FastDeploy部署模块
|
|
|
|
- [服务化部署](../serving)
|
|
- [Benchmark测试](../benchmark)
|