View Source YOLO (YOLO v0.2.0)

This module provides the main entry point and library context for YOLO object detection in Elixir. It delegates to the underlying model and utility modules for most functionality.

Summary

Functions

detect(model, image)

See YOLO.Models.detect/2.

detect(model, image, options)

See YOLO.Models.detect/3.

load(options)

See YOLO.Models.load/1.

to_detected_objects(bboxes, model_classes)

See YOLO.Utils.to_detected_objects/2.