YoloWorld Model¶
sahi.models.yolo-world
¶
YOLO-World detection model wrapper for SAHI.
Provides integration with Ultralytics YOLO-World open-vocabulary detection models.
Classes¶
YOLOWorldDetectionModel
¶
Bases: UltralyticsDetectionModel
YOLO-World object detection model.
An open-vocabulary object detector that can detect custom classes at test-time.
Source code in sahi/models/yolo-world.py
Functions¶
load_model()
¶
Detection model is initialized and set to self.model.