Randall Zhuo 2c2d03def0 Update RKNPU2 SDK to 1.6.0
Signed-off-by: Randall Zhuo <randall.zhuo@rock-chips.com>
2023-12-13 18:02:47 +08:00
..
2023-12-13 18:02:47 +08:00
2023-12-13 18:02:47 +08:00
2023-12-13 18:02:47 +08:00
2023-12-13 18:02:47 +08:00
2023-12-13 18:02:47 +08:00
2023-12-13 18:02:47 +08:00

onnx model

  • onnx_models/yolov5s_relu.onnx

The model comes from https://github.com/airockchip/rknn_model_zoo

convert rknn model

  1. Modify the following parameters of onnx2rknn.py to the corresponding platform, such as the RK3566_RK3568 model, modify as follows:
platform="rk3566"
  1. Execute python onnx2rknn.py

  2. The rknn model is generated in the rknn_models directory