Files
FastDeploy/examples/vision/detection/rkyolo/README.md
Hu Chuqi 4ae772c2c7 [Doc] Update readme files in English version (#1592)
* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md
2023-03-13 20:23:51 +08:00

28 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

English | [简体中文](README_CN.md)
# RKYOLO Ready-to-deploy Model
RKYOLO models are encapsulated with reference to the code of [rknn_model_zoo](https://github.com/airockchip/rknn_model_zoo/tree/main/models/CV/object_detection/yolo). Now we support the deployment of RKYOLOV5 models.
## List of Supported Models
FastDeploy currently supports the deployment of the following three models:
- RKYOLOV5
- RKYOLOX
- RKYOLOv7
For peoples testing, we provide three converted models that allow downloading and use. If you need to convert models, refer to [RKNN_model_convert](https://github.com/airockchip/rknn_model_zoo/tree/main/models/CV/object_detection/yolo/RKNN_model_convert).
| Model Name | Download Address |
| ------------------ | ------------------------------------------------------------ |
| yolov5-s-relu-int8 | https://bj.bcebos.com/paddlehub/fastdeploy/rknpu2/yolov5-s-relu.zip |
| yolov7-tiny-int8 | https://bj.bcebos.com/paddlehub/fastdeploy/rknpu2/yolov7-tiny.zip |
| yolox-s-int8 | https://bj.bcebos.com/paddlehub/fastdeploy/rknpu2/yolox-s.zip |
## Other Links
- [Cpp deployment](./cpp)
- [Python deployment](./python)
- [Vision model predicting results](../../../../docs/api/vision_results/)