menu
ultralytics_yolo package
documentation
yolo.dart
yolo.dart
dark_mode
light_mode
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 collection of detection results from YOLO models.
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.
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.
ultralytics_yolo package
documentation
yolo.dart
ultralytics_yolo
package
Libraries
ultralytics_yolo
utils/logger
yolo
yolo_exceptions
yolo_instance_manager
yolo_method_channel
yolo_performance_metrics
yolo_platform_interface
yolo_result
yolo_streaming_config
yolo_task
yolo_view
yolo library