yolo library

Classes

Point
A 2D point in image/pixel space.
YOLO
YOLO (You Only Look Once) is a class that provides machine learning inference capabilities for object detection, segmentation, classification, pose estimation, and oriented bounding box detection.
YOLODetectionResults
Complete output from a YOLO inference: detections, optional annotated image, and processing time in milliseconds.
YOLOInstanceManager
Manages multiple YOLO instances with unique IDs
YOLOResult
Represents a detection result from YOLO models.

Enums

YOLOTask
Represents the different types of tasks that can be performed by YOLO models.

Extensions

YOLOTaskParsing on YOLOTask

Exceptions / Errors

InferenceException
Exception thrown when an error occurs during model inference.
InvalidInputException
Exception thrown when invalid input is provided to YOLO methods.
ModelLoadingException
Exception thrown when a model fails to load.
ModelNotLoadedException
Exception thrown when attempting to perform inference without loading a model.
YOLOException
Base exception class for all YOLO-related exceptions.