rknpu icon indicating copy to clipboard operation
rknpu copied to clipboard

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

我在贵公司买了一块pro rv1126的主板,算力是2tops,但在推理一张自己模型(yolov3的模型),图片为440*700,时间在1s多,测试yolov3的官方模型和图片,时间在765ms,想知道这是正常的时间还是哪里有问题呢?感谢

``` run non-zero-copy model Read model/test1.jpg ... img width = 640, img height = 480 Loading mode... [ 1] HAL user version 6.4.3.5.293908 [ 2] HAL kernel version 6.4.3.5.293908 ./run_rk180x.sh:...

现在我手里面有一个带rk1808芯片的ununtu aarch64板子,不是计算棒,也不是rk3399,是一个厂家集成的(厂家领导不说),现在需要升级一下驱动的版本。 我已经把/driver/linux-aarch64/usr/*下面的文件放到了 板子的文件下面发现在pc上进行预编译还是不行,RKNNAPI: rknn_init, driver open fail! ret = -9(ERROR_PIPE)! Exception: RKNN init failed. error code: RKNN_ERR_DEVICE_UNAVAILABLE,会报这样的错误, 查看文档,我好像需要输入这样的命令 dmesg | grep -i galcore 查询 NPU 驱动版本 结果我的什么输出都没有,就算是说我的板子开机启动的时候根本没有启动npu driver 所以感觉上应该是rknpu文件夹下面一些ko文件的缘故,所以相文以下...

RKNNToolkit API 更新到了1.7,但DRV版本是1.3,toybrick社区使用update,upgrade方法都不能升级。请问下如何在不升级固件的情况下升级驱动。

Is it possible to get a `galcore.ko` version compiled to work with [kernel 4.19](https://github.com/rockchip-linux/kernel/tree/develop-4.19)?

![image](https://user-images.githubusercontent.com/20292101/137855118-9ef2b33e-c48f-4ebf-84dc-02f13adfe7d6.png) 这里和后面的图片说的是,如果是nchw的模型,nhwc的图片,会将nhwc转换成nchw, 但是在后文又有一句 “当RKNN 模型输入tensor 的属性是NHWC 布局时,没有NHWC 转换成NCHW 的流程” ![image](https://user-images.githubusercontent.com/20292101/137855291-feb9c080-90ef-4543-a258-bc62ab9936a5.png) 请问这句是不是写反了,我结合头文件注释来看,应该默认是nchw的输入吧? ![image](https://user-images.githubusercontent.com/20292101/137855352-52c1376a-8580-4714-9f85-37746e465ca7.png)

请问瑞芯微官方有 librknn_runtime version 1.7.0的库吗

![QQ图片20210608151040](https://user-images.githubusercontent.com/22784644/121139868-cf4e4080-c86b-11eb-8df3-02b53f928ea7.jpg) ![QQ图片20210608151046](https://user-images.githubusercontent.com/22784644/121139889-d83f1200-c86b-11eb-82a4-e769d3325ba4.jpg) 我是严格按照md文件中的过程来的

Dears Rockchip We got insmod fail galcore.ko after kernel configuration change. Could you support this ? We can see unstable error from galcore inside. attached is galcore NULL point error...

在目录rknpu/rknn/doc文档中介绍,SDK中提供了linux平台 yolov3Tiny目标检测Demo, 但是实际目录下却没有该demo文件, 请问有相应链接供我参考下载yolov3tiny的DEMO吗?