yolo library

Classes

Keypoint
A single 2D pose keypoint (joint) in image/pixel space.
YOLO
YOLO (You Only Look Once) is a class that provides machine learning inference capabilities for object detection, segmentation, semantic segmentation, classification, pose estimation, and oriented bounding box detection.
YOLODetectionResults
Complete output from a YOLO inference.
YOLOInstanceManager
Manages multiple YOLO instances with unique IDs
YOLOResult
Represents a detection result from YOLO models.
YOLOSemanticMask
Dense full-image semantic segmentation result.

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.