yolo_list: Object Detection using YOLO

Description Usage Arguments Value See Also

Description

detect people using YOLO+CNN (Linux C++), in multiple images. Unfortunately it is not possible to store the predictions here, but it is significant faster on large image archives.

Usage

1
2
yolo_list(img.list, logfile = "yolo_detections.txt", thresh = 0.25,
  append = TRUE)

Arguments

img.list

file path to images.

logfile

file path to where to store detailed list of classification results.

thresh

numeric threshold value.

append

logical. By default (TRUE), the output is appended to the logfile. If FALSE, any existing file of the name is destroyed.

Value

numeric number of detected persons.

See Also

yolo_single


georoen/wuepix documentation built on May 25, 2019, 5:25 p.m.