Object Detection
Example Introduction
The object detection examples are a set of Python interface development code examples located in /app/pydev_demo/02_detection_sample/, demonstrating how to use the hbm_runtime module for object detection tasks. These examples implement the same object detection functionality based on different YOLO series models.
Included model examples:
root@ubuntu:/app/pydev_demo/02_detection_sample$ tree -L 1
.
├── 01_ultralytics_yolov5x
├── 02_ultralytics_yolo11
├── 03_ultralytics_yolov8
└── 04_ultralytics_yolo10
Effect Demonstration
The four examples have the same effect, only the models called are different. Here is the effect demonstration of the YOLOv5X model. The effects of other YOLO series models are similar.

Hardware Preparation
Hardware Connection
This example only requires the RDK development board itself, no additional peripheral connections are needed. Ensure the development board is properly powered on and the system is started.
