Files
FastDeploy/examples/vision/detection/paddledetection/rv1126/README.md
T
yeliang2258 e2f5a9ce66 [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>
2023-04-10 22:04:45 +08:00

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)