mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-23 00:17:25 +08:00
e2f5a9ce66
* add infer for picodet * update code * update lite lib --------- Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com>
13 lines
416 B
Markdown
Executable File
13 lines
416 B
Markdown
Executable File
English | [简体中文](README_CN.md)
|
|
# Deploy PP-YOLOE and PicoDet Quantification Model on RV1126
|
|
Now FastDeploy supports the deployment of PP-YOLOE and PicoDet quantification model to RV1126 based on Paddle Lite.
|
|
|
|
For model quantification and download, refer to [Model Quantification](../quantize/README.md)
|
|
|
|
|
|
## Detailed Deployment Tutorials
|
|
|
|
Only C++ deployment is supported on RV1126.
|
|
|
|
- [C++ Deployment](cpp)
|