Deploying YOLOv8 on Wildfire RK3588
Description Deploying YOLOv8 on Wildfire RK3588, we will use yolov8s.pt (downloaded from the YOLOv8 official website) as an example. 1. pt->onnx Do not use the official YOLOv8 code; instead, use the Rockchip YOLOv8 code available at the following address: https://github.com/airockchip/ultralytics_yolov8 After downloading the code, execute the model conversion with the following code: from ultralytics import … Read more