yolo_install: Install YOLO Automatically

Usage Arguments Details

Usage

1
yolo_install(yolo.inst)

Arguments

yolo.inst

directory for installation. Will be created

Details

this function wrapped the install procedure (1-3) while renaming the directory from 'darknet' to 'basename(yolo.inst)' and additional run a test to check whether installation succeeded.

1. 'git clone https://github.com/pjreddie/darknet'

2. 'cd darknet'

3. 'make'

during installation 'Makefile' will be opened, to finetune the installation, eg. multithreading (OPENMP=1) or GPU processing (GPU=1), off by default..

after successfull installation it will place 'yolo.inst' in 'paste0(system.file(package = "wuepix"), "/exec/yolo_inst.txt")'


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