public enum ModelType
Organized into YOLO family models (v5-v13 with various capabilities) and special-purpose models. YOLO models are grouped by version and ordered chronologically.
分为YOLO系列模型(v5-v13,具备多种功能)和专用模型。 YOLO模型按版本分组并按时间顺序排列。
YOLOv5Det | 0 | YOLOv5 Object Detection model YOLOv5目标检测模型 |
YOLOv5Seg | 1 | YOLOv5 Instance Segmentation model YOLOv5实例分割模型 |
YOLOv6Det | 2 | YOLOv6 Object Detection model YOLOv6目标检测模型 |
YOLOv7Det | 3 | YOLOv7 Object Detection model YOLOv7目标检测模型 |
YOLOv8Det | 4 | YOLOv8 Object Detection model YOLOv8目标检测模型 |
YOLOv8Seg | 5 | YOLOv8 Instance Segmentation model YOLOv8实例分割模型 |
YOLOv8Obb | 6 | YOLOv8 Oriented Bounding Box model YOLOv8旋转框检测模型 |
YOLOv8Pose | 7 | YOLOv8 Human Pose Estimation model YOLOv8人体姿态估计模型 |
YOLOv9Det | 8 | YOLOv9 Object Detection model (newest version) YOLOv9目标检测模型(最新版本) |
YOLOv9Seg | 9 | YOLOv9 Instance Segmentation model YOLOv9实例分割模型 |
YOLOv10Det | 10 | YOLOv10 Object Detection model YOLOv10目标检测模型 |
YOLOv11Det | 11 | YOLOv11 Object Detection model YOLOv11目标检测模型 |
YOLOv11Seg | 12 | YOLOv11 Instance Segmentation model YOLOv11实例分割模型 |
YOLOv11Obb | 13 | YOLOv11 Oriented Bounding Box model YOLOv11旋转框检测模型 |
YOLOv11Pose | 14 | YOLOv11 Human Pose Estimation model YOLOv11人体姿态估计模型 |
YOLOv12Det | 15 | YOLOv12 Object Detection model YOLOv12目标检测模型 |
YOLOv13Det | 16 | YOLOv13 Object Detection model YOLOv13目标检测模型 |
AnomalibSeg | 17 | Anomalib Segmentation model for industrial anomaly detection 用于工业异常检测的Anomalib分割模型 |