-
```code
./test_yolo_cpp_bytrack.sh
environment variable SPDLOG_STDOUT is not set, and set true
environment variable SPDLOG_SYSTEMD is not set, and set false
environment variable SPDLOG_LEVEL …
-
### What happened?
In file `config/sources/families/rockchip-rk3588.conf`
```
OVERLAY_PREFIX='rockchip-rk3588'
```
It must use default definition only, without overriding
```
OVERLAY_PREFIX…
-
#include
#include
int main() {
cv::VideoCapture cap;
cap.open(0);
cv::Mat bgr;
cap >> bgr;
cv::imwrite("test_get_camera.jpg", bgr);
return 0;
}
![test_get_cam…
-
这是准备取消支持rk3588设备吗,我看网站上的rk3588设备全部没有了啊???
-
The steps mentioned above are generally correct?
1、Enable Secure Boot in MaskROM Mode: Start by enabling secure boot while the device is in MaskROM mode.
2、Verification During Power-On: Upon reboo…
-
Hello! please tell me how to convert yolov5's own detection model to rknn format?
-
Hi,
I would like to raise a bug report. Running rerun >= 0.17.0 on RK3588 SoCs seem to cause issues. Texts do not show up when running rerun. Attached below are some more information as well as a v…
-
Hi~,there was a problem when I configure util-linux on scarthgap
```shell
| configure: error: libmount_mountfd_support selected, but required mount FDs based API not available
| NOTE: The followi…
1ZQL1 updated
2 weeks ago
-
x86打包,toolkit2版本为2.3,model_zoo也更新到了2.3,rk3588板环境为2.3。
打包cpp成可执行程序,拷贝到rk3588推理的时候报错。错误如下,lib库也是2.3版本里的最新版本
```
sudo ./rknn_yolov8_seg_demo model/yolov8_seg.rknn model/bus.jpg
load lable ./model…
-
# 从UNet模型剪枝到rk3588板端推理部署 | 且听龙吟
对UNet模型进行剪枝,提升推理速度
[http://localhost:8000/rk3588-prone/](http://localhost:8000/rk3588-prone/)