ultralytics/ultralytics
Ultralytics YOLO26, YOLO11, YOLOv8 — object detection, instance segmentation, semantic segmentation, image classification, pose estimation, object tracking
A checklist for checking model export support on a target edge platform without inventing performance claims.
validation Reviewed 8/7/2026
I have a trained detection model and a target edge platform; how do I verify deployability from official sources?
Note the framework version, model architecture and exact export settings used.
Open the framework's official documentation and check whether the target runtime is listed for your model type.
Open the target platform's official documentation and confirm it can run the exported format.
Run the exported model on the actual device and record input size, latency and correctness notes without extrapolating.
Deployability is a documented export and runtime support question, not a marketing claim.
Ultralytics YOLO26, YOLO11, YOLOv8 — object detection, instance segmentation, semantic segmentation, image classification, pose estimation, object tracking
The dataset for drone based detection and tracking is released, including both image/video, and annotations.