yolo11 Target Detection
This test program will infer the yolo11 model to achieve target detection, and the results will only be output in the form of printing.
Download the precompiled cvimodel
git clone https://github.com/zwyzwm/yolo11-obiect-dection.git
Cross-compile YOLO program on PC
You can use the yolov8 program.
Duo256M yolov8 code location: sample_yolov8.cpp
Compilation method
Refer to the method in the previous chapter Introduction to compile the sample program
After the compilation is completed, the sample_yolov8 program we need will be generated in the sample/cvi_yolo/ directory
Model compilation
If you have already downloaded the yolov8 repository, git pull is enough.
Export yolo11.onnx model
- Download the yolo11 official repository code, the address is as follows: https://github.com/ultralytics
git clone https://github.com/ultralytics