Files
FastDeploy/examples/vision/detection/rkyolo
Zheng-Bicheng 109d1046ae [Model] add function for setting anchor rknpu2 (#1728)
* add function for setting anchor rknpu2
add more demo for rknpu2
fixed md error

* Update config.h

---------

Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com>
2023-04-04 20:33:06 +08:00
..
2023-02-15 17:55:58 +08:00

English | 简体中文

RKYOLO Ready-to-deploy Model

RKYOLO models are encapsulated with reference to the code of rknn_model_zoo. 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.

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