[Model] Add picodet for RV1126 and A311D (#1549)

* add infer for picodet

* update code

* update lite lib

---------

Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com>
This commit is contained in:
yeliang2258
2023-04-10 22:04:45 +08:00
committed by GitHub
parent cc4bbf2163
commit e2f5a9ce66
16 changed files with 209 additions and 50 deletions
@@ -1,12 +1,12 @@
English | [简体中文](README_CN.md)
# Deploy PP-YOLOE Quantification Model on A311D
Now FastDeploy supports the deployment of PP-YOLOE quantification model to A311D on Paddle Lite.
Now FastDeploy supports the deployment of PP-YOLOE and PicoDet quantification model to A311D on Paddle Lite.
For model quantification and download, refer to [Model Quantification](../quantize/README.md)
## Detailed Deployment Tutorials
Only C++ deployment is supported on A311D
Only C++ deployment is supported on A311D
- [C++ deployment](cpp)