mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-12 20:11:20 +08:00

* [FlyCV] Bump up FlyCV -> official release 1.0.0 * change PaddleLite or Paddle-Lite to Paddle lite * fix docs * fix doc Co-authored-by: DefTruth <qiustudent_r@163.com> Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com>
12 lines
311 B
Markdown
Executable File
12 lines
311 B
Markdown
Executable File
# YOLOv5 量化模型在 A311D 上的部署
|
|
目前 FastDeploy 已经支持基于 Paddle Lite 部署 YOLOv5 量化模型到 A311D 上。
|
|
|
|
模型的量化和量化模型的下载请参考:[模型量化](../quantize/README.md)
|
|
|
|
|
|
## 详细部署文档
|
|
|
|
在 A311D 上只支持 C++ 的部署。
|
|
|
|
- [C++部署](cpp)
|