Learn R Programming

lares (version 4.4)

object_detection: Image's Objects Detection using YOLO

Description

This function brings ALL contacts with Hubspot's HAPI key. To install the needed library please run devtools::install_github("bnosac/image", subdir = "image.darknet", build_vignettes = TRUE)

Usage

object_detection(filename, threshold = 0.2, type = "faster")

Arguments

filename

Character. Name of the file to analize

threshold

Numeric. Range from 0 to 1. Detection threshold

type

Character. Select 'faster' or 'better' for YOLO method