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

Results 250 rknn-toolkit2 issues
Sort by recently updated
recently updated
newest added

在一组写操作占用的时间内,有效时间长度为T1,无效时间长度是T2,DDR带宽利用率=T1/T2,看到官方平台有rk-msch-probe-for-user查看内存信息的工具,请问要到哪里下载呢?

There is no Python 3.6 available, therefore use 3.8. The numpy, bfloat16 are installed. ERROR message as following: (RKNN38) pj@B560M:~/rknn-toolkit2$ pip install bfloat16 Requirement already satisfied: bfloat16 in /home/pj/anaconda3/envs/RKNN38/lib/python3.8/site-packages (1.1)...

we tried to convert vit onnx model to rknn model using rknn-toolkit2, vit: D RKNN: [10:14:17.424] Total Weight Memory Size: 19588032 (19 MB only ) D RKNN: [10:14:17.424] Total Internal...

I am attempting to get a simple TFlite model working based off the examples and user guides that were provided in this repository and I am having a lot of...

请问大神有没有人能出一个这个从.pt文件转换成rknn并部署到板端的教程呀?

想在rv1106板子上进行batch_size=4推理,该怎么设置呢,谢谢!

static int nms(int validCount, std::vector& outputLocations, std::vector classIds, std::vector& order, int filterId, float threshold) { for (int i = 0; i < validCount; ++i) { if (order[i] == -1 ||...

Regarding the NPU on the RK3588, it is mentioned: "The built-in NPU supports INT4/INT8/INT16/FP16 hybrid operation and computing power is up to 6TOPs." However, the current demos are all INT8....