rknn-toolkit icon indicating copy to clipboard operation
rknn-toolkit copied to clipboard

Results 212 rknn-toolkit issues
Sort by recently updated
recently updated
newest added

rkkn模型在RV1126上的inference速度才70-80ms,请问大佬们有什么解决方法吗?

Hello, I got the following error when running the test.py in the demo ` E Execute ntp_transfer_proxy devices failed, ret code: 126. /bin/sh: 1: /usr/local/lib/python3.7/dist-packages/rknn/3rdparty/platform-tools/ntp/linux-aarch64/npu_transfer_proxy: Permission denied E Catch exception...

Hi there, I am currently trying to convert my yolov3-tiny (.pb or .tflite) model to perform inference on my tinker board R with the following code: ``` rknn = RKNN(verbose=True,verbose_file="./verbose_log")...

librknn_runtime version 1.7.0 (0bef7b3 build: 2021-08-18 19:51:44 base: 1131) rknn model target platform[0] is RK1806, while current platform is RK3399 Create RKNN model fail, error=-13 rknn_init fail! ret=-13

Hi there, I am currently trying to run darknet yolov3 from examples using rknn-toolkit 1.7.1. i modified test.py file to do many inference with the following code ``` for i...

D Using CPPUTILS: True I Start importing onnx... I Current ONNX Model use ir_version 6 opset_version 10 I Call RKNN onnx optimize fail, skip optimize D Calc tensor Initializer_fill_constant_191.tmp_0 (1,...

输入的维度是(1, 398, 120),会报batch_sizes!=1 is not supported for lstm in this version的错误。 ![image](https://user-images.githubusercontent.com/73877725/153349893-da9688b1-a80d-4235-aa00-516885ca7f32.png) 如果将输入的维度改成(1, 398, 120, 1),增加一个reshape层,则会报下面的错误。 ![image](https://user-images.githubusercontent.com/73877725/153350302-a7554953-d401-46b5-a0e0-e3d5ce9989ef.png) 也尝试了先转成onnx模型,再转rknn,会报Calc node LSTM : LSTM_29 output shape fail ![image](https://user-images.githubusercontent.com/73877725/153350493-d88d661e-aaa9-4bfc-9eb7-276e2a85cdb3.png) 想问一下是哪里出了问题,如果有需要,pt和onnx模型我放在了自己的仓库里

W Call onnx.optimizer.optimize fail, skip optimize W Please confirm that your onnx opset_version

使用yolov5s的onnx转rknn时,参照examples\onnx\yolov5\test.py会报错如下: --> Export RKNN model done --> Init runtime environment librknn_runtime version 1.7.0 (9ad5c07 build: 2021-08-06 15:20:31 base: 1131) done --> Running model Traceback (most recent call last): File "test.py",...