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
config/channel_config
core/yolo_inference
core/yolo_model_manager
models/yolo_exceptions
models/yolo_result
models/yolo_task
platform/yolo_platform_impl
platform/yolo_platform_interface
ultralytics_yolo
utils/error_handler
utils/logger
utils/map_converter
widgets/yolo_controller
widgets/yolo_controls
widgets/yolo_overlay
yolo
yolo_instance_manager
yolo_performance_metrics
yolo_streaming_config
yolo_view
yolo library