返回顶部
r

rdk-x5-ai-detectRDK X5 AI检测

在 RDK X5 的 10TOPS BPU 上运行单个 AI 推理算法:YOLO 目标检测、图像分类、语义分割、人脸识别、手势识别、人体关键点、开放词汇检测(DOSOD/YOLO-World)、双目深度估计、语音识别、端侧轻量 LLM(≤2B 参数量化模型)。Use when the user wants to run a single AI algorithm, deploy pre-built .bin models to BPU, or ask what AI models/LLMs RDK X5 can run (能力咨询). Do NOT use for camera hardware setup (use rdk-x5-camera), multimedia encoding (use rdk-x5-media), running /app demo scripts (use rdk-x5-app), integrated camera+AI+output pipeline (use rdk-x5-tros), model conversion/quantization/e

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
217
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

rdk-x5-ai-detect

RDK X5 AI Detect — BPU AI 推理

RDK X5 搭载 10 TOPS BPU,所有 AI 算法通过 TogetheROS.Bot (tros.b) 框架运行。

前置准备

bash

每个终端都需要 source


source /opt/tros/humble/setup.bash

安装 Python 推理库(可选,用于自定义推理脚本)

pip3 install hobot-dnn-rdkx5 hobot-vio-rdkx5

操作步骤

1. YOLO 目标检测(摄像头实时)

bash
source /opt/tros/humble/setup.bash
ros2 launch dnnnodeexample dnnnodeexample.launch.py \
dnnexampleconfig_file:=config/yolov5sworkconfig.json \
dnnexampleimagewidth:=640 dnnexampleimageheight:=480

浏览器 http://:8000 查看检测结果。

可选模型配置文件:

模型config 文件
YOLOv5sconfig/yolov5sworkconfig.json
MobileNetV2 分类
config/mobilenetv2workconfig.json |

2. 图像分类

bash
source /opt/tros/humble/setup.bash
ros2 launch dnnnodeexample dnnnodeexample.launch.py \
dnnexampleconfig_file:=config/mobilenetv2workconfig.json

3. 开放词汇检测(DOSOD / YOLO-World)

bash
source /opt/tros/humble/setup.bash

DOSOD(地瓜自研,支持语音指令指定检测目标)

ros2 launch hobot_dosod dosod.launch.py

YOLO-World

ros2 launch hobotyoloworld hobotyoloworld.launch.py

4. 双目深度估计

bash
source /opt/tros/humble/setup.bash

需配合双目摄像头(SC230ai / SC132gs / ZED)


ros2 launch hobotstereonet stereonetmodel.launch.py

5. 语音识别 (ASR)

bash
source /opt/tros/humble/setup.bash
ros2 launch hobotasr hobotasr.launch.py

需配合音频子板(微雪 WM8960 Audio HAT 或幻尔载板)。

6. 端侧 LLM 大模型

bash
source /opt/tros/humble/setup.bash
ros2 launch hobotllamacpp hobotllamacpp.launch.py

7. Web 可视化

bash
source /opt/tros/humble/setup.bash
ros2 launch websocket websocket.launch.py

所有算法结果叠加实时画面,浏览器 http://:8000 查看。

8. RTSP 拉流 + AI 推理(智能盒子方案)

bash
source /opt/tros/humble/setup.bash
ros2 launch hobotrtspclient hobotrtspclient.launch.py \
rtsp_url:=rtsp://admin:password@192.168.1.64:554/stream1

性能监控

bash

BPU 使用率


cat /sys/devices/system/bpu/bpu0/ratio

推理帧率

ros2 topic hz /ai_msg

排查故障

现象原因解决
Load model failed模型文件不存在或格式错误检查 .bin 文件路径;模型需经 hbmapper 转换为 NV12 格式
BPU ratio 始终 0
推理节点未启动或模型未加载 | ros2 node list 确认 dnnnode 正在运行 | | Web 无 AI 结果叠加 | websocket 未连接 AI topic | 确认 websocket 订阅的 topic 名称正确 | | 帧率极低 (<5fps) | 模型过大或分辨率过高 | 降低输入分辨率;使用轻量模型(如 YOLOv5s 替代 YOLOv5x) |

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 rdk-x5-ai-detect-1776155363 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 rdk-x5-ai-detect-1776155363 技能

通过命令行安装

skillhub install rdk-x5-ai-detect-1776155363

下载

⬇ 下载 rdk-x5-ai-detect v1.0.0(免费)

文件大小: 2.64 KB | 发布时间: 2026-4-15 13:42

v1.0.0 最新 2026-4-15 13:42
Initial release: BPU AI inference for YOLO, classification, segmentation, face/gesture/pose, DOSOD, depth, ASR, LLM

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部