Repository Summary
Description | |
Checkout URI | https://github.com/d-robotics/hobot_dnn.git |
VCS Type | git |
VCS Version | develop |
Last Updated | 2024-12-16 |
Dev Status | UNKNOWN |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
dnn_benchmark_example | 2.4.0 |
dnn_node | 2.4.2 |
dnn_node_example | 2.4.1 |
dnn_node_sample | 2.3.2 |
README
English | 简体中文 |
Getting Started with Hobot Dnn
The repository contains four parts: dnn_node, dnn_node_sample, dnn_node_example, and dnn_benchmark_example. Users can implement model inference on the RDK X3 development board using the BPU processor, as well as evaluate model performance.
dnn_node
On-board algorithm inference framework. Utilizing the BPU processor on the RDK X3 development board for AI inference, based on the lidnn algorithm inference framework and ROS2 Node for secondary development, providing a simpler and more user-friendly model integration development interface for robot applications.
dnn_node_sample
Sample usage of dnn_node, users can reference it to deploy their own algorithm models.
dnn_node_example
Example of post-processing with built-in algorithms in dnn_node.
dnn_benchmark_example
Algorithm performance evaluation tool based on dnn_node.