-
pytorch/RKNN_C_demo/RKNN_toolkit_1/rknn_yolov5_demo/src/rga_func.c
int RGA_deinit(rga_context *rga_ctx)
{
if(rga_ctx->rga_handle)
{
dlclose(rga_ctx->rga_handle);
rga_ctx-…
-
(py38) pi@CM3588:~/demo/yolov7$ python yolov7.py
use anchors from 'model/anchors_yolov7.txt', which is [[[12.0, 16.0], [19.0, 36.0], [40.0, 28.0]], [[36.0, 75.0], [76.0, 55.0], [72.0, 146.0]], [[142…
-
在netron中看onnx转rknn后BN层消失了,是默认和conv层融合了吗?
还有就是pth->onnx->rknn模型转换和板端推理都没有报错和warning,但是推理结果就是不对,求大佬指点还能从哪儿查起?
-
**Describe the Issue**
I want to replace F.grid_sample with mmcv bilinear_grid_sample API, but failed. info:
File "D:\software\miniconda3\envs\openmmlab\lib\site-packages\mmcv\ops\point_sample…
-
CPU:RK3328
系统版本:ubuntu16.04
RK1808 DRV版本:1.7.0
rknn-toolkit-lite版本:1.7.0
使用的yolov3_tiny.rknn为官方demo模型
在windows和linux_x64上运行正常,在arm板子上部署出错。
运行时代码如下:
```
(RKNN_Lite) root@firefly:~/RKNN# pyt…
h13-0 updated
2 months ago
-
### Branch
1.x branch (1.0.0rc2 or other 1.x version)
### Describe the bug
I have been working on the subject of multi-tasking for a long time to improve it, I train the model on the same dat…
-
Hello,there! i have looked the `https://github.com/k2-fsa/sherpa-onnx/blob/master/scripts/whisper/export-onnx.py` it's a nice try to use whisper model in different platform by using ONNX format.
I'm…
-
I try to install it on Orange Pi 5 Plus and get this error
```
rkllm init start
rkllm-runtime version: 1.0.1
Warning: The model version is too old, please use the latest toolkit to reconvert the…
-
This is my .spec file
```
# -*- mode: python ; coding: utf-8 -*-
import os
import sys
from PyInstaller.utils.hooks import collect_data_files, collect_dynamic_libs, copy_metadata
# Add ROS pat…
-
### Checklist
- [X] I have searched related issues but cannot get the expected help.
- [X] 2. I have read the [FAQ documentation](https://github.com/open-mmlab/mmdeploy/tree/main/docs/en/faq.md) but …