#' Annotate an image with object detection data from a YOLO model
#'
#' @param image: array representing the image used for detection
#' @param detection: `DetectionResult` result from SKIL on the same image
#'
#' @export
annotate_image <- function(image, detection) {
skilr$utils$yolo$annotate_image(image, detection)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.