Skip to main content

COCO_CLASS_LABELS

Constant COCO_CLASS_LABELS 

Source
pub const COCO_CLASS_LABELS: [&str; 80];
Available on crate feature ort only.
Expand description

Convenience label table for the 80 COCO classes stock Ultralytics YOLOv8/v11 weights are trained on. Meaningless for a custom-trained model with a different class set — index Detection::class_id into your own labels in that case instead.