rknpu icon indicating copy to clipboard operation
rknpu copied to clipboard

Results 53 rknpu issues
Sort by recently updated
recently updated
newest added

Hi, Can RV1126 NPU drivers be open to using for the latest kernel versions or any galcore modules for v5,10 or v6,1 ?

我的开发版是`Tinker Edge R` 当前运行系统为官方的`debain V2.0.5` 需要说明的是我升级的是 [[email protected]:airockchip/RK3399Pro_npu.git]([email protected]:airockchip/RK3399Pro_npu.git)这个链接下的boot.img 重装系统后我直接使用的是`RKNN1.7.3`版本,如果没有更新`boot.img`运行测试软件发现没有问题可以正常使用,但是我跟新boot.img重启后运行信息如下: > `linaro@linaro-alip:~/Desktop/yolov5-1.7.3$ python3 test.py > librga:RGA_GET_VERSION:3.02,3.020000 > ctx=0x5af51a0,ctx->rgaFd=3 > Rga built version:7bf9abf > ************************* > all device(s) with ntb mode: > e4d8618710babd94...

> 在1126上跑yolov5例子,出现这个问题 ![image](https://user-images.githubusercontent.com/18585577/127260003-69b7eafa-6277-41c2-a799-743a1c2405ab.png)

fix score bug. original version score like 0.99 or 1.0 after like end of article https://flyfish.blog.csdn.net/article/details/127096511

系统:ubuntu18.04 板子:Rk1808 python版本:python3.6 安装完rknn_toolkit_lite-1.7.3-cp36-cp36m-linux_aarch64.whl,进行测试报下面的错误! --> Init runtime environment E Catch exception when init runtime! E Traceback (most recent call last): File "/home/zlg/.local/lib/python3.6/site-packages/rknnlite/api/rknn_lite.py", line 144, in init_runtime async_mode=async_mode, rknn2precompile=rknn2precompile) File "rknnlite/api/rknn_runtime.py",...

按文档更新了NPU驱动,报了个错误 [ 1] HAL user version 6.4.3.5.293908 [ 2] HAL kernel version 6.4.3.5.293908 Segmentation fault (core dumped) 查文档是由于用户态驱动没有更新

running demo in rv1126: https://github.com/rockchip-linux/rknpu/tree/master/rknn/rknn_api/examples/rknn_yolov5_demo At the beginning, the program can run and infer normally, but after running for a period of time, an error is reported: dlopen /usr/lib/librga.so failed

在rv1126跑demo: https://github.com/rockchip-linux/rknpu/tree/master/rknn/rknn_api/examples/rknn_yolov5_demo. 当持续运行时,一开始能正常推理,但是运行一段时间(大概1500次推理)后,就报错了: dlopen /usr/lib/librga.so failed once run use 71.088000 ms 程序还能继续运行,但是无法正常推理。 信息: 1. rga_api version 1.2.6_[0] (RGA is compiling with meson base: $PRODUCT_BASE) 2. librknn_runtime version 1.7.0 (0bef7b3 build:...

我用3399pro运行报错can't find librknn_runtime.so,我看这里面文档和demo也都是针对1808或1126的。