yolo library

Classes

Point
Represents a point in 2D 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
Represents a detection results collection from YOLO models
YOLOResult
Represents a detection result from YOLO models

Enums

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

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.