YOLOv5 Object Detection
This program inference YOLOv5 model for object detection.
Cross-Compile YOLO Program for PC
Duo256M YOLOv5 code location: sample_yolov5.cpp
Compilation method
Refer to the previous section Introduction for compiling the sample program using the provided methods. After compilation is completed, the sample_yolov5
program we need will be generated in the sample/cvi_yolo/
directory.